summaryrefslogtreecommitdiff
path: root/src/code/z_sample.c
AgeCommit message (Expand)Author
2024-09-11Cleanup gSPMatrix, rename `Matrix_New` -> `Matrix_Finalize`, add `MATRIX_FINA...Dragorn421
2024-01-09Create debug macros for common functions (#1597)cadmic
2022-11-16More documentation for `z_std_dma.c` (#1415)Tharo
2022-10-02Use intptr types in more code files (#1385)Roman971
2022-08-15Doc shrink_window, rename system to Letterbox (#1341)fig02
2022-06-23Rename game states (#1294)Dragorn421
2022-06-15Enable int-conversion warnings and fix all current instances (#1280)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-04-09Names for some view things (#1191)Robin Allen
2021-11-30Misc Cleanup 2 (#1007)Dragorn421
2021-05-02Decompile the pause menu aka. ovl_kaleido_scope (+ minor changes) (#803)Roman971
2021-02-13Fix most compiler warnings in the boot and code segments (#674)Tharo
2020-10-29Use macros for oGfxCtx accesses (#465)fig02
2020-10-12Decompiled ovl_Bg_Haka_MeganeBG (#448)Ethan Roseman
2020-10-11Make Gamestates use thisx for entry point functions (#437)fig02
2020-10-03libultra cleanup (#215)Random
2020-08-29Introduce OPEN_DISPS/CLOSE_DISPS macros (#360)Roman971
2020-07-16Change Colors To Decimal (#260)fig02
2020-06-17Arms_Hook OK (#210)fig02
2020-06-17Matched some controller files (#178)Lucas Shaw
2020-06-13z_select decompiled, 1 non matching left (#202)fig02
2020-05-26Decompiles sched.c (#145)krimtonz
2020-05-22Decompile code_8008E6A0.c / Add CHECK_PAD macro (#156)Random
2020-05-14Decomp game.c (#129)krimtonz
2020-05-12Decompile speed_meter.c and add VIEWPORT_INIT macro (#127)Random
2020-04-22Finished code_801031F0.c, guPosition.c, guLookAtHilite.c (#84)Lucas Shaw
2020-04-16Decompile z_play.c and Match/Document some of z_view.c (#74)Roman971
2020-04-14padmgr and related (#71)silv3rwing07
2020-04-05Tidy up known render and combine modesglank
2020-04-05Fixes in PR #50 (3)Random
2020-04-04Decompile graph.cRandom
2020-03-29Decompile z_rcp.c (1 non matching left)Roman971
2020-03-24Match func_809C1CACJoshDuMan
2020-03-23Run gcc checks with NON_MATCHING definedRoman971
2020-03-22Format all src C filesRoman971
2020-03-22Add comments and macros to prevent match issues with formattingRoman971
2020-03-22Update PR #22Random
2020-03-22Decompiled z_sample.cRandom
2020-03-17First proper commit.Jack Walker