index
:
oot
main
Decompilation of The Legend of Zelda: Ocarina of Time
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
code
/
z_lifemeter.c
Age
Commit message (
Expand
)
Author
2025-06-04
Remove "z64" prefix from all headers (#2518)
fig02
2025-02-19
Reduce overlay dependencies on global.h (8) (#2478)
mzxrules
2025-02-16
Reduce overlay dependencies on global.h (7) (#2472)
mzxrules
2024-09-11
Cleanup gSPMatrix, rename `Matrix_New` -> `Matrix_Finalize`, add `MATRIX_FINA...
Dragorn421
2024-01-09
Create debug macros for common functions (#1597)
cadmic
2023-09-06
Document pause states (excluding gameover) (#1483)
Dragorn421
2023-08-15
Document z_lib Sfx Functions (#1470)
engineer124
2023-08-13
Split `SaveContext` into sub-structs (#1393)
Dragorn421
2022-06-06
Fix asset file includes to always start with assets/ (#1260)
Roman971
2022-06-03
Add enum for setup dls and name `z_rcp.c` functions (#1196)
Dragorn421
2022-05-21
PlayState Rename (#1231)
fig02
2022-05-18
Gameplay_ -> Play_ and this (#1229)
fig02
2022-05-07
HealthMeter_ -> Health_ (#1202)
engineer124
2022-02-13
Run formatter (#1139)
Dragorn421
2022-01-23
lifemeter_z.c documentation (#1092)
hatal175
2022-01-11
Document undocumented matrix functions (#955)
Dragorn421
2021-08-15
Global Context And General Cleanup (#863)
Zelllll
2021-06-15
Interface improvements (#822)
Zelllll
2021-05-02
Decompile the pause menu aka. ovl_kaleido_scope (+ minor changes) (#803)
Roman971
2021-02-24
lifemeter fixes (#709)
Zelllll
2021-02-13
Fix most compiler warnings in the boot and code segments (#674)
Tharo
2021-01-24
Decompile Gameplay_Keep and fix all existing decompiled objects (#595)
Zelllll
2021-01-12
z_lifemeter OK (#622)
Synray
2021-01-10
Cleanup z_lifemeter (#552)
Zelllll
2020-11-19
Three new matching functions (#492)
petrie911
2020-10-29
Use macros for oGfxCtx accesses (#465)
fig02
2020-10-11
Decompile z_sram.c (#431)
Random
2020-10-03
libultra cleanup (#215)
Random
2020-09-18
Decompile Player (#387)
Roman971
2020-08-29
Introduce OPEN_DISPS/CLOSE_DISPS macros (#360)
Roman971
2020-07-16
Change Colors To Decimal (#260)
fig02
2020-06-30
Fix and improve some non matchings (#229)
Roman971
2020-05-01
Decompile z_map_exp.c (2 non matchings left) (#104)
Roman971
2020-04-16
Decompile z_play.c and Match/Document some of z_view.c (#74)
Roman971
2020-04-05
Fixes in PR #50 (3)
Random
2020-04-04
Decompile graph.c
Random
2020-03-23
Fix remaining non matchings
Roman971
2020-03-22
Format all src C files
Roman971
2020-03-17
First proper commit.
Jack Walker