- août 14, 2024
-
-
Kubat a rédigé
-
Kubat a rédigé
-
Vivy: - Use upx to compress executable if possible - Rename libvvs to libvivy as it is only inteded to be embeded into Vivy and not into the vvs runtime - Compose every crate into the vvs_cli to parse, lower and set options/subtitle files Script: - Update VVS files - Parse VVS files - Base JIT initialization - Use full_moon for the scripting things, we use a base of Lua for VVS Misc: - Correct samples + clippy + update - Fix README - Update example files for scripts - Remove not really needed fonts from the repo and from being bundled into vvcc - Fix qrc file + move the aux table out of the ass crate Codegen/JIT crates: - vvs_runtime: only the JIT runtime thingy, re-exports the types module of the vvs_runtime_types crate - vvs_runtime_types: only the types that will be used in the generated code, usefull for the vvs_runtime crate and the vvs_codegen crate because we need to know the layout of the types to generate the code - vvs_codegen: transform the Vivy Script AST into a LLVM module
-
- fév. 14, 2024
-
-
Elliu a rédigé
-
Elliu a rédigé
-
Elliu a rédigé
-
Elliu a rédigé
Will need to connect properties and factors to sliders to test what is best easily
-
Elliu a rédigé
-
Elliu a rédigé
-
Elliu a rédigé
Use "_vv_" instead of "___" for special struct members
-
Elliu a rédigé
Search for openmp in find_package, to prevent fail at linkage if llvm openmp is missing from system Add explicit template specialization for QPair
-
Elliu a rédigé
-
Elliu a rédigé
-
Elliu a rédigé
-
Elliu a rédigé
-
Elliu a rédigé
-
Elliu a rédigé
-
Elliu a rédigé
No need to send content change as AssLinesModel retrieves it from the LinePtr
-
Elliu a rédigé
-
Elliu a rédigé
-
Elliu a rédigé
Ass factory constructor from internal still needs to be really implemented
-
Elliu a rédigé
-
Elliu a rédigé
-
Elliu a rédigé
Buggy address found by ASAN
-
- juil. 22, 2022
-
-
Elliu a rédigé
-
Elliu a rédigé
-
Elliu a rédigé
Inherit from AbstractVivyDocumentNeeder for classes needing easy access to their rootVivyDocument[Const] and rootVivyDocumentView[Const]. Make the change for AudioVisualizer and TimingScene for now
-
Elliu a rédigé
currentVivyDocument and currentScriptDocument macros don't always return the "parent" document. This assumption lead to some badly initialized data that considered the wrong document to be the "parent" of the view. Fix the bad usage of those macros
-
Elliu a rédigé
Replace QJsonValue.isNull() with QJsonValue.isUndefined()
-
Elliu a rédigé
-
Elliu a rédigé
Display the ASS lines on the AudioVisualizer no matter the construction order of AudioVisualizer and AssDocumentView (connect it to assSubDocumentChanged())
-
Elliu a rédigé
-
Elliu a rédigé
-