summaryrefslogtreecommitdiff
path: root/src/code/main.c
AgeCommit message (Expand)Author
2024-09-23Document Player Knockback related functions (#1601)mzxrules
2024-09-23[headers] Move z_actor functions to z64actor.h (#2216)Dragorn421
2024-09-18[headers] z64inventory.h, move savectx/inventory macros to z64save.h (#2209)Dragorn421
2024-09-12[ntsc-1.2] Match ntsc-1.2 BSS and add to CI (#2187)cadmic
2024-09-07[headers 8] Add `main.h`, `segmented_address.h`, and changes for `main.c` sym...Dragorn421
2024-09-05Update Room Documentation (#2015)mzxrules
2024-09-05[ntsc-1.2] Organize n64dd declarations and convert to 1.0 addresses (#2127)cadmic
2024-09-03[ntsc-1.2] Import libleo from Decompollaborate/n64dd (#2104)cadmic
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-08-22Add T macro for translated debug strings (#2064)Dragorn421
2024-08-19Allow building the Debug ROM without debug features (#2052)cadmic
2024-08-09Match remaining GC retail versions (#2019)cadmic
2024-08-08gc-us OK (#2018)cadmic
2024-08-02Automate fixing BSS ordering (#2009)cadmic
2024-07-06Set up build system and disassembly for gc-us (#1982)cadmic
2024-02-27Remove gSystemHeap and use _buffersSegmentEnd instead, make buffer alignments...Tharo
2024-01-30Revert bad uses of `if (OOT_DEBUG)` (#1666)cadmic
2024-01-30Define OOT_DEBUG=0 in retail builds (#1658)cadmic
2024-01-29Check formatting in CI (#1652)cadmic
2024-01-28Match ``main.c`` - OK (#1645)Yanis42
2024-01-12Replace most osSyncPrintf calls with PRINTF macro (#1598)cadmic
2024-01-09Create debug macros for common functions (#1597)cadmic
2023-11-30Documentation for audio_thread_manager.c (#1562)Tharo
2022-11-13Improvements to Video Interface related functions and data (#1332)Tharo
2022-11-01Rename `vt.h` to `terminal.h` (#1339)Dragorn421
2022-10-15`GameInfo` -> `RegEditor` (#1354)Dragorn421
2022-10-02Use intptr types in more code files (#1385)Roman971
2022-06-15Enable int-conversion warnings and fix all current instances (#1280)Roman971
2022-06-03More documentation for sched.c (#1219)Tharo
2022-05-01Improve the state of handwritten assembly files (#865)Tharo
2022-04-08Message Queues, Threads, and surroundings cleanup (#1178)Tharo
2022-03-13More documentation for IrqMgr (#1144)Tharo
2022-02-06Correctly align program stacks (#1133)Tharo
2022-01-23Document RCP functions (#1087)hatal175
2021-11-26Various minor cleanups (#1029)Roman971
2021-10-02Fix/cleanup/rephrase miscellaneous stuff (#983)Dragorn421
2021-09-04Cleanup translation comments (#924)Dragorn421
2021-02-13Fix most compiler warnings in the boot and code segments (#674)Tharo
2020-10-03libultra cleanup (#215)Random
2020-05-26Decompiles sched.c (#145)krimtonz
2020-05-14Decomp game.c (#129)krimtonz
2020-05-10Decompile audioMgr (#124)Tharo
2020-04-16Decompile z_play.c and Match/Document some of z_view.c (#74)Roman971
2020-04-14padmgr and related (#71)silv3rwing07
2020-03-22Format all src C filesRoman971
2020-03-20Decompiled various small filesRandom
2020-03-17First proper commit.Jack Walker