summaryrefslogtreecommitdiff
path: root/src/code/speed_meter.c
AgeCommit message (Expand)Author
2025-06-04Remove "z64" prefix from all headers (#2518)fig02
2025-04-26add array_count.h (#2514)fig02
2025-04-23macros.h 1/?: `PRINTF` and `T` (#2509)fig02
2025-04-06variables.h cleaning: migrate libultra variables (#2503)fig02
2025-02-26Reduce dependencies on global.h (10) (#2490)mzxrules
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-28[PAL N64] Completely match pal-1.0 and pal-1.1 and add to CI (#2246)cadmic
2024-09-12[ntsc-1.2] Match ntsc-1.2 BSS and add to CI (#2187)cadmic
2024-08-27[Audio 6/?] Build Soundfonts and the Soundfont Table (#2056)Tharo
2024-08-25[ntsc-1.2] Decompile cic6105.c, main.c (#2068)Dragorn421
2024-08-12Add names to all typedef'd structs, unions, and enums (#2028)cadmic
2024-01-31Document Audio Thread Commands (#1399)engineer124
2024-01-16Create debug macros for LogUtils functions (#1610)cadmic
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2023-09-25Speedmeter Small cleanup (#1554)Derek Hensley
2023-08-15Split z64.h: move various things, state, sram, gfx, jpeg, prerender, speedmet...Dragorn421
2022-11-13TwoHeadArena and TwoHeadGfxArena docs (#1349)Tharo
2022-11-01Rename `vt.h` to `terminal.h` (#1339)Dragorn421
2022-10-29Doc speed_meter timers and misc. low-ish level stuff (#1364)Dragorn421
2022-08-30Fix misc 16 (#1371)Dragorn421
2022-07-30Fix various small gfx issues (#1313)Tharo
2022-06-24Fix misc 15 (#1298)Dragorn421
2022-04-09Names for some view things (#1191)Robin Allen
2021-12-06Cleanup `variables.h` (#1061)Dragorn421
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-03libultra cleanup (#215)Random
2020-08-29Introduce OPEN_DISPS/CLOSE_DISPS macros (#360)Roman971
2020-07-30Math Sizes (#297)louist103
2020-07-16Change Colors To Decimal (#260)fig02
2020-06-13z_select decompiled, 1 non matching left (#202)fig02
2020-05-26Decompiles sched.c (#145)krimtonz
2020-05-12Decompile speed_meter.c and add VIEWPORT_INIT macro (#127)Random
2020-03-22Format all src C filesRoman971
2020-03-17First proper commit.Jack Walker