aboutsummaryrefslogtreecommitdiff
path: root/core/src/Model/Workflow/Value.hpp
AgeCommit message (Collapse)Author
2022-06-30Restructure projectrtk0c
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-03Dictionary value (string key)rtk0c
2021-06-03List valuertk0c
2021-06-03Create template inheritance hierarchy, object value RTTI systemrtk0c
2021-05-12Start to work on actually rendering the node graphrtk0c
2021-05-06Change brace style to on new line, add initial deliveries view when an order ↵rtk0c
entry is selected
2021-04-26Serialization for workflow stuffrtk0c
2021-04-19Split workflow into multiple files, fix unity buildrtk0c