index
:
oot
main
Decompilation of The Legend of Zelda: Ocarina of Time
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
code
/
sched.c
Age
Commit message (
Expand
)
Author
2025-06-04
Remove "z64" prefix from all headers (#2518)
fig02
2025-04-27
Delete macros.h; Delete global.h (#2516)
fig02
2025-04-26
add array_count.h (#2514)
fig02
2025-04-23
macros.h 1/?: `PRINTF` and `T` (#2509)
fig02
2025-04-05
Remove functions.h (#2501)
fig02
2025-03-26
Some functions.h and variables.h work (#2491)
fig02
2025-02-26
Reduce dependencies on global.h (10) (#2490)
mzxrules
2025-02-19
Reduce overlay dependencies on global.h (8) (#2478)
mzxrules
2025-02-13
Reduce overlay dependencies on global.h (6) (#2468)
mzxrules
2025-01-13
[iQue] Define EGCS macro instead of relying on `__GNUC__` (#2423)
cadmic
2025-01-02
[iQue] Build some C files with EGCS (#2396)
cadmic
2024-11-17
Decouple Debug Features From gc-eu-mq-dbg (#2296)
fig02
2024-09-27
[ntsc-1.0/1.1] Match PAL 1.0 viconfig changes (#2231)
cadmic
2024-08-28
T() macro 7 (#2102)
Dragorn421
2024-08-28
[ntsc-1.2] Decompile fault.c (#2046)
Dragorn421
2024-08-25
[ntsc-1.2] Decompile cic6105.c, main.c (#2068)
Dragorn421
2024-02-27
Match retail code data sizes (#1741)
cadmic
2024-02-01
Use IDO_PRINTF_WORKAROUND everywhere (#1685)
cadmic
2024-01-31
Irqmgr and Sched Retail OK (#1678)
Derek Hensley
2024-01-16
Create debug macros for LogUtils functions (#1610)
cadmic
2024-01-12
Replace most osSyncPrintf calls with PRINTF macro (#1598)
cadmic
2022-11-26
Document HREG debugging system (#1351)
fig02
2022-11-13
Improvements to Video Interface related functions and data (#1332)
Tharo
2022-10-29
Doc speed_meter timers and misc. low-ish level stuff (#1364)
Dragorn421
2022-06-15
Enable int-conversion warnings and fix all current instances (#1280)
Roman971
2022-06-03
More documentation for sched.c (#1219)
Tharo
2022-04-08
Message Queues, Threads, and surroundings cleanup (#1178)
Tharo
2022-03-13
More documentation for IrqMgr (#1144)
Tharo
2022-02-02
Documentation for fault.c and fault_drawer.c (#1106)
Tharo
2022-01-23
Document RCP functions (#1087)
hatal175
2021-11-07
Document parts of audio (#1000)
zelda2774
2021-10-02
Fix/cleanup/rephrase miscellaneous stuff (#983)
Dragorn421
2021-09-28
Format all translation comments like `// "..."` (hopefully all of them) (#986)
Dragorn421
2021-09-04
Cleanup translation comments (#924)
Dragorn421
2021-07-27
Audio WIP (#836)
krimtonz
2021-04-29
`assert` macro OK (#755)
Anghelo Carvajal
2021-02-13
Fix most compiler warnings in the boot and code segments (#674)
Tharo
2020-10-03
libultra cleanup (#215)
Random
2020-08-23
Match/Improve a bunch of non matchings (#342)
Roman971
2020-08-15
Match a few functions (#324)
Random
2020-05-26
Decompiles sched.c (#145)
krimtonz
2020-05-10
Decompile audioMgr (#124)
Tharo
2020-04-08
Decompile sleep.c and printutils.c
Random
2020-03-22
Format all src C files
Roman971
2020-03-17
First proper commit.
Jack Walker