summaryrefslogtreecommitdiff
path: root/src/code/z_construct.c
AgeCommit message (Expand)Author
2024-02-05z_construct.c retail OK (#1716)Lucas Shaw
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2024-01-09Create debug macros for common functions (#1597)cadmic
2023-08-13Split `SaveContext` into sub-structs (#1393)Dragorn421
2022-12-12Some cleanup/doc on the item icons (#1263)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-10-15`GameInfo` -> `RegEditor` (#1354)Dragorn421
2022-10-04Some pause menu inputs doc (#1370)Dragorn421
2022-10-02Use intptr types in more code files (#1385)Roman971
2022-09-27Rumble doc (#1375)Tharo
2022-08-23Minor Misc Cleanup (#1360)engineer124
2022-06-23Document `SaveContext.gameMode` (#1295)Dragorn421
2022-06-20Document Viewpoints and Scene Cam Types (#1285)engineer124
2022-06-15Enable int-conversion warnings and fix all current instances (#1280)Roman971
2022-05-23Document Magic (#1199)engineer124
2022-05-21PlayState Rename (#1231)fig02
2022-05-09Audio Ocarina Documentation (#1026)engineer124
2022-05-07HealthMeter_ -> Health_ (#1202)engineer124
2021-11-22z_message_PAL, message_data_static and surrounding doc (#996)Tharo
2021-09-20Decompile z_kankyo (#956)petrie911
2021-09-04Cleanup translation comments (#924)Dragorn421
2021-06-15Interface improvements (#822)Zelllll
2021-05-02Decompile the pause menu aka. ovl_kaleido_scope (+ minor changes) (#803)Roman971
2021-04-29`assert` macro OK (#755)Anghelo Carvajal
2021-01-10Cleanup z_lifemeter (#552)Zelllll
2020-10-12Decompile z_kanfont (#443)Tharo
2020-10-03libultra cleanup (#215)Random
2020-08-30Match/Improve more non matching functions (#366)Roman971
2020-07-16Change Colors To Decimal (#260)fig02
2020-06-13Fix various non matching issues and introduce #ifdef NON_EQUIVALENT instead o...Roman971
2020-05-26Decompiles sched.c (#145)krimtonz
2020-05-14Decomp game.c (#129)krimtonz
2020-05-01Decompile z_map_exp.c (2 non matchings left) (#104)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