aboutsummaryrefslogtreecommitdiff
path: root/core/CMakeLists.txt
AgeCommit message (Collapse)Author
2022-03-15Temporarily switch to cstdio instead of custom FileStream implementationrtk0c
2021-11-12Fix compile errors under MSVC, remove PLATFORM_* macros in favor of compiler ↵rtk0c
builtin macros, and add win32 support to FileStream
2021-08-29Initial draft of FileStreamrtk0c
2021-08-21DataArchive system which saves in native endian (for better performance ↵rtk0c
working with local files), but is also able to load in any endian depending on archive's header information
2021-08-21Revamp CMakeLists.txt to use a big list of sources, instead of multiple ↵rtk0c
variables
2021-08-15More work on IO adapters (not working)rtk0c
2021-08-15Initial work on data streamsrtk0c
2021-06-28Add table content list, cell status indicatorrtk0c
2021-06-11Convert runtime-loaded l10n to string literals chosen at compile timertk0c
2021-06-05Initial work on asset system (does not compile)rtk0c
2021-06-05Merge UIState into GlobalStatesrtk0c
2021-06-03Dictionary value (string key)rtk0c
2021-06-03List valuertk0c
2021-06-03Rename TransactionsModel to MainDatabasertk0c
2021-06-03Create template inheritance hierarchy, object value RTTI systemrtk0c
2021-05-31Fix standard incompetence found by MSVCrtk0c
- requires-expression still not working, because they aren't supported yet outside of a concept
2021-05-30Initial work on templates UIrtk0c
2021-05-16TableTemplate draftrtk0c
2021-05-06Change brace style to on new line, add initial deliveries view when an order ↵rtk0c
entry is selected
2021-04-28Add table visualization for purchasesrtk0c
2021-04-26Serialization for workflow stuffrtk0c
2021-04-19Split workflow into multiple files, fix unity buildrtk0c
2021-04-17Add implotrtk0c
2021-04-17Change imnodes to imgui-node-editor (more mature, more features)rtk0c
2021-04-16More work on workflowsrtk0c
- WorkflowStep -> WorkflowNode - Added initial kinds of WorkflowNode's
2021-04-14Initial work on workflowsrtk0c
2021-04-10Add dx11, dx12, and vulkan backendsrtk0c
2021-04-09Fix crash on load entriesrtk0c
- TODO format time properly - TODO add Purchases table visualization
2021-04-08Initial work on table visualizerrtk0c
2021-04-01Initial work on SQLite databasertk0c
2021-03-31Complete items tab (UI and serialization)rtk0c
2021-03-30Product items and misc stuffrtk0c
2021-03-29Replace Dialog.hpp with portable-file-dialogs, more work on projectsrtk0c
2021-03-29More work on project tabrtk0c
2021-03-29Project tabrtk0c
2021-03-29UI big structurertk0c
2021-03-28Add FontAwesome icon setrtk0c
2021-03-28Fix backend compiling/loading mechanismrtk0c
2021-03-28Initial code structurertk0c
2021-03-27Initial setuprtk0c