summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_player_food.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-05-12Player inlines and item enumsLagoLunatic
2026-03-31Use dComIfGp_event_runCheck instead of dComIfGp_event_getMode, remove some fa...LagoLunatic
2025-12-29Misc demo fixesLagoLunatic
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-14d_a_player_main - 48% Matching. (#739)123456789758
2025-04-01hookshot and player_hook cleanup, inlinesLagoLunatic
2025-04-01CleanupLagoLunatic
2025-03-31CleanupLagoLunatic
2025-01-06Add item button enum and talk button enumLagoLunatic
2024-10-19Add fake headers for unsolved weak objects to reduce manual copy-pastingLagoLunatic
2024-08-07Move abs and fabsf to std namespaceLagoLunatic
2024-07-12Add fpc_ProcID type and use it for all process IDsLagoLunatic
2024-05-10Add enum for player's equipped itemLagoLunatic
2024-03-11Standardize process ID type to be uintLagoLunatic
2024-03-08rename fopAc_ac_c member vars to match TP decompLagoLunatic
2024-02-25Started cleaning up the itemNo enumLagoLunatic
2024-02-05Misc matches, including dComIfGp_event_runCheck fixesLagoLunatic
2024-01-12d_a_player_main workLagoLunatic
2024-01-10daPy_lk_c::changeDamageProcLagoLunatic
2024-01-03d_a_player_mainLagoLunatic
2023-12-31d_a_player_main anim data/enum + d_a_player_tact workLagoLunatic
2023-12-20use inlines in more placesLagoLunatic
2023-12-08split link's HIO classes into a separate headerLagoLunatic
2023-12-08add default params to a lot more functionsLagoLunatic
2023-12-08d_a_player_food doneLagoLunatic
2023-12-02d_a_player_food progressLagoLunatic
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-09-16Split player functions into appropriate .inc files (#47)fig02