summaryrefslogtreecommitdiff
path: root/src/code/z_lifemeter.c
AgeCommit message (Expand)Author
2025-06-04Remove "z64" prefix from all headers (#2518)fig02
2025-02-19Reduce overlay dependencies on global.h (8) (#2478)mzxrules
2025-02-16Reduce overlay dependencies on global.h (7) (#2472)mzxrules
2024-09-11Cleanup gSPMatrix, rename `Matrix_New` -> `Matrix_Finalize`, add `MATRIX_FINA...Dragorn421
2024-01-09Create debug macros for common functions (#1597)cadmic
2023-09-06Document pause states (excluding gameover) (#1483)Dragorn421
2023-08-15Document z_lib Sfx Functions (#1470)engineer124
2023-08-13Split `SaveContext` into sub-structs (#1393)Dragorn421
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-05-21PlayState Rename (#1231)fig02
2022-05-18Gameplay_ -> Play_ and this (#1229)fig02
2022-05-07HealthMeter_ -> Health_ (#1202)engineer124
2022-02-13Run formatter (#1139)Dragorn421
2022-01-23lifemeter_z.c documentation (#1092)hatal175
2022-01-11Document undocumented matrix functions (#955)Dragorn421
2021-08-15Global Context And General Cleanup (#863)Zelllll
2021-06-15Interface improvements (#822)Zelllll
2021-05-02Decompile the pause menu aka. ovl_kaleido_scope (+ minor changes) (#803)Roman971
2021-02-24lifemeter fixes (#709)Zelllll
2021-02-13Fix most compiler warnings in the boot and code segments (#674)Tharo
2021-01-24Decompile Gameplay_Keep and fix all existing decompiled objects (#595)Zelllll
2021-01-12z_lifemeter OK (#622)Synray
2021-01-10Cleanup z_lifemeter (#552)Zelllll
2020-11-19Three new matching functions (#492)petrie911
2020-10-29Use macros for oGfxCtx accesses (#465)fig02
2020-10-11Decompile z_sram.c (#431)Random
2020-10-03libultra cleanup (#215)Random
2020-09-18Decompile Player (#387)Roman971
2020-08-29Introduce OPEN_DISPS/CLOSE_DISPS macros (#360)Roman971
2020-07-16Change Colors To Decimal (#260)fig02
2020-06-30Fix and improve some non matchings (#229)Roman971
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-04-05Fixes in PR #50 (3)Random
2020-04-04Decompile graph.cRandom
2020-03-23Fix remaining non matchingsRoman971
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker