aboutsummaryrefslogtreecommitdiffstats
path: root/src/assetutils
Commit message (Expand)AuthorAgeFilesLines
* Adapt to QFile::open being [[nodiscard]]Volker Hilsheimer2024-12-151-3/+8
* Replace deprecated QImage::mirror(ed) with flip(ped)Volker Hilsheimer2024-12-021-1/+1
* RuntimeLoader: Only emit Success status once scene is actually loadedAndy Nichols2024-08-281-16/+16
* Remove the use of GENERATE_CPP_EXPORTS argumentAlexey Edelev2024-05-301-1/+0
* Fix compilation issues when features are disabledJari Helaakoski2024-05-272-0/+10
* Asset: Fix the naming scheme to get a new idInho Lee2024-03-161-12/+14
* Asset: Add a list TimelineAnimation for manualAnimationsInho Lee2024-03-161-0/+7
* Remove the use of GENERATE_PRIVATE_CPP_EXPORTSAlexey Edelev2024-01-161-1/+0
* Remove the use of all _PRIVATE_EXPORTSAlexey Edelev2024-01-161-2/+2
* QQuick3DRuntimeLoader: Document supported MIME types, add propertiesAxel Spoerl2023-10-262-1/+49
* Include what you need: <QPointer>Marc Mutz2023-10-131-0/+2
* Asset: Use meshIds for mesh filesInho Lee2023-09-121-4/+4
* Remove unused function in qssgqmlutilitiesChristian Strømme2023-09-042-9/+0
* Balsam: Add manualAnimations option on importAndy Nichols2023-08-011-15/+41
* Fix null pointer dereference and downcast in qssgrtutilitiesChristian Strømme2023-06-141-2/+4
* Fix potential dereference of null pointer in qssgqmlutilitiesChristian Strømme2023-06-141-1/+5
* Doc: Use correct module identifiers in \qmlproperty commandsTopi Reinio2023-06-091-5/+5
* Asset: Fix Timelines' ids and objectNamesInho Lee2023-05-311-2/+32
* Provide additional information in imported scenesAndy Nichols2023-05-292-0/+15
* Always use Array syntax for array propertiesAndy Nichols2023-05-291-16/+6
* Fix handling of empty scene shadow-casting boundsJonas Karlsson2023-04-191-3/+1
* Fix compiler warnings from const char * to QString conversionVolker Hilsheimer2023-03-221-8/+8
* Cleanup writeNodeProperties and valueToQml in qssgqmlutilitiesKristoffer Skau2023-03-211-264/+252
* Replace IdComboBox with ItemFilterComboBoxMahmoud Badri2023-03-153-99/+1
* Build fix: don't rely on implicit conversion from QByteArrayVolker Hilsheimer2023-03-141-4/+4
* Asset: enable an option for binary keyframesInho Lee2023-03-131-1/+3
* Asset: Improve generating embedded texturesInho Lee2023-03-131-31/+32
* Fix warnings of concatenating QString with 8-bit arraysThiago Macieira2023-03-011-4/+6
* Fix warnings regarding local static lambdas capturing out variablesKristoffer Skau2023-03-011-3/+3
* Asset: fix to handle embedded texturesInho Lee2023-02-284-6/+5
* Update handling of QUrl Texture source property in valueToQmlKristoffer Skau2023-02-281-13/+51
* Add DS compatibility option in balsamChristian Strømme2023-02-221-3/+23
* Add option to balsam to expand values that have multiple componentsChristian Strømme2023-02-222-6/+106
* Fix regression in the custom material editorChristian Strømme2023-02-221-1/+1
* Fix UB in QSSGSceneDescChristian Strømme2023-02-212-36/+60
* Make sure models with an instanceRoot is updated properlyChristian Strømme2023-02-151-0/+4
* Asset: fix memory leak in QSSGSceneDescInho Lee2023-02-093-18/+53
* Asset: Fix to handle Flags in the runtime loaderInho Lee2023-02-092-11/+9
* Remove duplication of bounds functionsChristian Strømme2023-01-311-1/+1
* Assset: remove unused typename AllocatorInho Lee2023-01-231-1/+0
* Fix crash in QSSGRuntimeUtils' createScene()Christian Strømme2023-01-121-1/+5
* balsam: support asset re-importPaul Olav Tvete2022-12-088-12/+528
* balsam: compress animation dataPaul Olav Tvete2022-11-141-1/+1
* Fix balsam texture URL handlingPaul Olav Tvete2022-11-091-3/+1
* Fix QSSGSceneDesc::destructValue()Paul Olav Tvete2022-11-081-2/+4
* Replace QSSGSceneDesc::Value with QVariantPaul Olav Tvete2022-11-074-184/+129
* Remove unneeded custom data typesPaul Olav Tvete2022-11-074-41/+18
* Revert "Reduce number of memory allocations"Paul Olav Tvete2022-11-033-90/+97
* Only write QML properties that are not already the default valueAndy Nichols2022-11-032-251/+117
* Reduce number of memory allocationsPaul Olav Tvete2022-11-023-97/+89