Gary Talent gary
gary pushed to master at drinkingtea/nostalgia 2023-12-31 22:52:38 -06:00
de9f842640 [ox/std] Add error.hpp include to memory.hpp
200e586768 Add .idea to .gitignore
f1609519a7 [olympic] Cleanup
e452d9db4f [nostalgia] Add python3-mypy to Debian deps
Compare 4 commits »
gary pushed to master at drinkingtea/nostalgia 2023-12-30 13:59:29 -06:00
43a87b606e [nostalgia] Ensure pkg-gba reads .current_build without a new line
8acc6244d5 [olympic/keel] Improve error clarity on pack some common failures
bd2aeee276 [ox/claw] Improve error clarity when loading ModelObjects
Compare 3 commits »
gary pushed to master at drinkingtea/nostalgia 2023-12-30 01:06:13 -06:00
89fab5cc20 [ox/fs] Remove stdc++fs from library list on Linux
gary pushed to master at drinkingtea/nostalgia 2023-12-29 19:05:14 -06:00
1c06ea677f [nostalgia] Add links to Tonc and GBATEK to developer-handbook
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