summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_player_ship.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-17JAIZelInst OK (#1005)LagoLunatic
2026-05-12Add camera attention status and algorythmn enumsLagoLunatic
2026-05-12Player inlines and item enumsLagoLunatic
2025-12-27Inlines cleanupLagoLunatic
2025-12-10Fix HIO load issues for d_a_player_mainLagoLunatic
2025-08-20Use precompiled headers, fix weak data issuesLagoLunatic
2025-08-12Fix some version differences (#852)LagoLunatic
2025-08-08Add SQUARE macro to improve readibility for distancesLagoLunatic
2025-06-15Add all player demo mode names to enumLagoLunatic
2025-06-15daPy_lk_c::procShipCraneLagoLunatic
2025-06-15d_a_player_main cleanup and inlinesLagoLunatic
2025-04-29player_main cleanup and a few matchesLagoLunatic
2025-04-20Add an enum for action button icon statusLagoLunatic
2025-04-19More inlinesLagoLunatic
2025-04-17d_a_ship documentation and inlines, couple more matches for player_shipLagoLunatic
2025-04-17player_grab 100%, cleanupLagoLunatic
2025-04-16player misc cleanup and various match fixesLagoLunatic
2025-04-16player enum and inlines and goto cleanupLagoLunatic
2025-04-14d_a_player_main - 48% Matching. (#739)123456789758
2025-04-11Added enum for Link's movement directionLagoLunatic
2025-04-08d_a_player_misc - Several matches/close matches across several files. (#736)123456789758
2025-04-04player_whide 100%, player_ship fixesLagoLunatic
2025-04-04d_a_player_sword cleanup and small match fixesLagoLunatic
2025-04-01hookshot and player_hook cleanup, inlinesLagoLunatic
2025-04-01Return cleanupLagoLunatic
2025-04-01CleanupLagoLunatic
2025-04-01d_a_player_ship.inc - Several close to matching except minor issues. (#721)123456789758
2025-03-28d_a_ship 95% (#706)mattias-blum
2024-03-08rename fopAc_ac_c member vars to match TP decompLagoLunatic
2024-01-16d_a_player_mainLagoLunatic
2024-01-10Name half of Link's mode flagsLagoLunatic
2024-01-10Added an enum for Link's proc mode flagsLagoLunatic
2024-01-10daPy_lk_c::changeDamageProcLagoLunatic
2023-12-28start d_a_player_tact, add player status enumsLagoLunatic
2023-11-25minor player_main workLagoLunatic
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