Zelda64Recomp/patches
2024-03-01 18:42:05 -05:00
..
code/sub_s Added MM decomp as submodule and added workaround file to avoid needing to build it 2023-12-18 19:26:47 -05:00
.gitignore Added function patching, began reorganizing UI code, added native file dialog library 2023-11-11 17:42:07 -05:00
actor_transform_tagging.c Update RT64 for more fine-grained interpolation control 2024-02-26 01:42:57 -05:00
camera_patches.c Added origin adjustment for item equip animation in pause screen, disabled some WIP patches 2023-12-24 02:01:22 -05:00
camera_transform_tagging.c Update RT64 for more fine-grained interpolation control 2024-02-26 01:42:57 -05:00
cheats.c Disable infinite magic cheat 2023-12-17 21:43:09 -05:00
culling.c Add transform tags for bow and arrow's string and hookshot chain, update patch makefile to use fast-math and no-unsafe-math-optimizations 2024-02-24 16:14:48 -05:00
debug_patches.c Implemented warp debug menu feature 2024-03-01 18:42:05 -05:00
effect_transform_tagging.c Update RT64 for more fine-grained interpolation control 2024-02-26 01:42:57 -05:00
fixes.c Enable relevant RT64 enhancements, fix pause background corruption if song of soaring was played before ever pausing 2024-02-04 22:55:15 -05:00
graphics.h Added mechanism for getting aspect ratio from recompiled code, fixed wipe3 transition in widescreen 2024-02-17 22:12:23 -05:00
input.c Enable relevant RT64 enhancements, fix pause background corruption if song of soaring was played before ever pausing 2024-02-04 22:55:15 -05:00
input.h Implemented warp debug menu feature 2024-03-01 18:42:05 -05:00
item_transform_tagging.c Update RT64 for more fine-grained interpolation control 2024-02-26 01:42:57 -05:00
Makefile Add transform tags for bow and arrow's string and hookshot chain, update patch makefile to use fast-math and no-unsafe-math-optimizations 2024-02-24 16:14:48 -05:00
options.c Patch options button in file select to be a quit button instead, update RT64 and RmlUi 2023-12-27 17:56:26 -05:00
patch_helpers.h Transform tagging to missed skele drawing functions, transform tagging for particles, automatic transform tagging for all actors with only one matrix, update RT64 2024-02-17 22:11:07 -05:00
patches.h Add transform tags for bow and arrow's string and hookshot chain, update patch makefile to use fast-math and no-unsafe-math-optimizations 2024-02-24 16:14:48 -05:00
patches.ld Fix POLY_XLU_DISP overflow by making gfx buffers 10x larger, added error reporting when gfx buffers overflow 2024-02-24 16:13:39 -05:00
print.c Added some more patch functionality, added recomp namespace 2023-11-24 17:10:21 -05:00
quicksave_patches.c Prototype quicksave functionality, disabled for now 2024-01-13 01:39:41 -05:00
sky_transform_tagging.c Update RT64 for more fine-grained interpolation control 2024-02-26 01:42:57 -05:00
syms.ld Implemented warp debug menu feature 2024-03-01 18:42:05 -05:00
terrain_transform_tagging.c Added missing change for new matrix group macros 2024-02-26 10:15:15 -05:00
transform_ids.h Add transform tags for bow and arrow's string and hookshot chain, update patch makefile to use fast-math and no-unsafe-math-optimizations 2024-02-24 16:14:48 -05:00
ui_patches.c Fix POLY_XLU_DISP overflow by making gfx buffers 10x larger, added error reporting when gfx buffers overflow 2024-02-24 16:13:39 -05:00
widescreen_effect_fixes.c Added mechanism for getting aspect ratio from recompiled code, fixed wipe3 transition in widescreen 2024-02-17 22:12:23 -05:00