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
/
boot
/
idle.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-19
Remove Variables.h; Decouple z64.h from global.h (#2507)
fig02
2025-04-16
variables.h: migrate all remaining varaibles, remove other dependencies excep...
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-08
[iQue] Create/update macros for printing debug strings (#2398)
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-09-16
[PAL N64] Match VI mode setup (#2198)
cadmic
2024-09-12
[ntsc-1.2] Match ntsc-1.2 BSS and add to CI (#2187)
cadmic
2024-09-07
rename gBuildTeam to gBuildCreator (#2160)
fig02
2024-09-03
[ntsc-1.2] Import libleo from Decompollaborate/n64dd (#2104)
cadmic
2024-08-23
T() macro 2 (#2073)
Dragorn421
2024-08-09
Match remaining GC retail versions (#2019)
cadmic
2024-08-08
gc-us OK (#2018)
cadmic
2024-08-02
Automate fixing BSS ordering (#2009)
cadmic
2024-04-14
Match retail BSS ordering (#1927)
cadmic
2024-02-27
Remove gSystemHeap and use _buffersSegmentEnd instead, make buffer alignments...
Tharo
2024-01-30
Define OOT_DEBUG=0 in retail builds (#1658)
cadmic
2024-01-29
Match idle.c (#1643)
cadmic
2024-01-12
Replace most osSyncPrintf calls with PRINTF macro (#1598)
cadmic
2024-01-09
Create debug macros for common functions (#1597)
cadmic
2022-11-16
More documentation for `z_std_dma.c` (#1415)
Tharo
2022-11-13
Improvements to Video Interface related functions and data (#1332)
Tharo
2022-11-01
Rename `vt.h` to `terminal.h` (#1339)
Dragorn421
2022-07-12
Use intptr types in a few specific boot files (#1301)
Roman971
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-02-06
Correctly align program stacks (#1133)
Tharo
2021-10-02
Fix/cleanup/rephrase miscellaneous stuff (#983)
Dragorn421
2021-07-27
Audio WIP (#836)
krimtonz
2021-02-13
Fix most compiler warnings in the boot and code segments (#674)
Tharo
2020-10-03
libultra cleanup (#215)
Random
2020-07-18
Decomp and matching in fault.c and game.c (#265)
jacobly0
2020-04-22
Disassemble the rom header and entrypoint function (#87)
Roman971
2020-03-22
Format all src C files
Roman971
2020-03-17
First proper commit.
Jack Walker