1291 Commits

Author SHA1 Message Date
3ead305f51 [nostalgia/core/studio/tilesheeteditor] Fix Fill command to properly end
All checks were successful
Build / build (push) Successful in 2m32s
2024-08-30 00:24:59 -05:00
c501fc048f [nostalgia/core/gba] Fix TileSheetSet loading
All checks were successful
Build / build (push) Successful in 2m47s
2024-07-09 22:18:52 -05:00
3b874c6e6a [turbine] Fix refresh logic to handle default refresh within value
All checks were successful
Build / build (push) Successful in 2m36s
2024-06-17 22:37:36 -05:00
7eab2f9278 [studio/modlib] Comment out logging in configio 2024-06-12 23:31:40 -05:00
8798d2d718 [nostalgia/core] Fix getTileIdx(TileSheet, SubSheetId) 2024-06-03 23:17:50 -05:00
f82db6905c [nostalgia/core] Make load TileSheet functions take CompactTileSheet, in addition to FileAddresses 2024-06-03 20:00:48 -05:00
0dfa7c30e6 [studio/modlib] Make TaskRunner check that task is not null 2024-06-02 14:08:23 -05:00
2afade2447 Merge commit 'fc2dec64389824a251fb258f6fd0a9074e521cc2' 2024-06-02 11:35:07 -05:00
5e90f8d454 [studio] Move task runner to draw call
All checks were successful
Build / build (push) Successful in 2m33s
2024-06-02 11:33:23 -05:00
3635702ede [nostalgia] Cleanup config IO 2024-06-01 20:14:29 -05:00
6cbafc75bf [nostalgia,keel] Make repair return ox::Error 2024-06-01 15:54:11 -05:00
0d7b89a025 [turbine] Add TimeMs alias to uint64_t 2024-06-01 13:58:46 -05:00
e8f5c91172 [studio/applib] Change updateHandler to 10 second interval 2024-06-01 13:58:15 -05:00
3cb3bc122b [nostalgia/core] Add valid and repair functions for PaletteV3 2024-06-01 13:56:15 -05:00
a2cec10cb6 [keel] Add valid and repair functions for AssetManager 2024-06-01 13:54:45 -05:00
fd4619bc25 [studio,turbine] Fix Turbine sleep logic, tweak Studio default sleep values
All checks were successful
Build / build (push) Successful in 2m34s
2024-06-01 01:20:01 -05:00
128ddb2ca6 [turbine/gba] Fix ticksMs function signature
All checks were successful
Build / build (push) Successful in 2m33s
2024-05-31 23:59:49 -05:00
f34704d845 [nostalgia/core/studio] Fix AddSubsheetCommand::undo to undo ID idx change 2024-05-31 23:59:15 -05:00
fb5d3545fe [nostalgia/core/studio] Cleanup 2024-05-31 23:58:40 -05:00
2180f7bf6f [nostalgia/core] Fix validateSubSheetIdx 2024-05-31 23:58:21 -05:00
dcad44403e [keel] Make GBA AssetRef changeable 2024-05-31 23:57:14 -05:00
430cae1622 [nostalgia,studio] Update for new ImGui's Mac awareness
All checks were successful
Build / build (push) Successful in 2m39s
2024-05-31 22:04:31 -05:00
1fb0a86642 [nostalgia/core] Fix CompactPalette TypeName and TypeVersion 2024-05-31 20:41:03 -05:00
6c71e1e24c [nostalgia/core/studio,studio] Give TileSheetEditor Ctrl-A and Ctrl-G for selection 2024-05-31 15:16:18 -05:00
2ede01e7e2 [nostalgia/core/studio] Fix build
All checks were successful
Build / build (push) Successful in 2m34s
2024-05-31 01:43:46 -05:00
deacd4ab98 [nostalgia/core/studio] Fix PaletteEditor add/remove color commands
Some checks failed
Build / build (push) Failing after 30s
2024-05-31 01:19:55 -05:00
7d9f363bfa [nostalgia/core/studio] Show color names in TileSheetEditor
All checks were successful
Build / build (push) Successful in 2m34s
2024-05-30 23:12:12 -05:00
ababc2a736 [nostalgia/core/studio] Add Name to colors table in PaletteEditor
All checks were successful
Build / build (push) Successful in 2m31s
2024-05-30 23:05:37 -05:00
bfd4bc3c41 [nostalgia/core] Revise Palette system, give TileSheetEditor a config file
All checks were successful
Build / build (push) Successful in 2m36s
* Palettes now have names for colors
* Pages are always the same length
* Added 'Apply to all pages' button for color editor
2024-05-30 22:54:36 -05:00
8826d51edd [studio] Add configio.hpp to studio.hpp 2024-05-30 22:51:54 -05:00
7d8a8e0e52 [keel] Cleanup 2024-05-30 20:10:44 -05:00
e4c3866017 [nostalgia/core] Fix subsheet resize not to read garbage 2024-05-29 02:16:07 -05:00
a8bb99b620 [turbine] Remove ClipboardObject::typeMatches 2024-05-28 23:41:21 -05:00
667dd21a05 [turbine] Make ClipboardObject::typId return a StringView 2024-05-28 23:39:02 -05:00
5d89370cb0 [turbine] Rework getClipboardObject to use ox::ModelTypeId_v 2024-05-28 23:35:22 -05:00
b968ec8a91 [keel] Remove redundant move
All checks were successful
Build / build (push) Successful in 2m33s
2024-05-28 21:33:19 -05:00
ec45ffb794 [studio] Fix build error 2024-05-28 21:25:31 -05:00
97dc027498 [nostalgia/core/studio] Add acceptsClipboardPayload to TileSheetEditor 2024-05-28 20:58:49 -05:00
a138f60fea [studio] Add acceptsClipboardPayload to Editor 2024-05-28 20:58:26 -05:00
791d19504e [turbine] Make ClipboardObject use ox::ModelTypeId_v for typeId 2024-05-28 20:57:49 -05:00
78eb8fca28 [keel] Cleanup pack logging 2024-05-28 20:56:40 -05:00
5a426829f2 [nostalgia/core/studio] Cleanup TileSheet selection, fix copy/paste bug 2024-05-28 20:36:27 -05:00
9d2fe0e814 [studio] Add size function to Selection 2024-05-28 01:45:40 -05:00
f189469926 [keel] Remove setAsset
All checks were successful
Build / build (push) Successful in 2m36s
2024-05-27 21:13:17 -05:00
27b38ed250 [keel,studio] Fix hotloading for files that get loaded as multiple types
All checks were successful
Build / build (push) Successful in 2m33s
2024-05-27 19:26:58 -05:00
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
5177cfb0e3 [studio/modlib] Make Project::mkdir only mkdir if dir does not exist 2024-05-27 00:51:00 -05:00
f9a14433d1 [studio/modlib] Add variant of ComboBox that takes callback 2024-05-27 00:46:55 -05:00
e62426b085 [keel] Ensure consistent asset IDs in AssetManager 2024-05-27 00:45:41 -05:00
49b859ecf5 [studio/modlib] Give Selection constructors 2024-05-26 02:09:59 -05:00