335 Commits
Author SHA1 Message Date
ArchezandGarrett Cox 6e0cef8fa0 properly array bounds check the font table (#32) 2024-05-22 09:04:57 -05:00
Garrett Cox 248539479d Fix screen size issues, letterbox, fade, etc (#30) 2024-05-22 09:04:57 -05:00
ArchezandGarrett Cox e21208a457 fix billboard mtx segment values (#29) 2024-05-22 09:04:57 -05:00
inspectredcandGarrett Cox ffedb7d352 correct Scene_CommandObjectList and Scene_CommandSpecialFiles implementations (#28) 2024-05-22 09:04:57 -05:00
inspectredcandGarrett Cox 713ac3495e abutton fix (#27) 2024-05-22 09:04:57 -05:00
inspectredcandGarrett Cox 09635bcdd5 Treat sun textures as 64x64 (#26)
* Treat sun textures as 64x64

* commenting style

* leave original lines commented too
2024-05-22 09:04:57 -05:00
ArchezandGarrett Cox c6a114e8d5 Fix Framebuffer and ZBuffer things (#25)
* fix the framebuffers and zbuffers

* set some extra save context on load
2024-05-22 09:04:57 -05:00
louist103andGarrett Cox 9f7414bd00 Fix (Un stub) minimaps 2024-05-22 09:04:57 -05:00
louist103andGarrett Cox a47de3a972 Allow the bombers notebook to open, but you can't close it. 2024-05-22 09:04:57 -05:00
louist103andGarrett Cox bba57b078e Fix (2) pointers cast as u32 2024-05-22 09:04:57 -05:00
louist103andGarrett Cox c351a4a580 64 Bits 2024-05-22 09:04:57 -05:00
Garrett Coxandlouist103 daca951818 Temporary fix for fanfares crashing until we get audio working (#21)
* Temporary fix for fanfares crashing until we get audio working

* Update mm/src/audio/lib/load.c

* Update code_8019AF00.c

---------

Co-authored-by: louist103 <35883445+louist103@users.noreply.github.com>
2024-05-22 09:04:57 -05:00
Garrett Cox 76e325feb8 Add frame advance toggle (#23) 2024-05-22 09:04:57 -05:00
Garrett Cox 683a108194 Re-add bug fixes in z_parameter with comments (#22) 2024-05-22 09:04:57 -05:00
Garrett Cox 67f7882242 Go to map select @ boot when in debug mode or when pressing Z+L+R (#20)
* Go to map select @ boot when in debug mode or when pressing Z+L+R

* Update mm/src/code/graph.c
2024-05-22 09:04:57 -05:00
RevoandGarrett Cox cefbee8e25 fix broken gamemode statement (fade fix) (#19) 2024-05-22 09:04:57 -05:00
Garrett Cox 8c3a59b7d1 Various fixes to text and textboxes (#18) 2024-05-22 09:04:57 -05:00
ArchezandGarrett Cox 8c91bab60f Chore: Replace rest of segment 0x0E calculations with macro (#16)
* replace rest of segment 0x0E calculations with macro

* switch to original gsp macro
2024-05-22 09:04:57 -05:00
Garrett Cox e392725058 Fix object dependency for objects loaded after scene init (#14) 2024-05-22 09:04:57 -05:00
ArchezandGarrett Cox 6032142870 remove boost, we don't need it right now (#12) 2024-05-22 09:04:57 -05:00
Garrett Cox dc8f90181b Fix masks not rendering (#13) 2024-05-22 09:04:57 -05:00
ArchezandGarrett Cox 5eacc7e6a8 fix segment pointer truncation (#15) 2024-05-22 09:04:57 -05:00
Garrett Cox c903b31fa6 Adjustments to changes made for mac (#11) 2024-05-22 09:04:57 -05:00
ArchezandGarrett Cox 982b52653a Support builtin extraction and CMake target extraction (#9)
* Support builtin extraction and CMake target extraction

* bump submodules

* add enum data
2024-05-22 09:04:57 -05:00
Garrett Cox e61a5eac9f First draft of save editor (#8) 2024-05-22 09:04:57 -05:00