| Age | Commit message (Expand) | Author |
| 2024-07-29 | Fix Makefile performance regression with OOT_VERSION define (#2006) | cadmic |
| 2024-07-28 | Introduce OOT_VERSION and OOT_REGION defines for build info and ROM header (#... | cadmic |
| 2024-07-28 | Configure incbins in version config instead of using the Debug ROM (#2005) | cadmic |
| 2024-07-23 | Restore makefile rules for building asset files out of the assets directory (... | Tharo |
| 2024-07-18 | Promote the warnings implicit-int, int-conversion, incompatible-pointer-types... | Tharo |
| 2024-07-06 | Set up build system and disassembly for gc-us (#1982) | cadmic |
| 2024-07-02 | Reworked text extraction + add JP text extraction (#1980) | Tharo |
| 2024-06-27 | CCCHECK: Add -Werror=implicit-function-declaration (#1979) | Dragorn421 |
| 2024-06-26 | Extract NTSC assets for gc-us (#1973) | cadmic |
| 2024-06-24 | Set up multiversion assets with ZAPD and match gc-eu (#1967) | cadmic |
| 2024-06-22 | Sync gbi.h with MM, move ucode defines to makefile (#1968) | Tharo |
| 2024-06-20 | Introduce version-specific YAML config (#1957) | cadmic |
| 2024-06-20 | Run CC_CHECK with the correct CPP defines (#1963) | cadmic |
| 2024-06-19 | Experiment: remove global.h dependency from sys_math, sys_math3d, z_lib (#1956) | mzxrules |
| 2024-04-20 | Add gc-eu-mq to CI (#1943) | cadmic |
| 2024-04-15 | Set up gc-eu and match all code (#1938) | cadmic |
| 2024-04-14 | Match retail BSS ordering (#1927) | cadmic |
| 2024-03-29 | Use `gcc -E` instead of `cpp` to fix macOS build (#1935) | cadmic |
| 2024-03-04 | Move baserom segments to extracted/ (#1916) | cadmic |
| 2024-03-04 | Make distclean delete build artifacts for all versions (#1909) | cadmic |
| 2024-03-02 | Hacks for building nes_font_static and nes_message_data_static with gc-eu-mq ... | cadmic |
| 2024-03-02 | Build fixups: build gc-eu-mq with extracted/dbg, remove asmproc pragmas (#1911) | Dragorn421 |
| 2024-03-01 | Introduce extracted/VERSION, with text extracted there (#1730) | Dragorn421 |
| 2024-03-01 | No longer use asm-processor (#1824) | Dragorn421 |
| 2024-02-29 | Some GCC flags improvements (#1903) | Tharo |
| 2024-02-26 | RNG doc (#1892) | Tharo |
| 2024-02-12 | Rework disassembly: out of makefile, separate sections, relocs (#1728) | Dragorn421 |
| 2024-02-09 | Diff .data size, .bss size, and .rodata contents in retail_progress.py (#1706) | cadmic |
| 2024-02-05 | Split msgdis from extract_assets (#1723) | Dragorn421 |
| 2024-02-04 | Extract ROM segments from gc-eu-mq (take 2) (#1709) | cadmic |
| 2024-02-03 | Match compression for gc-eu-mq (#1704) | cadmic |
| 2024-02-02 | Move roms to build folder (#1651) | Derek Hensley |
| 2024-02-01 | [Faster CI] Make CI not run CC_CHECK (#1686) | Dragorn421 |
| 2024-01-30 | Overlay_Relocate and Overlay_Load retail OK (#1662) | Derek Hensley |
| 2024-01-30 | Define OOT_DEBUG=0 in retail builds (#1658) | cadmic |
| 2024-01-29 | Refactor Makefile variables to use DEBUG (#1657) | cadmic |
| 2024-01-29 | Tweak OPTFLAGS for some files for retail (#1647) | cadmic |
| 2024-01-28 | Set up disassembly for gc-eu-mq (#1613) | cadmic |
| 2024-01-27 | Delete venv if venv creation fails (#1622) | cadmic |
| 2024-01-25 | Use virtualenv in Makefile for python dependencies (#1619) | cadmic |
| 2024-01-24 | Rename `make compressed` to `make compress` (#1620) | cadmic |
| 2024-01-24 | Setup rom decompression and compression (#1614) | Anghelo Carvajal |
| 2024-01-12 | Replace most osSyncPrintf calls with PRINTF macro (#1598) | cadmic |
| 2024-01-09 | Makefile: Change `EMULATOR :=` to `N64_EMULATOR ?=` (#1608) | Yanis42 |
| 2024-01-09 | Create debug macros for common functions (#1597) | cadmic |
| 2024-01-05 | Create separate build directories based on version (#1591) | cadmic |
| 2023-12-16 | Change ?= to := for Makefile variables (#1599) | cadmic |
| 2023-10-27 | libc cleanup (#1568) | Tharo |
| 2023-10-20 | Track most header dependencies for `include/tables` headers (#1566) | Tharo |
| 2023-08-28 | Emulator related changes in the makefile (#1528) | fig02 |