jak-project/game/overlord/jak3
water111 f0b46ff2e5
[jak3] A few bug fixes (#3606)
A few minor fixes:

- Fix crash in overlord3 during final boss
https://github.com/open-goal/jak-project/issues/3605
- Update goal_src for `scene-actor.gc`, which was not updated after a
bug fix for decompiling skelgroups, making some cutscene actors
invisible due to using the wrong joint for culling checks.
- Stop using `-1` as an invalid value for texture id's in Merc.cpp. This
could sometimes cause Merc2.cpp to accidentally skip updating the OpenGL
texture. This fixes the bug where skull gems sometimes didn't have the
animated textures.
2024-07-26 13:48:43 -04:00
..
basefile.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
basefile.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
basefilesystem.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
basefilesystem.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
dma.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
dma.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
dvd_driver.cpp [jak3] A few bug fixes (#3606) 2024-07-26 13:48:43 -04:00
dvd_driver.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
init.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
init.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
iso.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
iso.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
iso_api.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
iso_api.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
iso_cd.cpp [jak3] Fix eye slot assignment and textures (#3603) 2024-07-26 11:42:52 -04:00
iso_cd.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
iso_queue.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
iso_queue.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
isocommon.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
isocommon.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
list.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
list.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
overlord.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
overlord.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
pagemanager.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
pagemanager.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
ramdisk.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
ramdisk.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
rpc_interface.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
sbank.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
sbank.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
soundcommon.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
soundcommon.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
spustreams.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
spustreams.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
srpc.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
srpc.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
ssound.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
ssound.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
stream.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
stream.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
streamlist.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
streamlist.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
todo.txt [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
vag.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
vag.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
vblank_handler.cpp [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00
vblank_handler.h [wip] Jak 3 Overlord (#3567) 2024-07-26 09:42:28 -04:00