aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-30Split logic into separate .cmake filesrtk0c
2022-06-30Restructure projectrtk0c
2022-06-29Convert CMake to use include directory inheritance through library targetsrtk0c
2022-06-27Convert CMakeLists.txt to use globsrtk0c
2022-06-27Add CMakePresets.jsonrtk0c
2022-06-27Convert 2 separate main + test exe to a single one, controlled by build flagrtk0c
2022-05-22Vendor SQLiteCpp completely for internal patchingrtk0c
2022-05-22Get rid of the annoying wrong "dereferencing null pointer" warningsrtk0c
2022-03-15Temporarily switch to cstdio instead of custom FileStream implementationrtk0c
2022-02-19Fix build errors and update all dependencies to latest versionrtk0c
- Fixed doctest executable not compiling - Fixed class accessibility error in Workflow_Main.cpp - Fixed selection of OpenGL loader in imgui OpenGL 2 & 3 backends - All loading is handled in our code now, the imgui_*_backend.cpp files are instructed to do nothing
2021-11-25Remove CMakeSettings.json from gitrtk0c
2021-11-12Fix compile errors under MSVC, remove PLATFORM_* macros in favor of compiler ↵rtk0c
builtin macros, and add win32 support to FileStream
2021-11-10Switch more IO to use DataArchivertk0c
2021-09-06Fix all compile errors, remove OperateIOProxy requirement from DataStream apirtk0c
2021-09-04Migrate Template and TableTemplate to use DataStreamrtk0c
2021-08-29Change DataStream to use FileStream instead of std::fstreamrtk0c
2021-08-29Initial draft of FileStreamrtk0c
2021-08-22Split DataStream into InputDataStream and OutputDataStreamrtk0c
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-21Add read/write logic for all ints and floatsrtk0c
2021-08-15Rename original "IO adapter" (read/write operation abstraction) to "IO proxy"rtk0c
2021-08-15Turn IO adapter's mechanism from function overload into structs that are ↵rtk0c
given by the user
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-07-07Finalize table row/column resizersrtk0c
2021-07-06Experimenting with table row/column sizersrtk0c
2021-07-04Improve table cell visualsrtk0c
2021-06-30Fix notable warnings (from gcc)rtk0c
2021-06-30Fix table parameter map is not updated with the UIrtk0c
2021-06-28Add table content list, cell status indicatorrtk0c
2021-06-21Implement array group conversion logicrtk0c
2021-06-19Add cell type conversion mechanismrtk0c
2021-06-14Table cell text rendering and inspectorrtk0c
2021-06-13Move UI_Workflows.cpp > WorkflowCategory to be a part of WorkflowNode's RTTIrtk0c
(cherry picked from commit f45084562cfc95392b4dfb968dd215c25be3fc67)
2021-06-12Add l10n to previously hard coded stringsrtk0c
2021-06-13Add table UI and single cell propertiesrtk0c
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-08Fix includesrtk0c
2021-06-07Complete asset loading/saving and UI management logicrtk0c
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