Commit Graph

2939 Commits

Author SHA1 Message Date
gary ee05118478 [ox] Add ability for ModelValue to represent inline arrays, add to preloader
Build / build (push) Failing after 17s
2024-02-04 10:19:30 -06:00
gary a41e93c582 Merge commit '8e0467ca5fdb3f983738a97c17cba742a0d233fd' 2024-02-01 21:07:56 -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 c55994f67d [ox/std] Add Vector::capacity 2024-02-01 21:06:53 -06:00
gary e81d28a681 [ox] Fix various preloader problems 2024-02-01 21:06:35 -06:00
gary 0626c2a815 [ox/fs] Add comparison operator for FileAddress 2024-02-01 21:02:46 -06:00
gary dbcd37d7ea Merge commit '0d61e5a064382a7076b62d32b25c70298ee0706e' 2024-01-31 23:18:13 -06:00
gary 10a12f2ab2 [nostalgia/core] Add getTileCnt to header
Build / build (push) Successful in 2m23s
2024-01-31 23:17:59 -06:00
gary 2667be88f6 [nostalgia/core] Add largestPage function for Palette 2024-01-31 23:17:46 -06:00
gary 5972d8acef [nostalgia/core] Fix TileSetEntry model 2024-01-31 23:17:28 -06:00
gary 9c026e1a6c [nostalgia/core/studio] Add function to remove unused data from TileSheets 2024-01-31 23:17:09 -06:00
gary 1dff26d895 [nostalgia/core] Add getTileCnt and fix getTileIdx 2024-01-31 23:16:41 -06:00
gary ff2eb5b11b [olympic/keel] Remove const r-value funcion from AssetRef 2024-01-31 23:15:53 -06:00
gary 6a500345b4 Merge commit '057272347486efe5046691f32f51604e3a594e6a' 2024-01-31 23:13:34 -06:00
gary 28b1c6dcf4 [ox/preloader] Fix case where alignOf always used NativePlatSpec
Build / build (push) Successful in 2m21s
2024-01-31 23:07:40 -06:00
gary ef9cb8bea4 [olympic/modlib] Add ListBox to ImGui util 2024-01-30 21:46:38 -06:00
gary 0d106bde21 [ox/oc] Fix objects to always write when members of arrays 2024-01-30 21:45:58 -06:00
gary f038b89ab4 Merge commit 'cfc27a384b00388fc1ce30ac47c266ddd1f8e6f1' 2024-01-28 18:05:09 -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 227dd68a4f [ox/model] Change order of oxModelFieldRename args 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 09c57545bc [ox/std] Add Vector::at
Build / build (push) Successful in 2m22s
2024-01-28 16:29:39 -06:00
gary b9fddd47c2 Merge commit 'db978290f3465d2da30a27a98b12face50bbe091' 2024-01-27 23:55:20 -06:00
gary f128664a81 [olympic/studio] Add ig::IndentStackItem
Build / build (push) Successful in 2m28s
2024-01-27 23:54:57 -06:00
gary e84df7801e [glutils] Add ProgramSource::vboLen 2024-01-27 23:53:32 -06:00
gary caa59f3724 [nostalgia/core] Add functions for mapping tile idx to subsheet 2024-01-27 23:52:40 -06:00
gary 1cf09433e8 [nostalgia/core/studio] Cleanup TileSheetEditor with new GlUtils helpers 2024-01-27 23:51:51 -06:00
gary 9948346ce4 [ox/model] Fix clangd false alarm 2024-01-27 23:40:16 -06:00
gary aa8200beed [glutils] Add helper functions for setting up shaders 2024-01-27 23:39:03 -06:00
gary 961ab75662 Merge commit 'ae1f8ce11a81624f376be3a3dd56e80ba479dd89' 2024-01-20 15:41:04 -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 d740609c8e Merge commit '6640e00ad9ee5b731a2ddb06da31436463c3ae65' 2024-01-20 15:02:16 -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 08be822bdd [ox/fs] Add FileAddress::operator==(FileAddress) 2024-01-19 20:22:52 -06:00
gary c2e34b6456 Merge commit 'a9128caf4ddd187f14496b84242dfe07ee9a6467'
Build / build (push) Successful in 2m32s
2024-01-19 01:09:23 -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 5848bc8eb7 [nostalgia/core/studio] Change Subsheet Editor button position
Build / build (push) Successful in 2m21s
2024-01-18 22:09:09 -06:00
gary 7ba66787f8 [nostalgia/core/studio] Cleanup
Build / build (push) Successful in 2m29s
2024-01-18 01:27:31 -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 2bc2003caa [nostalgia/core/studio] Add key shortcuts for switching Palette pages
Build / build (push) Successful in 2m22s
2024-01-17 22:48:53 -06:00
gary b31062e609 [nostalgia] Update liccor file 2024-01-17 22:36:09 -06:00
gary e4285bd48b [nostalgia/studio] Tweak background color of TileSheet editor
Build / build (push) Successful in 2m20s
2024-01-17 22:23:22 -06:00
gary a76638cc86 [olympic/studio] Make Project::romFS return a reference 2024-01-17 22:08:22 -06:00
gary 5433fd9b1d [nostalgia/core] Add new version of Palette with pages
Build / build (push) Successful in 2m35s
2024-01-17 01:30:29 -06:00
gary b46cb65b7f [nostalgia/studio] Add version
Build / build (push) Successful in 2m24s
2024-01-05 21:54:22 -06:00
gary 877349df46 [nostalgia/core/studio] Increase max tilesheet export size, fix input handling when popups open 2024-01-04 22:47:57 -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 dd9c1100c3 [glutils] Update copyright for 2024
Build / build (push) Successful in 2m16s
2024-01-01 12:06:57 -06:00
gary db82aee7c7 [teagba] Update copyright for 2024 2024-01-01 12:06:57 -06:00