Commit Graph

480 Commits

Author SHA1 Message Date
gary b39a125264 [nostalgia/core] Handle error in getting preload addr 2022-12-03 01:52:39 -06:00
gary 640ea95c24 [nostalgia/core] Remove SignalHandler as parent to GBA version of AssetRef 2022-12-01 02:02:51 -06:00
gary 8329bf9217 [nostalgia/core/gba] Remove unnecessary include 2022-12-01 00:14:20 -06:00
gary 090fe28b44 [nostalgia] Integrate Ox Preloader 2022-11-30 01:51:45 -06:00
gary 52efae287b [nostalgia/core] Cleanup CMakeLists.txt 2022-11-10 21:55:37 -06:00
gary 64ac8f7dbf [nostalgia/core/glfw] Add ImGui theme 2022-10-29 20:09:48 -05:00
gary a049861f3a [nostalgia/core] Fix clang-tidy warnings 2022-09-24 23:54:17 -05:00
gary ea55a33b60 [nostalgia/core] Fix possible div by zero in idxToPt 2022-09-24 20:38:49 -05:00
gary fb5934975d [nostalgia/core] Cleanup formatting error in typeconv.hpp 2022-08-03 00:40:13 -05:00
gary e822bf2ccb [nostalgia/core] Add missing nodiscards to clipboard types 2022-08-03 00:39:40 -05:00
gary d9f0415074 [nostalgia/core/gba] Make GBA CBB data static 2022-08-03 00:38:54 -05:00
gary ef04e03d11 [nostalgia/core/userland] Fix CLion warnnings 2022-08-03 00:38:01 -05:00
gary 3b19909eb1 [nostalgia/core/glfw] Set window title to app name 2022-08-02 01:31:18 -05:00
gary 35ae54b336 [nostalgia/core] Add ability to set a BG's CBB 2022-08-02 01:30:53 -05:00
gary 379c939208 [nostalgia/core/studio] Move Select tool to first tool in TileSheetEditor toolbox 2022-07-30 21:13:41 -05:00
gary 29fd9b8c4f [nostalgia/core] Make invalid palette lookups return 0 instead of garbage memory 2022-07-30 14:47:44 -05:00
gary c8dc14dd8e [nostalgia/core/studio] Add key binding to for switching tools in TileSheetEditor 2022-07-30 14:45:17 -05:00
gary 275e9dbff1 [nostalgia] Add NewMenu for creating new files 2022-07-30 14:28:50 -05:00
gary 1a8f2ce69d [nostalgia/core/userland] Cleanup 2022-07-21 02:47:44 -05:00
gary fd89a9abb0 [nostalgia/core/glfw] Cleanup and add Escape button 2022-07-21 02:16:26 -05:00
gary d2d9aae9d5 [nostalgia/sample_project] Update integer type descriptor names 2022-07-21 02:14:40 -05:00
gary fdc57ce7b8 [nostalgia/core/studio] Fix cast of 32 bit int to pointer 2022-07-10 15:48:14 -05:00
gary c80a8838a4 [nostalgia] Setup Glad as GL loader 2022-07-10 02:46:26 -05:00
gary 99bdf30c52 [nostalgia] Fix MSVC build 2022-07-09 21:42:26 -05:00
gary 6653715795 [nostalgia/core/gba] Fix GBA for updated model system 2022-07-04 12:40:22 -05:00
gary 8d01882ed5 [nostalgia/core] Update TypeStore::loadDescriptor to take type version 2022-07-04 12:36:58 -05:00
gary 53f03eac22 [nostalgia/core/gba] Use actual types for type info for GBA target models 2022-05-29 22:23:44 -05:00
gary 285a0f9b24 [nostalgia/core] Add custom TypeStore with type desc loader 2022-05-29 01:27:35 -05:00
gary bfb441594f [nostalgia/core] Update for Ox HashMap::at return type change 2022-05-28 03:22:05 -05:00
gary 0adfaa7901 [nostalgia/studio] Add export option to tilesheet editor 2022-05-25 21:22:29 -05:00
gary 9ad5771767 [nostalgia/core] Make type conv system access type info correctly 2022-05-25 01:58:11 -05:00
gary a8244b9313 [nostalgia/core/gba] Fix GCC 12 breaks 2022-05-25 01:15:07 -05:00
gary 74effd3611 [nostalgia/core/studio] Add insert/delete tile actions and make double click on subsheet open SubsheetEditor 2022-05-22 16:15:58 -05:00
gary 1529c82bec [nostalgia/core] Make AssetContainer non-copyable and non-movable 2022-05-21 19:36:44 -05:00
gary 062fa07f4d [nostalgia/core/studio] Remove unimplemented functions from TileSheetEditorView 2022-05-21 03:22:52 -05:00
gary f6ebb5b29f [nostalgia/core] Fix unnecessary ox::String instantiations 2022-05-21 03:09:04 -05:00
gary 7a942ac83c [nostalgia/core] Remove unnecessary serialization and deserialization from type conversion 2022-05-20 02:02:14 -05:00
gary 6854e658a0 [nostalgia/studio] Fix TileSheetEditor to switch to appropriate subsheet on undo/redo 2022-05-18 21:15:11 -05:00
gary 5c5f8e748a [nostalgia/core/studio] Add key shortcuts for changing the selected color 2022-05-17 21:24:20 -05:00
gary eac471b21b [nostalgia] Add constructors needed by construct_at 2022-04-10 03:04:24 -05:00
gary edf4571ff7 [nostalgia] Split studio::Editor into Editor and BaseEditor 2022-04-09 16:20:39 -05:00
gary 56964e197a [nostalgia] Split PaletteEditor into Imgui and general files, other cleanup 2022-04-08 01:05:32 -05:00
gary f0cbcbbddf [nostalgia/core/studio] Fix unnecessary copies 2022-04-04 01:10:16 -05:00
gary a40c768872 [nostalgia/core/studio] Fix subsheet editor height 2022-04-03 02:20:16 -05:00
gary 83ad1623d3 [nostalgia/core/studio] Add PaletteEditorImGui::itemDisplayName() 2022-04-03 00:30:53 -05:00
gary 71e0f181ea [nostalgia] Add PaletteEditor 2022-04-02 16:47:48 -05:00
gary 10d2f2c064 [nostalgia/core/studio] Fix TileSheetEditor cut to use undo stack 2022-03-27 03:19:20 -05:00
gary 041e571626 [nostalgia/core/studio] Fix select not to go beyond the appropriate idx 2022-03-27 02:35:35 -05:00
gary 053d35b31c [nostalgia] Make core::shutdown return void and add GBA implementation 2022-03-25 01:28:26 -05:00
gary 6eb4070d97 [nostalgia/core/studio] Add palette picker combo box 2022-03-24 20:54:17 -05:00