Commit Graph

78 Commits

Author SHA1 Message Date
gary e758e03d2b [nostalgia,olympic] Update for ox::Error changes 2025-01-01 23:43:32 -06:00
gary dc7c2559d6 [studio] Make selection tracker not go below 0 2024-12-21 20:06:48 -06:00
gary 462f2bca4c [nostalgia,olympic] Change macro names to comply with broader conventions 2024-12-21 02:41:19 -06:00
gary 305eb62647 [studio] Fix build 2024-12-18 21:41:15 -06:00
gary dc07f3d58b [studio] Change FilePicker consturctor to take StringParams 2024-12-15 01:20:29 -06:00
gary b74f6a7ace [studio,turbine] Run liccor 2024-12-14 14:33:06 -06:00
gary 96d27eecd1 [nostalgia,olympic] Cleanup 2024-12-13 22:00:03 -06:00
gary 36942cca18 [nostalgia,olympic] Replace SpanView with Span<const T> 2024-12-01 08:41:20 -06:00
gary 86b9f9316e [olympic] Enable warnings for unsafe buffers 2024-11-26 23:58:11 -06:00
gary e2682b5ef7 [studio/modlib] Add missing include 2024-10-04 21:35:08 -05:00
gary cb16687641 [studio] Add variant of InputText that returns an IString 2024-10-02 20:55:12 -05:00
gary 0a62d90065 [studio] Remove Editor::setRequiresConstantRefresh 2024-10-02 01:18:37 -05:00
gary e22b25e54c [studio] Remove Editor::requiresConstantRefresh 2024-10-01 22:35:29 -05:00
gary c6efabaa1d [studio,nostalgia] Fix PaletteEditor color update command merging, add setObsolete 2024-09-30 23:07:14 -05:00
gary 945a55f94a [studio] Fix Project to cut off correct end of OC data 2024-09-28 21:10:13 -05:00
gary aa970b1fc0 [keel,studio] Cleanup 2024-09-28 18:45:09 -05:00
gary a7cf267385 [studio] Remove null terminator from OC output 2024-09-28 18:20:01 -05:00
gary a1b5b56553 [olympic,nostalgia] Rename CRStringView to StringViewCR 2024-09-28 16:10:44 -05:00
gary 5373b63cca [keel,studio] Removing null terminator from JSON file output 2024-09-27 02:30:28 -05:00
gary 52533c8c44 [nostalgia/core/studio] Add Palette page names to editor 2024-09-06 21:42:16 -05:00
gary bd2e88cd88 [olympic,nostalgia] Cleanup with StringParam 2024-08-30 20:47:43 -05:00
gary 7eab2f9278 [studio/modlib] Comment out logging in configio 2024-06-12 23:31:40 -05:00
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