summaryrefslogtreecommitdiff
path: root/src/code/z_lib.c
AgeCommit message (Expand)Author
2025-06-15Macroify PlaySfxGeneral calls: introduce `SFX_PLAY_CENTERED` and `SFX_PLAY_AT...Dragorn421
2025-04-27Delete macros.h; Delete global.h (#2516)fig02
2025-04-23macros.h 1/?: `PRINTF` and `T` (#2509)fig02
2024-08-20Move non-libultra libc functions to src/libc/ (#2055)cadmic
2024-06-19Experiment: remove global.h dependency from sys_math, sys_math3d, z_lib (#1956)mzxrules
2024-02-01Misc Small Retail Files OK (#1687)engineer124
2024-01-18Small `Math_Vec3f_Yaw` doc (#1433)Dragorn421
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2023-09-19Player docs: Control Stick Input and Movement (#1539)fig02
2023-08-15Document z_lib Sfx Functions (#1470)engineer124
2022-10-15Lightweight trigonometry doc (#1356)Dragorn421
2022-07-30Rename "Sound" to "Sfx" (#1292)engineer124
2022-05-02Memstuff (#1164)EllipticEllipsis
2022-04-23Name variables for Audio_PlaySoundGeneral (#1198)engineer124
2022-02-20Fix misc 6 (#1148)Dragorn421
2021-02-13Fix most compiler warnings in the boot and code segments (#674)Tharo
2020-12-27matched Math3D_CylVsLineSeg and fixed a Math_ error (#564)petrie911
2020-12-26Consistent naming for Math_ functions (#542)petrie911
2020-10-13A few minor fixes/cleanups (#449)Roman971
2020-10-03libultra cleanup (#215)Random
2020-09-18Decompile Player (#387)Roman971
2020-04-30Decompile 2 small files (code_8006BA00.c and code_8006C3A0.c) (#101)Roman971
2020-03-22Format all src C filesRoman971
2020-03-20Changeswed
2020-03-20Finish z_lib.cwed
2020-03-17First proper commit.Jack Walker