summaryrefslogtreecommitdiff
path: root/src/code/z_vr_box.c
AgeCommit message (Expand)Author
2025-06-04Remove "z64" prefix from all headers (#2518)fig02
2025-04-27Delete macros.h; Delete global.h (#2516)fig02
2025-04-26add array_count.h (#2514)fig02
2025-04-23macros.h 1/?: `PRINTF` and `T` (#2509)fig02
2025-04-19Remove Variables.h; Decouple z64.h from global.h (#2507)fig02
2025-04-16variables.h: migrate all remaining varaibles, remove other dependencies excep...fig02
2025-02-16Reduce overlay dependencies on global.h (7) (#2472)mzxrules
2025-01-08[iQue] Create/update macros for printing debug strings (#2398)cadmic
2024-09-06[ntsc-1.2] Match more draw functions (#2145)cadmic
2024-08-12Add names to all typedef'd structs, unions, and enums (#2028)cadmic
2024-01-30vr_box OK (#1663)Derek Hensley
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2024-01-09Create debug macros for common functions (#1597)cadmic
2023-07-10Use intptr in most remaining code files (#1438)Roman971
2023-07-03Documentation for skybox drawing (#1515)Tharo
2022-11-16More documentation for `z_std_dma.c` (#1415)Tharo
2022-11-01Rename `vt.h` to `terminal.h` (#1339)Dragorn421
2022-10-02Use intptr types in more code files (#1385)Roman971
2022-07-30Rename "Scene Setup Index" to "Scene Layer" (#1300)fig02
2022-06-15Enable int-conversion warnings and fix all current instances (#1280)Roman971
2022-06-12Enable more IDO warnings and apply fixes (#1264)Roman971
2022-06-11Minor cleanups in z_std_dma.c and yaz0.c (#1269)Roman971
2022-05-21PlayState Rename (#1231)fig02
2022-05-20Environment documentation pass (#1115)fig02
2022-02-27Doc misc 1 (#1160)Dragorn421
2021-11-15File Select (z_file_choose) OK (#1012)fig02
2021-10-27Match vr_box functions (#1014)Synray
2021-09-24EnWf OK and documented (#967)EllipticEllipsis
2021-09-21Decomp the remaining functions in vr_box and import its data (#917)petrie911
2021-09-20Match Skybox_Setup and 2 functions in z_kankyo.c (#980)Roman971
2021-09-20Decompile z_kankyo (#956)petrie911
2021-08-04Fix some issues in the vr_box non matching (#887)Roman971
2021-07-04Some progress on z_vr_box.c (#838)Tharo
2020-10-03libultra cleanup (#215)Random
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker