Gary Talent gary
gary pushed to master at drinkingtea/nostalgia 2023-12-28 23:45:46 -06:00
1df4e78084 [olympic/studio] Add new project menu, make file creation open file
gary pushed to master at drinkingtea/nostalgia 2023-12-28 23:44:35 -06:00
fc807a8f31 [olympic/studio] Add new project menu, make file creation open file
ffbdb09c31 [olympic/turbine/glfw] Add shift key support
Compare 2 commits »
gary pushed to master at drinkingtea/nostalgia 2023-12-28 01:08:42 -06:00
b35a956e4f [olympic/studio] Cleanup unused expression
gary pushed to master at drinkingtea/nostalgia 2023-12-28 00:24:25 -06:00
d3847caab4 [olympic/studio] Make Project::writeObj only write descriptor if it does not already exist or if debug build
gary commented on issue drinkingtea/nostalgia#5 2023-12-28 00:08:12 -06:00
Studio: ItemMakerT silently fails if the destination directory new file does not exist

Fixed in ae066a914c612613a1885749e7547b3fc0b6b2b9. or studio::Project::writeObj now ensures that the parent directory of the file it is writing exists before writing the file.

gary closed issue drinkingtea/nostalgia#5 2023-12-28 00:08:12 -06:00
Studio: ItemMakerT silently fails if the destination directory new file does not exist
gary pushed to master at drinkingtea/nostalgia 2023-12-28 00:06:22 -06:00
ae066a914c [olympic/studio] Fix Project::writeObj to ensure parent directory of file exists
gary pushed to master at drinkingtea/nostalgia 2023-12-27 23:50:16 -06:00
67543af806 [ox/oc] Remove some unnecessary code
gary pushed to master at drinkingtea/nostalgia 2023-12-27 23:47:57 -06:00
6b774ec285 [ox/oc] Fix array writing to write all values
gary pushed to master at drinkingtea/nostalgia 2023-12-27 23:10:45 -06:00
4b9758f478 [nostalgia/core] Move most TileSheet member functions out of class
bf12b15fe6 [nostalgia/sample_project] Update some tilesheets to version 4 format
a7328eb5ef [nostalgia/core/studio] Reduce indent for Subsheet editor
b52124a0c5 [nostalgia/core/studio] Revert new subsheet index increment to happen after index assignment
eae9972f85 [nostalgia/sample_project] Add missing type descriptors
Compare 5 commits »
gary pushed to master at drinkingtea/nostalgia 2023-12-26 18:51:07 -06:00
d83e392964 [nostalgia/core] Cleanup, revert CompactTileSheet version to 1
e2d0a784f1 [olympic/keel] Cleanup
Compare 2 commits »
gary pushed to master at drinkingtea/nostalgia 2023-12-26 17:56:34 -06:00
f08821422a [nostalgia/core/studio] Change TileSheets to back to MC
gary pushed to master at drinkingtea/nostalgia 2023-12-26 17:55:59 -06:00
6a2954f82b [nostalgia/core] Remove id from TileSheetV3::Subsheet, add TileSheetV4
gary pushed to master at drinkingtea/nostalgia 2023-12-26 16:37:16 -06:00
9c19655ce2 [nostalgia/core] Fix build, add SubSheet ID to SubSheet Editor view
gary pushed to master at drinkingtea/nostalgia 2023-12-26 16:35:21 -06:00
087c834b25 [nostalgia/core/studio] Fix Add SubSheet to increment idIt before using it
79bdbf2eaa [nostalgia/core] Add id to TileSheetV3::SubSheet model
Compare 2 commits »
gary pushed to master at drinkingtea/nostalgia 2023-12-26 12:35:05 -06:00
2bdc3def74 [nostalgia/core/opengl] Implement flip X and flip Y for BG tiles
gary pushed to master at drinkingtea/nostalgia 2023-12-26 11:59:45 -06:00
e7a663901a [nostalgia/core/opengl] Fix duplicate and missing symbol
gary pushed to master at drinkingtea/nostalgia 2023-12-26 11:54:40 -06:00
ffdc0ddb97 [nostalgia/core] Add support for specifying palette banks
gary pushed to master at drinkingtea/nostalgia 2023-12-25 01:00:09 -06:00
e941781f21 [ox/std] Cleanup Result::copyTo variants
gary pushed to master at drinkingtea/nostalgia 2023-12-25 00:51:27 -06:00
b869f490c3 [ox/std] Add or_value to Optional, Result