Commit Graph

161 Commits

Author SHA1 Message Date
gary 1616ca7018 [turbine] Replace WrapPtr with ox::AnyPtr
Build / build (push) Successful in 2m33s
2024-03-23 16:53:04 -05:00
gary 27f1df8f33 [nostalgia,olympic] Further reduce use of applicationData 2024-03-23 16:07:49 -05:00
gary 6a52319156 [turbine] Cleanup applicationData
Build / build (push) Successful in 2m38s
2024-03-17 20:59:14 -05:00
gary 205f2a698c [turbine] Fix applicationData to properly return null 2024-03-17 20:05:01 -05:00
gary 82f02896c9 [turbine] Cleanup type safety code for application data
Build / build (push) Successful in 2m35s
2024-03-17 14:33:14 -05:00
gary aa43cb3d8d [turbine] Add some type safety to application data
Build / build (push) Successful in 2m34s
2024-03-16 23:10:44 -05:00
gary 05d08a7687 Merge commit 'd6403991d49292d4f2b7d441636949472ca2b249'
Build / build (push) Successful in 2m22s
2024-03-14 23:33:20 -05:00
gary c6750d50fc [studio/modlib] Add ig::ChildStackItem 2024-03-14 23:32:05 -05:00
gary dade484d87 [olympic/studio] Make StudioContext::ui a ref instead of ptr 2024-03-14 23:31:01 -05:00
gary 04f3d6b491 [keel] Fix some static const vars to be constexpr
Build / build (push) Successful in 2m23s
2024-02-29 23:53:36 -06:00
gary db2dc28f92 [keel] Remove use of removed ModelValue operator
Build / build (push) Successful in 2m24s
2024-02-11 20:35:48 -06:00
gary ce1eea817d [olympic/keel] Remove debug line 2024-02-11 17:28:19 -06:00
gary 59fa39070f [keel] Update pack for Preloader changes
Build / build (push) Successful in 2m19s
2024-02-01 21:07:42 -06:00
gary ff2eb5b11b [olympic/keel] Remove const r-value funcion from AssetRef 2024-01-31 23:15:53 -06:00
gary ef9cb8bea4 [olympic/modlib] Add ListBox to ImGui util 2024-01-30 21:46:38 -06:00
gary b75bbc4d20 [olympic,nostalgia] Change order of oxModelFieldRename args
Build / build (push) Successful in 2m22s
2024-01-28 18:03:50 -06:00
gary 02db760b8c [olympic] Add more ImGui helpers, studio::Editor::pushCommand 2024-01-28 18:03:12 -06:00
gary f128664a81 [olympic/studio] Add ig::IndentStackItem
Build / build (push) Successful in 2m28s
2024-01-27 23:54:57 -06:00
gary 124c7029bd [olympic/studio] Change Studio modules to pass StudioContext instead of turbine::Context
Build / build (push) Successful in 2m23s
2024-01-20 15:40:08 -06:00
gary 5d1f680a51 [nostalgia/core] Cleanup TileSheetEditor with new ImGui util functions
Build / build (push) Successful in 2m21s
2024-01-20 14:59:43 -06:00
gary 173d3f4bc7 [olympic/studio] Add PushButton, PopupBtns, ComboBox, and IDStackItem to ImGui utils 2024-01-19 01:09:10 -06:00
gary 8a29c0952c [olympic/studio] Fix imguiutil.hpp name, add StudioContext::tctx 2024-01-19 00:15:28 -06:00
gary e367575974 [olympic/studio] Fix NewMenu not to overwrite existing files or create a file without name
Build / build (push) Successful in 2m30s
2024-01-18 00:24:11 -06:00
gary a76638cc86 [olympic/studio] Make Project::romFS return a reference 2024-01-17 22:08:22 -06:00
gary 5418c06296 [olympic] Change olympic::s_version to olympic::appVersion
Build / build (push) Successful in 2m17s
2024-01-01 14:14:16 -06:00
gary 051623f4b5 [olympic,nostalgia] Update copyright for 2024 2024-01-01 12:02:40 -06:00
gary 055d64b125 [olympic] Add support for an AppLib app specific version
Build / build (push) Successful in 2m20s
2023-12-31 23:18:17 -06:00
gary f1609519a7 [olympic] Cleanup 2023-12-31 22:52:10 -06:00
gary 8acc6244d5 [olympic/keel] Improve error clarity on pack some common failures 2023-12-30 13:58:42 -06:00
gary d5b232f5d5 [olympic/studio] Fix array bounds issue
Build / build (push) Successful in 2m5s
2023-12-28 23:52:31 -06:00
gary 1df4e78084 [olympic/studio] Add new project menu, make file creation open file
Build / build (push) Failing after 2m7s
2023-12-28 23:45:38 -06:00
gary ffbdb09c31 [olympic/turbine/glfw] Add shift key support 2023-12-28 23:41:33 -06:00
gary b35a956e4f [olympic/studio] Cleanup unused expression
Build / build (push) Successful in 2m10s
2023-12-28 01:08:35 -06:00
gary d3847caab4 [olympic/studio] Make Project::writeObj only write descriptor if it does not already exist or if debug build
Build / build (push) Successful in 2m9s
2023-12-28 00:24:18 -06:00
gary ae066a914c [olympic/studio] Fix Project::writeObj to ensure parent directory of file exists
Build / build (push) Successful in 2m7s
2023-12-28 00:06:15 -06:00
gary e2d0a784f1 [olympic/keel] Cleanup 2023-12-26 18:37:02 -06:00
gary c90a8449be [olympic/turbine] Fix some broken CMake vars 2023-12-23 15:30:54 -06:00
gary 2dba592a42 [nostalgia,olympic] Cleanup CMake 2023-12-23 12:23:47 -06:00
gary 2bad4ee416 Add OLYMPIC_BUILD_STUDIO CMake var 2023-12-23 01:25:51 -06:00
gary c460e0f9e0 [olympic/studio] Fix NewMenu to clear item name on reopen 2023-12-22 04:49:13 -06:00
gary 00c2a39dba [olympic] Cleanup 2023-12-16 03:05:57 -06:00
gary 9b11fa4e91 [olympic/keel] Fix some unsafe pointer accesses, disconnect signals on asset move 2023-12-15 01:33:08 -06:00
gary 72e54da017 [olympic/turbine] East const Turbine, cleanup 2023-12-15 00:54:55 -06:00
gary 58d13a3ad9 [olympic/studio/modlib] East const Studio 2023-12-15 00:49:55 -06:00
gary 5ae6df7e05 [olympic/applib] East const applib 2023-12-15 00:26:31 -06:00
gary f71d4d3efd [olympic/keel] Finish east consting Keel 2023-12-15 00:22:56 -06:00
gary 4b824ddef4 [olympic] Change readClaw to take ref to TypeStore 2023-12-14 23:56:14 -06:00
gary 13ddbd981e [olympic,nostalgia] Cleanup some reinterpret_casts 2023-12-14 23:39:30 -06:00
gary cdc7428eb6 [olympic,nostalgia] Update Result copyTo and moveTo calls to take refs 2023-12-14 22:26:55 -06:00
gary db961739ad [olympic/studio] Fix several crashes 2023-12-14 21:34:46 -06:00