summaryrefslogtreecommitdiff
path: root/src/code/z_room.c
AgeCommit message (Expand)Author
2021-09-20Decompile z_kankyo (#956)petrie911
2021-09-05Add do whiles to all remaining gbi macros (#946)Roman971
2021-09-04Cleanup translation comments (#924)Dragorn421
2021-08-31Macros: `PLAYER` -> `GET_PLAYER(globalCtx)`, `ACTIVE_CAM` -> `GET_ACTIVE_CAM(...engineer124
2021-08-29Match func_800EEA50 + some surrounding doc (#916)zelda2774
2021-08-15Global Context And General Cleanup (#863)Zelllll
2021-06-01Match Jpeg_Decode (z_jpeg.c OK) (#839)Roman971
2021-04-29`assert` macro OK (#755)Anghelo Carvajal
2021-03-31OnePointDemo OK (#719)petrie911
2021-02-13Fix most compiler warnings in the boot and code segments (#674)Tharo
2021-01-08z_bgcheck.c, 800430A0.c, 80043480.c (#256)mzxrules
2020-12-18additional matching functions in z_room, z_camera, and En_Zl3 (#541)petrie911
2020-12-06decompile z_camera (#398)krimtonz
2020-10-29Use macros for oGfxCtx accesses (#465)fig02
2020-10-13A few minor fixes/cleanups (#449)Roman971
2020-10-03libultra cleanup (#215)Random
2020-09-18Decompile Player (#387)Roman971
2020-08-31Improve PHYSICAL/VIRTUAL macros and match Interface_LoadActionLabel (#371)Roman971
2020-08-29Introduce OPEN_DISPS/CLOSE_DISPS macros (#360)Roman971
2020-08-23Match/Improve a bunch of non matchings (#342)Roman971
2020-08-15Match a few functions (#324)Random
2020-08-08z_skin_matrix.c decompiled (1 non matching, 1 non equivalent) (#243)AdamKiddle
2020-07-15Match and improve some non matchings (#254)Roman971
2020-06-01Decompile z_camera data, and some camera WIP (#173)krimtonz
2020-05-27Fix more raw pointers (rsp and part of .data) (#170)Roman971
2020-05-26Decompiles sched.c (#145)krimtonz
2020-05-25Decompile a bunch of small files (#160)Random
2020-05-14Decomp game.c (#129)krimtonz
2020-05-09Decompile z_oceff_wipe (#122)Random
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-13Decompile z_jpeg.c (#70)Random
2020-04-08Decompile sleep.c and printutils.cRandom
2020-04-05Tidy up known render and combine modesglank
2020-04-05Fixes in PR #50 (3)Random
2020-04-05Fixes in PR #50Random
2020-04-04Add log macrosRandom
2020-04-04Decompile graph.cRandom
2020-03-29Decompile z_rcp.c (1 non matching left)Roman971
2020-03-24Run formatter with changesRoman971
2020-03-23Fix remaining non matchingsRoman971
2020-03-22Format all src C filesRoman971
2020-03-20Decompiled various small filesRandom
2020-03-17First proper commit.Jack Walker