summaryrefslogtreecommitdiff
path: root/src/code/db_camera.c
AgeCommit message (Expand)Author
2024-02-03Give debug_malloc.c the same treatment as system_malloc.c and z_malloc.c (#1700)cadmic
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2023-11-19Struct Returns (#1574)engineer124
2023-10-17Use `long` over `int` for s32/u32 types (#1546)Tharo
2023-08-13Split `SaveContext` into sub-structs (#1393)Dragorn421
2023-01-12DbCamera to DebugCamera (#1482)engineer124
2022-12-30Document debug text drawing functions in z_debug.c (#1472)fig02
2022-12-24z_demo documentation (#1327)fig02
2022-11-22Document Hud Mode (#1323)engineer124
2022-11-16Mempak doc (#1382)Tharo
2022-10-15Improve match for `DbCamera_CalcUpFromPitchYawRoll`, add docs (#1408)engineer124
2022-10-15Cleanup `VecSph`: Better Distinguish Between "Spherical" vs. "Geographic" Coo...engineer124
2022-09-03More documentation for padmgr.c (#1336)Tharo
2022-08-15Doc shrink_window, rename system to Letterbox (#1341)fig02
2022-07-30Rename "Sound" to "Sfx" (#1292)engineer124
2022-07-14Cleanup z_debug (reg editor) (#1290)Dragorn421
2022-06-22Remove `BINANG_ROT180` (#1241)Dragorn421
2022-06-03Fix a number of warnings when compiling with GCC (#1239)Tharo
2022-05-21PlayState Rename (#1231)fig02
2022-04-24Angle cleanup - macros names (#1193)Dragorn421
2022-04-23Name variables for Audio_PlaySoundGeneral (#1198)engineer124
2022-04-03Angle cleanup - miscellaneous (#1159)Dragorn421
2021-12-05Use defines for actor flags (#873)Dragorn421
2021-11-30Misc Cleanup 2 (#1007)Dragorn421
2021-11-28Improve gfxprint documentation and strings (#1028)Roman971
2021-11-22z_message_PAL, message_data_static and surrounding doc (#996)Tharo
2021-10-23Document `ovl_select` (#966)Anghelo Carvajal
2021-10-01Match the remaining functions in db_camera.c (#991)Roman971
2021-09-28Format all translation comments like `// "..."` (hopefully all of them) (#986)Dragorn421
2021-09-08Improve non-matchings in DbCamera (#953)engineer124
2021-09-07Fix compiler warnings in z_camera/db_camera (#947)zelda2774
2021-08-19cleanup warnings (#907)louist103
2021-07-26db_camera (#842)Random
2021-02-13Fix most compiler warnings in the boot and code segments (#674)Tharo
2020-12-06decompile z_camera (#398)krimtonz
2020-10-03libultra cleanup (#215)Random
2020-07-08Decompile shrink_window.c (#232)Random
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker