|
6653715795
|
[nostalgia/core/gba] Fix GBA for updated model system
|
2022-07-04 12:40:22 -05:00 |
|
|
8d01882ed5
|
[nostalgia/core] Update TypeStore::loadDescriptor to take type version
|
2022-07-04 12:36:58 -05:00 |
|
|
53f03eac22
|
[nostalgia/core/gba] Use actual types for type info for GBA target models
|
2022-05-29 22:23:44 -05:00 |
|
|
3834de3318
|
[nostalgia/studio] Use Nostalgia TypeStore for Project
|
2022-05-29 01:29:33 -05:00 |
|
|
285a0f9b24
|
[nostalgia/core] Add custom TypeStore with type desc loader
|
2022-05-29 01:27:35 -05:00 |
|
|
ab1dc83630
|
[nostalgia/studio] Make studio only pass key input to Editors if it does not consume it itself
|
2022-05-29 01:24:48 -05:00 |
|
|
717bbd2e0f
|
[nostalgia/studio] Update for new model type store system
|
2022-05-28 20:00:28 -05:00 |
|
|
bfb441594f
|
[nostalgia/core] Update for Ox HashMap::at return type change
|
2022-05-28 03:22:05 -05:00 |
|
|
0adfaa7901
|
[nostalgia/studio] Add export option to tilesheet editor
|
2022-05-25 21:22:29 -05:00 |
|
|
2448bdcc82
|
[nostalgia/studio] Add null check for key input to active editor
|
2022-05-25 21:19:59 -05:00 |
|
|
0e8d2d7640
|
[nostalgia/studio] Switch file dialog to NFDE and add save file dialog
|
2022-05-25 21:19:27 -05:00 |
|
|
a9d5272176
|
[nostalgia/geo] GCC 12 fix
|
2022-05-25 21:18:41 -05:00 |
|
|
9ad5771767
|
[nostalgia/core] Make type conv system access type info correctly
|
2022-05-25 01:58:11 -05:00 |
|
|
a8244b9313
|
[nostalgia/core/gba] Fix GCC 12 breaks
|
2022-05-25 01:15:07 -05:00 |
|
|
fd0d15b28e
|
[nostalgia/studio] Fix memory leak of ProjectExplorer not getting freed
|
2022-05-25 01:04:43 -05:00 |
|
|
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 |
|
|
4a921cf65f
|
[nostalgia] Fix compiler warnings
|
2022-05-21 20:08:45 -05:00 |
|
|
1529c82bec
|
[nostalgia/core] Make AssetContainer non-copyable and non-movable
|
2022-05-21 19:36:44 -05:00 |
|
|
062fa07f4d
|
[nostalgia/core/studio] Remove unimplemented functions from TileSheetEditorView
|
2022-05-21 03:22:52 -05:00 |
|
|
f6ebb5b29f
|
[nostalgia/core] Fix unnecessary ox::String instantiations
|
2022-05-21 03:09:04 -05:00 |
|
|
7a942ac83c
|
[nostalgia/core] Remove unnecessary serialization and deserialization from type conversion
|
2022-05-20 02:02:14 -05:00 |
|
|
6854e658a0
|
[nostalgia/studio] Fix TileSheetEditor to switch to appropriate subsheet on undo/redo
|
2022-05-18 21:15:11 -05:00 |
|
|
5c5f8e748a
|
[nostalgia/core/studio] Add key shortcuts for changing the selected color
|
2022-05-17 21:24:20 -05:00 |
|
|
1edd72dc7d
|
[nostalgia/studio] Add BaseEditor::keyStateChanged
|
2022-05-17 21:23:49 -05:00 |
|
|
eac471b21b
|
[nostalgia] Add constructors needed by construct_at
|
2022-04-10 03:04:24 -05:00 |
|
|
edf4571ff7
|
[nostalgia] Split studio::Editor into Editor and BaseEditor
|
2022-04-09 16:20:39 -05:00 |
|
|
56964e197a
|
[nostalgia] Split PaletteEditor into Imgui and general files, other cleanup
|
2022-04-08 01:05:32 -05:00 |
|
|
632ade60b9
|
[nostalgia/studio] Add active editor tab to config
|
2022-04-04 01:11:01 -05:00 |
|
|
f0cbcbbddf
|
[nostalgia/core/studio] Fix unnecessary copies
|
2022-04-04 01:10:16 -05:00 |
|
|
a40c768872
|
[nostalgia/core/studio] Fix subsheet editor height
|
2022-04-03 02:20:16 -05:00 |
|
|
60d67218db
|
[nostalgia/studio] Make opening a file switch to its tab
|
2022-04-03 00:34:37 -05:00 |
|
|
83ad1623d3
|
[nostalgia/core/studio] Add PaletteEditorImGui::itemDisplayName()
|
2022-04-03 00:30:53 -05:00 |
|
|
3fd25782c0
|
[nostalgia/core/studio] Add unsaved changes indicator to editor tabs
|
2022-04-02 21:13:08 -05:00 |
|
|
71e0f181ea
|
[nostalgia] Add PaletteEditor
|
2022-04-02 16:47:48 -05:00 |
|
|
99987ee423
|
[nostalgia/geo] Add Bounds::setPt2
|
2022-04-01 20:54:45 -05:00 |
|
|
dd12857ba8
|
[nostalgia/studio] Add UndoCommand::mergeWith
|
2022-03-31 01:38:59 -05:00 |
|
|
10d2f2c064
|
[nostalgia/core/studio] Fix TileSheetEditor cut to use undo stack
|
2022-03-27 03:19:20 -05:00 |
|
|
041e571626
|
[nostalgia/core/studio] Fix select not to go beyond the appropriate idx
|
2022-03-27 02:35:35 -05:00 |
|
|
053d35b31c
|
[nostalgia] Make core::shutdown return void and add GBA implementation
|
2022-03-25 01:28:26 -05:00 |
|
|
6eb4070d97
|
[nostalgia/core/studio] Add palette picker combo box
|
2022-03-24 20:54:17 -05:00 |
|
|
ef3a28846c
|
[nostalgia/studio] Add ability to index and list files of different types in Project
|
2022-03-24 20:53:29 -05:00 |
|
|
27b7b11146
|
[nostalgia/studio] Remove toolbar
|
2022-03-24 20:53:04 -05:00 |
|
|
6e742e5d45
|
[nostalgia/core/glfw] Cleanup key input system
|
2022-03-24 01:00:45 -05:00 |
|
|
e1c82117f9
|
[nostalgia/core] Fix GBA input
|
2022-03-23 03:21:34 -05:00 |
|
|
b214a7612a
|
[nostalgia/core/glfw] Fix key down initial state
|
2022-03-23 03:20:38 -05:00 |
|
|
033ffc2e15
|
[nostalgia/core/gba] Fix GBA input
|
2022-03-23 03:19:55 -05:00 |
|
|
d76d525054
|
[nostalgia/studio] Add keyboard shortcuts
|
2022-03-20 02:08:54 -05:00 |
|
|
ea318bb6c8
|
[nostalgia/core] Add key event handler
|
2022-03-20 01:56:48 -05:00 |
|
|
2223fe7863
|
[nostalgia/core] Rename event handler to update handler
|
2022-03-19 20:11:53 -05:00 |
|
|
8e660f6b15
|
[nostalgia/geo] Make geo an object library
|
2022-03-19 19:40:35 -05:00 |
|