97 Commits

Author SHA1 Message Date
e961d9b63d Merge commit 'fc2dec64389824a251fb258f6fd0a9074e521cc2' 2024-06-02 11:35:07 -05:00
bddb08c201 [nostalgia] Cleanup config IO 2024-06-01 20:14:29 -05:00
7472834ef8 [studio/applib] Change updateHandler to 10 second interval 2024-06-01 13:58:15 -05:00
04bf815642 [studio,turbine] Fix Turbine sleep logic, tweak Studio default sleep values 2024-06-01 01:20:01 -05:00
41b4fae643 Merge commit 'a0d6019480b421575b54182f52af98fc2379f758' 2024-05-31 23:42:52 -05:00
c92ba2713e Merge commit '60789230be4092f2fbd2b2245949603d7d5513b8' 2024-05-31 20:54:46 -05:00
accff465d6 Merge commit '76b8b03a2c7c4bbda397629452eaf45fa7fe5ea2' 2024-05-30 23:19:09 -05:00
2db3d0470a [studio] Fix build error
Some checks failed
Build / build (push) Has been cancelled
2024-05-28 21:25:31 -05:00
fe0fea49b3 [studio] Add acceptsClipboardPayload to Editor 2024-05-28 20:58:26 -05:00
0675b4675b [nostalgia/core/studio] Cleanup TileSheet selection, fix copy/paste bug 2024-05-28 20:36:27 -05:00
8ae716e09c [studio] Add size function to Selection 2024-05-28 01:45:40 -05:00
bcbca9a5dd [keel,studio] Fix hotloading for files that get loaded as multiple types
All checks were successful
Build / build (push) Successful in 3m15s
2024-05-27 19:26:58 -05:00
aa89f20ed6 [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
6a7f70469f [studio/modlib] Make Project::mkdir only mkdir if dir does not exist 2024-05-27 00:51:00 -05:00
f1f596e7d8 [studio/modlib] Add variant of ComboBox that takes callback 2024-05-27 00:46:55 -05:00
4a73a7c35a [studio/modlib] Give Selection constructors 2024-05-26 02:09:59 -05:00
e75c51d614 [studio/modlib] Make iterateSelection return errors properly
All checks were successful
Build / build (push) Successful in 3m14s
2024-05-25 22:33:01 -05:00
cad8c73137 [studio/modlib] Remove color.hpp 2024-05-25 21:33:27 -05:00
196dd3d637 [studio/modlib] Add SelectionTracker 2024-05-25 21:31:47 -05:00
20cd027466 [studio/modlib] Add function for exporting selection color 2024-05-24 22:06:48 -05:00
058bc5c438 [studio,nostalgia/studio] Make executing UndoCommands report errors 2024-05-23 21:50:27 -05:00
815f23a0b5 [nostalgia/studio] Make UndoCommand undo/redo return ox::Error 2024-05-23 21:29:57 -05:00
ddeca461ac [studio,keel] Make fileChanged emit UUID as well as path, add uuidUrlToUuid 2024-05-22 23:17:28 -05:00
3c593b8d58 [studio] Make UndoCommand::mergeWith take a reference 2024-05-22 02:11:58 -05:00
8e9274a84b [studio] Add NoChangeException 2024-05-22 00:35:20 -05:00
49e5b17ff4 [studio/modlib] Cleanup 2024-05-19 22:15:54 -05:00
f0944e2372 Merge commit '420fa96463f59c4a4a7cd66b16b0ad01ab0d55e6' 2024-05-08 23:55:07 -05:00
c2b91d28df [studio] Add missing include
All checks were successful
Build / build (push) Successful in 3m16s
2024-05-06 22:27:20 -05:00
72cdc32e71 Merge commit 'df22a1e51b411329184b3fe33cfc0b665b7b87b6' 2024-05-03 21:15:51 -05:00
35c97cfb67 Merge commit '22e6299e90e85cb2b5ee814ebf2324b1a74d7091' 2024-04-24 23:12:54 -05:00
26d2645174 Merge commit 'c0baf7efca0e4c3a86a018ad2564d9df7b07c133' 2024-04-21 13:13:26 -05:00
7ceee8c84d [olympic/studio] Add new ImGui util functions 2024-04-21 10:24:53 -05:00
83e4c52e2c [olympic/studio] Make studio::run static 2024-04-21 10:23:55 -05:00
a0d25a13c3 [studio/modlib] Add ig::ChildStackItem
All checks were successful
Build / build (push) Successful in 2m47s
2024-03-14 23:32:05 -05:00
cf1f2c3372 [olympic/studio] Make StudioContext::ui a ref instead of ptr
Some checks failed
Build / build (push) Has been cancelled
2024-03-14 23:31:01 -05:00
4ad295d005 Merge commit '9c712cc38ae706b021807b271899bce56c234fa5' 2024-02-11 17:30:45 -06:00
d75dead89d Merge commit '057272347486efe5046691f32f51604e3a594e6a' 2024-01-31 23:13:34 -06:00
bc7bbb57c8 Merge commit 'cfc27a384b00388fc1ce30ac47c266ddd1f8e6f1' 2024-01-28 18:05:09 -06:00
ec099aa386 Merge commit 'db978290f3465d2da30a27a98b12face50bbe091' 2024-01-27 23:55:20 -06:00
9f50acc411 Merge commit 'ae1f8ce11a81624f376be3a3dd56e80ba479dd89' 2024-01-20 15:41:04 -06:00
e9add7d68a Merge commit '6640e00ad9ee5b731a2ddb06da31436463c3ae65' 2024-01-20 15:02:16 -06:00
563d86fabc [olympic/studio] Add PushButton, PopupBtns, ComboBox, and IDStackItem to ImGui utils 2024-01-19 01:09:10 -06:00
2ab3fd016f [olympic/studio] Fix imguiutil.hpp name, add StudioContext::tctx 2024-01-19 00:15:28 -06:00
16b290b9e5 Merge commit '5649e72126d23e422a8eae29a0a2a2f7c8597f7d' 2024-01-18 00:30:54 -06:00
107e3dd32b Merge commit 'ab89463b0f88f3f2191cf3f85e0e18bea39e9d36' 2024-01-05 22:12:08 -06:00
9f51ca6e04 Merge commit '9caa925f20058a4f586b28fabbcbdff04e9b9016' 2023-12-29 00:37:47 -06:00
05ee5d874d Merge commit '587dd924142c959b812ca340eab52af35ac4096c' as 'deps/nostalgia' 2023-12-23 14:17:05 -06:00