index
:
tww
main
Decompilation of The Legend of Zelda: The Wind Waker (GCN)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
d
/
actor
/
d_a_player_food.inc
Age
Commit message (
Expand
)
Author
2026-05-29
Update all code to use the new enum formats
LagoLunatic
2026-05-26
Process profiles and enums cleanup (#1031)
LagoLunatic
2026-05-21
d_a_player_main cleanup and some demo matches (#1016)
LagoLunatic
2026-05-12
Player inlines and item enums
LagoLunatic
2026-03-31
Use dComIfGp_event_runCheck instead of dComIfGp_event_getMode, remove some fa...
LagoLunatic
2025-12-29
Misc demo fixes
LagoLunatic
2025-12-10
Fix HIO load issues for d_a_player_main
LagoLunatic
2025-08-20
Use precompiled headers, fix weak data issues
LagoLunatic
2025-06-15
d_a_player_main cleanup and inlines
LagoLunatic
2025-04-14
d_a_player_main - 48% Matching. (#739)
123456789758
2025-04-01
hookshot and player_hook cleanup, inlines
LagoLunatic
2025-04-01
Cleanup
LagoLunatic
2025-03-31
Cleanup
LagoLunatic
2025-01-06
Add item button enum and talk button enum
LagoLunatic
2024-10-19
Add fake headers for unsolved weak objects to reduce manual copy-pasting
LagoLunatic
2024-08-07
Move abs and fabsf to std namespace
LagoLunatic
2024-07-12
Add fpc_ProcID type and use it for all process IDs
LagoLunatic
2024-05-10
Add enum for player's equipped item
LagoLunatic
2024-03-11
Standardize process ID type to be uint
LagoLunatic
2024-03-08
rename fopAc_ac_c member vars to match TP decomp
LagoLunatic
2024-02-25
Started cleaning up the itemNo enum
LagoLunatic
2024-02-05
Misc matches, including dComIfGp_event_runCheck fixes
LagoLunatic
2024-01-12
d_a_player_main work
LagoLunatic
2024-01-10
daPy_lk_c::changeDamageProc
LagoLunatic
2024-01-03
d_a_player_main
LagoLunatic
2023-12-31
d_a_player_main anim data/enum + d_a_player_tact work
LagoLunatic
2023-12-20
use inlines in more places
LagoLunatic
2023-12-08
split link's HIO classes into a separate header
LagoLunatic
2023-12-08
add default params to a lot more functions
LagoLunatic
2023-12-08
d_a_player_food done
LagoLunatic
2023-12-02
d_a_player_food progress
LagoLunatic
2023-11-19
player_main work, player_ship start
LagoLunatic
2023-11-19
d_a_player_food start
LagoLunatic
2023-10-23
Rename d_a_player_link.h -> d_a_player_main.h
LagoLunatic
2023-10-23
Fill in Link's proc tables
LagoLunatic
2023-09-16
Split player functions into appropriate .inc files (#47)
fig02