71 Commits

Author SHA1 Message Date
d0ebc16a36 [studio] Change FilePicker consturctor to take StringParams
Some checks failed
Build / build (push) Failing after 56s
2024-12-15 01:20:29 -06:00
62e4ef71b4 [studio,turbine] Run liccor 2024-12-14 14:33:06 -06:00
a5271f6cf6 [nostalgia,olympic] Cleanup 2024-12-13 22:00:03 -06:00
ffb622f285 [olympic] Cleanup 2024-12-06 00:22:33 -06:00
33e41824a1 [nostalgia,olympic] Move olympic::run to global namespace 2024-12-06 00:13:10 -06:00
373de390d3 [nostalgia,olympic] Fix pack tool build for Windows 2024-12-02 21:10:52 -06:00
f4ec743678 [nostalgia,olympic] Replace SpanView with Span<const T>
All checks were successful
Build / build (push) Successful in 3m14s
2024-12-01 08:41:20 -06:00
425ef61dae [applib] Make run take args as a SpanView 2024-11-28 00:51:42 -06:00
7bdfe4d54f [olympic] Enable warnings for unsafe buffers 2024-11-26 23:58:11 -06:00
e1b66867af [studio/applib] Cleanup 2024-11-26 23:32:32 -06:00
284f4d6665 Merge commit '9e11019b87ba27d1dac9e097dc212a126e404218' 2024-11-01 22:23:08 -05:00
a73d90fe3a [studio/modlib] Add missing include 2024-10-04 21:35:08 -05:00
05ab0e056e [studio] Add variant of InputText that returns an IString 2024-10-02 20:55:12 -05:00
686da8c28b [studio] Remove Editor::setRequiresConstantRefresh 2024-10-02 01:18:37 -05:00
2c7c683a4a [studio] Remove Editor::requiresConstantRefresh 2024-10-01 22:35:29 -05:00
d92542dc8b [studio,nostalgia] Fix PaletteEditor color update command merging, add setObsolete 2024-09-30 23:07:14 -05:00
aa61dd0efa Merge commit '511548a2ee54c5ceb2fd858919b278721cf5ba31' 2024-09-28 23:44:24 -05:00
81f0237903 [olympic,nostalgia] Rename CRStringView to StringViewCR 2024-09-28 16:10:44 -05:00
d3a4ecd661 [keel,studio] Removing null terminator from JSON file output 2024-09-27 02:30:28 -05:00
f7c159db35 [studio] Cleanup 2024-09-07 02:25:09 -05:00
66a559d48e Merge commit 'ca2d9eb5349ead95bfdf1e16ce129ed3ba18261a'
All checks were successful
Build / build (push) Successful in 3m9s
2024-09-07 00:16:03 -05:00
943c1bf48b Merge commit 'a1a34f27f9d873bff520a1e890f5071faa20f170' 2024-08-30 21:13:18 -05:00
62cbe76c1c Merge commit '2da3579818c8cbb50ad4b346f5fbc9e5304e682f' 2024-06-18 00:50:59 -05:00
93f3df039f [studio/modlib] Make TaskRunner check that task is not null 2024-06-02 14:08:23 -05:00
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