summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_player_hook.inc
AgeCommit message (Expand)Author
2026-05-29Update all code to use the new enum formatsLagoLunatic
2026-05-26Process profiles and enums cleanup (#1031)LagoLunatic
2026-05-21d_a_player_main cleanup and some demo matches (#1016)LagoLunatic
2026-03-31Add default arguments to anm init functions to simplify callsLagoLunatic
2025-12-10Fix HIO load issues for d_a_player_mainLagoLunatic
2025-08-20Use precompiled headers, fix weak data issuesLagoLunatic
2025-06-15d_a_player_main cleanup and inlinesLagoLunatic
2025-04-29Improve compiler compatibility (#743)Jcw87
2025-04-20Add an enum for action button icon statusLagoLunatic
2025-04-11Added enum for Link's movement directionLagoLunatic
2025-04-01hookshot and player_hook cleanup, inlinesLagoLunatic
2025-04-01Return cleanupLagoLunatic
2025-04-01CleanupLagoLunatic
2025-03-31d_a_player_hook.inc - All matching except floats. (#724)123456789758
2024-10-19cleanup daPy_sightPacket_c inlines, match setHookshotSightLagoLunatic
2024-10-19First Person Item Procs (#680)SuperDude88
2024-07-12Add fpc_ProcID type and use it for all process IDsLagoLunatic
2024-03-11Add uint typedefLagoLunatic
2024-01-16d_a_player_mainLagoLunatic
2023-11-19player_main work, player_ship startLagoLunatic
2023-11-19d_a_player_food startLagoLunatic
2023-10-23Rename d_a_player_link.h -> d_a_player_main.hLagoLunatic
2023-10-23Fill in Link's proc tablesLagoLunatic
2023-10-17Clean up d_a_player_main function signaturesLagoLunatic
2023-09-16Split player functions into appropriate .inc files (#47)fig02