71 Commits

Author SHA1 Message Date
e86c58a087 Merge commit 'ab760b064fd6a302bad13274e0e02b2b2c957b67' 2025-01-26 15:42:50 -06:00
f27c36487c [studio] Add filepickerpopup.hpp to studio.hpp
All checks were successful
Build / build (push) Successful in 4m2s
2025-01-23 22:19:59 -06:00
67c796ec04 Merge commit 'af93f94c679456e697ec438bad9cdfdfcbed1eb8'
All checks were successful
Build / build (push) Successful in 3m58s
2025-01-23 21:35:40 -06:00
1aed9b2d12 Merge commit 'dff9f81e073bb994d5ce96a6eaa1bfa547f1fdf4'
All checks were successful
Build / build (push) Successful in 3m58s
2025-01-23 21:21:58 -06:00
d4a691bcc2 Merge commit '3fddeeee3e14669f4c8a139162bf9a548716a108' 2025-01-22 23:13:07 -06:00
9cd67ad12b Merge commit '38777cfac8868b3628332090260710d5ac26aba0' 2025-01-20 02:15:45 -06:00
765d6d95f5 [nostalgia,studio] Proper fix for input filtering 2025-01-20 02:10:48 -06:00
8d6343e325 Merge commit '7b7d59cf63d77cf7ab6daf6ed7122eef97954555'
Some checks failed
Build / build (push) Failing after 59s
2025-01-19 13:39:31 -06:00
0f5f41de64 [keel,studio] Add support for New Item templates 2025-01-18 20:16:29 -06:00
d8b4afe053 Merge commit '4ea4a61d542777a270c4e2c283e0e986fc9eec9c' 2025-01-11 12:32:00 -06:00
c74950ec7e Merge commit '25133af822313ee5aad1ab5f90c1a68b7092185e' 2025-01-02 22:03:05 -06:00
6ba7f83a3b [studio] Make selection tracker not go below 0
Some checks failed
Build / build (push) Failing after 1m4s
2024-12-21 20:06:48 -06:00
8c4f55621d [nostalgia,olympic] Change macro names to comply with broader conventions 2024-12-21 02:41:19 -06:00
17a838206b [studio] Fix build
All checks were successful
Build / build (push) Successful in 3m37s
2024-12-18 21:41:15 -06:00
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
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
7bdfe4d54f [olympic] Enable warnings for unsafe buffers 2024-11-26 23:58:11 -06: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
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
bddb08c201 [nostalgia] Cleanup config IO 2024-06-01 20:14:29 -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