Gary Talent gary
gary pushed to master at drinkingtea/nostalgia 2023-12-29 19:04:09 -06:00
84aa5633c3 [nostalgia] Add links to Tonc and GBATEK to developer-handbook
gary pushed to master at drinkingtea/nostalgia 2023-12-29 18:44:15 -06:00
6b948ee069 Merge commit '932c3e57e93d63dc98c454015afea941416ff423'
72dddcaee5 [ox] Fix TypeDescWriter segfault
Compare 2 commits »
gary pushed to master at drinkingtea/nostalgia 2023-12-29 02:28:59 -06:00
7c824e910c [nostalgia] Remove Jenkinsfiles
gary pushed to master at drinkingtea/nostalgia 2023-12-29 00:06:27 -06:00
a0c8146396 [nostalgia/core/studio] East const some function args
gary pushed to release-d2023.12 at drinkingtea/nostalgia 2023-12-28 23:56:36 -06:00
d5b232f5d5 [olympic/studio] Fix array bounds issue
c79fe3be43 [buildcore] Make CMake configure failure trigger failed return code
1df4e78084 [olympic/studio] Add new project menu, make file creation open file
ffbdb09c31 [olympic/turbine/glfw] Add shift key support
b35a956e4f [olympic/studio] Cleanup unused expression
Compare 31 commits »
gary pushed to master at drinkingtea/nostalgia 2023-12-28 23:52:34 -06:00
d5b232f5d5 [olympic/studio] Fix array bounds issue
gary pushed to master at drinkingtea/nostalgia 2023-12-28 23:51:11 -06:00
c79fe3be43 [buildcore] Make CMake configure failure trigger failed return code
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