Commit Graph

56 Commits

Author SHA1 Message Date
gary 0dfa7c30e6 [studio/modlib] Make TaskRunner check that task is not null 2024-06-02 14:08:23 -05:00
gary 3635702ede [nostalgia] Cleanup config IO 2024-06-01 20:14:29 -05:00
gary 6c71e1e24c [nostalgia/core/studio,studio] Give TileSheetEditor Ctrl-A and Ctrl-G for selection 2024-05-31 15:16:18 -05:00
gary 8826d51edd [studio] Add configio.hpp to studio.hpp 2024-05-30 22:51:54 -05:00
gary ec45ffb794 [studio] Fix build error 2024-05-28 21:25:31 -05:00
gary a138f60fea [studio] Add acceptsClipboardPayload to Editor 2024-05-28 20:58:26 -05:00
gary 5a426829f2 [nostalgia/core/studio] Cleanup TileSheet selection, fix copy/paste bug 2024-05-28 20:36:27 -05:00
gary 9d2fe0e814 [studio] Add size function to Selection 2024-05-28 01:45:40 -05:00
gary 27b38ed250 [keel,studio] Fix hotloading for files that get loaded as multiple types 2024-05-27 19:26:58 -05:00
gary 2bb7c51425 [studio/modlib] Fix type desc writing logic inversion
Also, provide foundation for making file types configurable for default Claw format.
2024-05-27 00:53:24 -05:00
gary 5177cfb0e3 [studio/modlib] Make Project::mkdir only mkdir if dir does not exist 2024-05-27 00:51:00 -05:00
gary f9a14433d1 [studio/modlib] Add variant of ComboBox that takes callback 2024-05-27 00:46:55 -05:00
gary 49b859ecf5 [studio/modlib] Give Selection constructors 2024-05-26 02:09:59 -05:00
gary 19a4120113 [studio/modlib] Make iterateSelection return errors properly 2024-05-25 22:33:01 -05:00
gary 9c98b5e2c2 [studio/modlib] Remove color.hpp 2024-05-25 21:33:27 -05:00
gary 8ee016c130 [studio/modlib] Add SelectionTracker 2024-05-25 21:31:47 -05:00
gary a72b865dc9 [studio/modlib] Add function for exporting selection color 2024-05-24 22:06:48 -05:00
gary c0479604aa [studio,nostalgia/studio] Make executing UndoCommands report errors 2024-05-23 21:50:27 -05:00
gary a1c89906bd [nostalgia/studio] Make UndoCommand undo/redo return ox::Error 2024-05-23 21:29:57 -05:00
gary 4a2b1fd743 [studio,keel] Make fileChanged emit UUID as well as path, add uuidUrlToUuid 2024-05-22 23:17:28 -05:00
gary 9e9f317c13 [studio] Make UndoCommand::mergeWith take a reference 2024-05-22 02:11:58 -05:00
gary 6971c3109a [studio] Add NoChangeException 2024-05-22 00:35:20 -05:00
gary 40b8da4d3c [studio/modlib] Cleanup 2024-05-19 22:15:54 -05:00
gary f624c720f9 [studio] Fix broken readClaw call 2024-05-08 23:54:06 -05:00
gary 0a0a6e306d [studio] Move UndoCommand implementation to its own file 2024-05-02 22:50:25 -05:00
gary cdbc2d6cc8 [olympic/studio] Move UndoCommand to its own file 2024-05-02 22:09:35 -05:00
gary ed4f0e1f2b [nostalgia,olympic] Replace oxIgnoreError with std::ignore 2024-04-22 23:43:22 -05:00
gary d7f309750e Merge commit 'c0baf7efca0e4c3a86a018ad2564d9df7b07c133' 2024-04-21 13:13:26 -05:00
gary 84205879d4 [olympic] Cleanup ItemMaker, remove unnecessary copy 2024-04-21 10:32:42 -05:00
gary eeb2a5a151 [olympic/studio] Add new ImGui util functions 2024-04-21 10:24:53 -05:00
gary 3b8d13dce3 [nostalgia,olympic] Fixes for Ox update 2024-04-18 19:25:07 -05:00
gary 27f1df8f33 [nostalgia,olympic] Further reduce use of applicationData 2024-03-23 16:07:49 -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 ef9cb8bea4 [olympic/modlib] Add ListBox to ImGui util 2024-01-30 21:46:38 -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 2024-01-27 23:54:57 -06:00
gary 124c7029bd [olympic/studio] Change Studio modules to pass StudioContext instead of turbine::Context 2024-01-20 15:40:08 -06:00
gary 5d1f680a51 [nostalgia/core] Cleanup TileSheetEditor with new ImGui util functions 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 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 051623f4b5 [olympic,nostalgia] Update copyright for 2024 2024-01-01 12:02:40 -06:00
gary f1609519a7 [olympic] Cleanup 2023-12-31 22:52:10 -06:00
gary 1df4e78084 [olympic/studio] Add new project menu, make file creation open file 2023-12-28 23:45:38 -06:00
gary b35a956e4f [olympic/studio] Cleanup unused expression 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 2023-12-28 00:24:18 -06:00
gary ae066a914c [olympic/studio] Fix Project::writeObj to ensure parent directory of file exists 2023-12-28 00:06:15 -06:00
gary 2dba592a42 [nostalgia,olympic] Cleanup CMake 2023-12-23 12:23:47 -06:00