Commit Graph

1068 Commits

Author SHA1 Message Date
gary f128664a81 [olympic/studio] Add ig::IndentStackItem
Build / build (push) Successful in 2m28s
2024-01-27 23:54:57 -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 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 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 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 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 a0c8146396 [nostalgia/core/studio] East const some function args
Build / build (push) Successful in 2m5s
2023-12-29 00:06:18 -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 4b9758f478 [nostalgia/core] Move most TileSheet member functions out of class
Build / build (push) Successful in 2m4s
2023-12-27 23:10:38 -06:00
gary a7328eb5ef [nostalgia/core/studio] Reduce indent for Subsheet editor 2023-12-26 20:18:07 -06:00
gary b52124a0c5 [nostalgia/core/studio] Revert new subsheet index increment to happen after index assignment 2023-12-26 20:14:30 -06:00
gary d83e392964 [nostalgia/core] Cleanup, revert CompactTileSheet version to 1
Build / build (push) Successful in 2m2s
2023-12-26 18:50:33 -06:00
gary e2d0a784f1 [olympic/keel] Cleanup 2023-12-26 18:37:02 -06:00
gary f08821422a [nostalgia/core/studio] Change TileSheets to back to MC
Build / build (push) Successful in 2m4s
2023-12-26 17:56:03 -06:00
gary 6a2954f82b [nostalgia/core] Remove id from TileSheetV3::Subsheet, add TileSheetV4
Build / build (push) Has been cancelled
2023-12-26 17:28:41 -06:00
gary 9c19655ce2 [nostalgia/core] Fix build, add SubSheet ID to SubSheet Editor view
Build / build (push) Successful in 2m5s
2023-12-26 16:37:09 -06:00
gary 087c834b25 [nostalgia/core/studio] Fix Add SubSheet to increment idIt before using it
Build / build (push) Failing after 23s
2023-12-26 16:34:40 -06:00
gary 79bdbf2eaa [nostalgia/core] Add id to TileSheetV3::SubSheet model 2023-12-26 16:31:54 -06:00
gary 2bdc3def74 [nostalgia/core/opengl] Implement flip X and flip Y for BG tiles
Build / build (push) Successful in 2m4s
2023-12-26 12:34:35 -06:00
gary e7a663901a [nostalgia/core/opengl] Fix duplicate and missing symbol
Build / build (push) Successful in 2m6s
2023-12-26 11:59:14 -06:00
gary ffdc0ddb97 [nostalgia/core] Add support for specifying palette banks
Build / build (push) Failing after 40s
2023-12-26 11:54:31 -06:00
gary c5f76ff558 [nostalgia/core] Add setBgBpp function 2023-12-23 21:33:52 -06:00
gary c90a8449be [olympic/turbine] Fix some broken CMake vars 2023-12-23 15:30:54 -06:00
gary 9907bb8f1d [nostalgia] Allow building Studio mods without Studio app 2023-12-23 14:34:32 -06:00
gary 2dba592a42 [nostalgia,olympic] Cleanup CMake 2023-12-23 12:23:47 -06:00
gary 978f2f9c4f [nostalgia/core/gba] Cleanup 2023-12-23 01:50:26 -06:00
gary 2bad4ee416 Add OLYMPIC_BUILD_STUDIO CMake var 2023-12-23 01:25:51 -06:00
gary 46d1313797 [nostalgia/core] Get TileSheetSet working with 8bpp setting 2023-12-23 01:24:56 -06:00
gary fcf6f00797 [nostalgia/core] Get TileSheetSet working 2023-12-22 22:38:46 -06:00