summaryrefslogtreecommitdiff
path: root/src/code/z_message_PAL.c
AgeCommit message (Expand)Author
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2024-01-09Create debug macros for common functions (#1597)cadmic
2023-11-22Misc Cleanup (#1585)engineer124
2023-08-19En_Cow Doc (#1492)Billy
2023-08-13Split `SaveContext` into sub-structs (#1393)Dragorn421
2023-02-26Minor Misc Cleanup 2 (#1422)engineer124
2023-01-10Fix misc 19 (#1488)Dragorn421
2022-12-20Name `Message_StartOcarina` and related things (#1473)fig02
2022-12-12Some cleanup/doc on the item icons (#1263)Dragorn421
2022-11-26Document Surface Material (#1447)engineer124
2022-11-26Name scenes (scene enum, entrance enum, various identifiers) (#1343)Dragorn421
2022-11-22Document Hud Mode (#1323)engineer124
2022-11-16More documentation for `z_std_dma.c` (#1415)Tharo
2022-11-16Document Timers (#1412)engineer124
2022-11-01Rename `vt.h` to `terminal.h` (#1339)Dragorn421
2022-10-02Use intptr types in more code files (#1385)Roman971
2022-07-31sceneNum -> sceneId (#1338)Derek Hensley
2022-07-30Rename "Sound" to "Sfx" (#1292)engineer124
2022-07-27Fix TEXTBOX_POS issue (#1329)mzxrules
2022-06-24Fix misc 15 (#1298)Dragorn421
2022-06-20Document Viewpoints and Scene Cam Types (#1285)engineer124
2022-06-11Minor cleanups in z_std_dma.c and yaz0.c (#1269)Roman971
2022-06-06Fix asset file includes to always start with assets/ (#1260)Roman971
2022-06-03Add enum for setup dls and name `z_rcp.c` functions (#1196)Dragorn421
2022-06-03Fix a number of warnings when compiling with GCC (#1239)Tharo
2022-05-21PlayState Rename (#1231)fig02
2022-05-12Document Sub-Cameras (#989)engineer124
2022-05-09Audio Ocarina Documentation (#1026)engineer124
2022-05-08Fixup weird horse flags usage (#1214)Dragorn421
2022-05-02Memstuff (#1164)EllipticEllipsis
2022-04-30Doc equips usage (inventory, current and player-specific constants) (#1142)Dragorn421
2022-04-29Cleanup `clang-format off` (#1195)Dragorn421
2022-04-29Defines for `SaveContext` flags (`eventChkInf`, `itemGetInf`, `infTable`, `ev...Dragorn421
2022-04-23Name variables for Audio_PlaySoundGeneral (#1198)engineer124
2022-04-23Parameter/Item Misc Cleanup (#1201)engineer124
2022-04-09Names for some view things (#1191)Robin Allen
2022-02-27Doc misc 1 (#1160)Dragorn421
2021-11-30libultra files and directories restructure (#1038)Tharo
2021-11-22z_message_PAL, message_data_static and surrounding doc (#996)Tharo
2021-06-15Interface improvements (#822)Zelllll
2020-10-03libultra cleanup (#215)Random
2020-05-26Move last 3 functions in z_message_PAL.c to a separate file (#158)Roman971
2020-05-06Fix some jump table labels being treated as separate functions (#120)Roman971
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker