e22b658a [studio] Fix isParentOf check in Project to ensure child dir path ends with / 56b9cb6e [studio] Fix file explorer to treat empty directories as directories eaa9a241 [keel] Make reloadAsset check if file is loaded 95256a9a [studio] Make rename file give error message if the file already exists 2286238a [studio] Make rename file accept input upon pressing Enter if text input is focused 13f0bf57 [studio] Make deleting a file close tabs associated with it 8eb1ac21 [studio] Fix not to try moving a parent directory to its child e132f2fd [studio] Make file move do nothing if the file already exists 12f6b22c [nostalgia/gfx/studio/palette] Cleanup 6c858e0c [nostalgia/gfx/studio/tilesheet] UI cleanup c6b58f7c [nostalgia] Update release notes a22aafaf [nostalgia/gfx/studio/palette] Add ability to reorder Palette pages 6298ac3a [nostalgia] Update release notes cd63afac [studio] Remove Ctrl-0 tab shortcut 28591837 [nostalgia/gfx/studio/tilesheet] Add the ability to move subsheets 05516597 [nostalgia/sample_project] Update test assets git-subtree-dir: deps/nostalgia git-subtree-split: e22b658a67b88317cb866f80a514c5b2cfaf14f4
846 B
846 B
d2025.02
- Rename core namespace to gfx.
- Add PaletteV5 to accommodate namespace change.
- Add TileSheetV5. TileSheetV5 retains the bpp field for the sake of CompactTileSheet, but always store it pixel as 8 bpp for itself.
- Add ability to move subsheets in the subsheet tree.
- Add Flip X and Flip Y button for TileSheet Editor.
- Replace file picker combo boxes with a browse button and file picker, and support for dragging files from the project explorer.
- Add ability to create directories.
- Add ability to add files to specific directories.
- Add ability to delete files from the project explorer.
- Ctrl- keyboard shortcuts for jumping between tabs.
- Fix Palette Editor to ignore keyboard input when popups are open.
- Palette Editor move color mechanism now uses drag and drop.
- Add ability to reorder Palette pages.