summaryrefslogtreecommitdiff
path: root/src/code/z_horse.c
AgeCommit message (Expand)Author
2025-06-17Document `Save.cutsceneIndex` and adjacent data / code (#2286)Leonid Kapitonov
2025-06-04Remove "z64" prefix from all headers (#2518)fig02
2025-04-26add array_count.h (#2514)fig02
2025-04-23macros.h 1/?: `PRINTF` and `T` (#2509)fig02
2025-02-16Reduce overlay dependencies on global.h (7) (#2472)mzxrules
2025-01-08[iQue] Create/update macros for printing debug strings (#2398)cadmic
2024-12-17Document z_horse.c and related actors (#2278)mzxrules
2024-08-27T() macro 6 (#2090)Dragorn421
2024-08-12Add names to all typedef'd structs, unions, and enums (#2028)cadmic
2024-02-02Misc Small Retail Files Part 2 OK (#1696)engineer124
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2023-08-13Split `SaveContext` into sub-structs (#1393)Dragorn421
2022-12-17`z_play`: Camera Docs and Cleanup (#1460)engineer124
2022-11-26Name scenes (scene enum, entrance enum, various identifiers) (#1343)Dragorn421
2022-11-01Rename `vt.h` to `terminal.h` (#1339)Dragorn421
2022-10-15Document Talon (En_Ta) (#1348)Lauri Koskela
2022-07-31sceneNum -> sceneId (#1338)Derek Hensley
2022-07-30Rename "Scene Setup Index" to "Scene Layer" (#1300)fig02
2022-06-24Fix misc 15 (#1298)Dragorn421
2022-05-21PlayState Rename (#1231)fig02
2022-05-18Gameplay_ -> Play_ and this (#1229)fig02
2022-05-12Document Sub-Cameras (#989)engineer124
2022-05-09Introduce DEFINE_ENTRANCE for entrance table and create entrance enum (#1213)fig02
2022-05-08Fixup weird horse flags usage (#1214)Dragorn421
2022-04-30Fix misc 10 (#1208)Dragorn421
2022-04-29Defines for `SaveContext` flags (`eventChkInf`, `itemGetInf`, `infTable`, `ev...Dragorn421
2021-09-04Cleanup translation comments (#924)Dragorn421
2021-08-22Big cleanup (#775)louist103
2021-04-29`assert` macro OK (#755)Anghelo Carvajal
2021-04-12EnGoma OK (#770)Synray
2021-04-11En_Horse OK (#554)Synray
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-12-06decompile z_camera (#398)krimtonz
2020-10-03libultra cleanup (#215)Random
2020-08-30Match/Improve more non matching functions (#366)Roman971
2020-04-16Decompile z_play.c and Match/Document some of z_view.c (#74)Roman971
2020-03-24Run formatter with changesRoman971
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker