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_bow.inc
Age
Commit message (
Expand
)
Author
2026-06-16
Fix BOW_JNT ambiguity in res_arc.py script
LagoLunatic
2026-06-16
Use joint enums in several different places (#981)
123456789758
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-03-31
Add default arguments to anm init functions to simplify calls
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-08-12
Fix some version differences (#852)
LagoLunatic
2025-07-10
Document which of link's materials are being shown/hidden when drawing
LagoLunatic
2025-06-15
Add all player demo mode names to enum
LagoLunatic
2025-06-15
d_a_player_main cleanup and inlines
LagoLunatic
2025-05-14
More player_main match fixes
LagoLunatic
2025-05-07
player_crawl and player_hammer 100%, misc player cleanup
LagoLunatic
2025-05-07
d_a_player_main - 96% matching (#750)
123456789758
2025-04-29
player_main cleanup and a few matches
LagoLunatic
2025-04-20
Add an enum for action button icon status
LagoLunatic
2025-04-19
More inlines
LagoLunatic
2025-04-17
player_grab 100%, cleanup
LagoLunatic
2025-04-16
player misc cleanup and various match fixes
LagoLunatic
2025-04-16
player enum and inlines and goto cleanup
LagoLunatic
2025-04-14
d_a_player_main - 48% Matching. (#739)
123456789758
2025-04-11
Added enum for Link's movement direction
LagoLunatic
2025-04-01
Return cleanup
LagoLunatic
2025-04-01
Cleanup
LagoLunatic
2025-03-31
d_a_player_bow.inc - Almost all matching with only minor issues. (#723)
123456789758
2025-01-08
Player inlines and enums
LagoLunatic
2024-10-19
First Person Item Procs (#680)
SuperDude88
2024-02-01
Add return type and static keyword for more static funcs
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-10-18
d_a_player_main work
LagoLunatic
2023-09-16
Split player functions into appropriate .inc files (#47)
fig02