aboutsummaryrefslogtreecommitdiff
path: root/core/src/Model/Assets.cpp
AgeCommit message (Collapse)Author
2021-08-15More work on IO adapters (not working)rtk0c
2021-08-15Initial work on data streamsrtk0c
2021-08-15Fix issues and cleanuprtk0c
- Fix compile error on MSVC where <vector> is not included properly - Fix creating a workflow actually saves to the templates/ directory - Fix renaming assets are not saved to disk - TODO ser/deser still not working - Cleanup AssetList::* pure virtual setup (fewer splits)
2021-06-11More UI polishing and fix asset saving/reloadingrtk0c
2021-06-11Convert runtime-loaded l10n to string literals chosen at compile timertk0c
2021-06-10Polish UI and add translationsrtk0c
2021-06-09Refactor asset management UI into AssetListrtk0c
2021-06-07Complete asset loading/saving and UI management logicrtk0c
2021-06-05Initial work on asset system (does not compile)rtk0c