summaryrefslogtreecommitdiff
path: root/src/code/z_player_call.c
AgeCommit message (Expand)Author
2025-06-04Remove "z64" prefix from all headers (#2518)fig02
2025-02-26Reduce dependencies on global.h (10) (#2490)mzxrules
2025-02-16Reduce overlay dependencies on global.h (7) (#2472)mzxrules
2024-12-13Document Culling (#2318)fig02
2024-10-20Document `ACTOR_FLAG_CAN_PRESS_SWITCHES` (#2275)fig02
2024-10-17Document `ACTOR_FLAG_UPDATE_DURING_OCARINA` and `PLAYER_STATE2_USING_OCARINA`...fig02
2024-09-28[PAL N64] Completely match pal-1.0 and pal-1.1 and add to CI (#2246)cadmic
2024-09-12[ntsc-1.2] Match ntsc-1.2 BSS and add to CI (#2187)cadmic
2024-09-07Document Attention/Lock-on Related Actor Flags (#2161)fig02
2024-08-25[ntsc-1.2] Decompile cic6105.c, main.c (#2068)Dragorn421
2024-08-02`InitVars` -> `Profile` (#2011)fig02
2023-10-30Remove `(ActorFunc)` casts in initvars (#1571)Dragorn421
2022-10-24Remove `const` from `ActorInit` initvars declarations (#1417)Dragorn421
2022-05-21PlayState Rename (#1231)fig02
2021-12-05Use defines for actor flags (#873)Dragorn421
2021-02-13Fix most compiler warnings in the boot and code segments (#674)Tharo
2021-01-18Actor Struct Changes (and a few related things) (#617)fig02
2020-10-03libultra cleanup (#215)Random
2020-09-18Decompile Player (#387)Roman971
2020-05-04More actor cleanup Part 2 (#116)Roman971
2020-04-14Big actor cleanup (fixed) (#69)Lucas Shaw
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker