summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-01-24[iQue] Match z_en_mag (#2439)cadmic
* [iQue] Match z_en_mag * Add comment for iQue "PRESS" * Format
2025-01-24[iQue] Unify file select actionButtonAlpha and confirmButtonAlpha (#2436)cadmic
* Fix all confirmButtonAlpha indices * Unify actionButtonAlpha and confirmButtonAlpha * Restore ConfirmButtonIndex * Add comment for actionButtonAlpha
2025-01-24git subrepo pull --force tools/ZAPD (#2441)cadmic
subrepo: subdir: "tools/ZAPD" merged: "35ea376da" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "35ea376da" git-subrepo: version: "0.4.6" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "110b9eb"
2025-01-24Create headers for some libu64 files (#2440)mzxrules
* Create headers for some libu64 files * apply bss patch
2025-01-23Reduce overlay dependencies on global.h (1) (#2438)mzxrules
* Reduce actor dependencies on global.h * move dependency on z64play.h into the .c files * add some missing dependencies
2025-01-22git subrepo pull tools/fado (#2437)cadmic
subrepo: subdir: "tools/fado" merged: "a45f99b46" upstream: origin: "git@github.com:EllipticEllipsis/fado.git" branch: "master" commit: "a45f99b46" git-subrepo: version: "0.4.6" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "110b9eb"
2025-01-21[iQue] Match z_message (#2435)cadmic
* [iQue] z_message: work around EGCS bug * [iQue] z_message: finish matching * Yabusame -> Horseback archery * Add missing PRINTF parameter * Collapse for loops * Better-looking macros * gold stars -> gold skulls
2025-01-21[iQue] Import libultra audio library files (#2433)Tharo
Note about comments in these files: The libultra audio library was originally available to developers in source code form, unlike most of libultra. These files are based on these source code forms, adapted to meet the style of this project. The comments in the files as of this commit are, apart from the style, comments from the original SGI authors.
2025-01-20format.py: Allow empty files (#2434)cadmic
2025-01-20Write about IDO and EGCS in compilers.md (#2432)cadmic
* Write about IDO and EGCS in compilers.md * Fix typo * Fix another typo * Apply suggestions from code review Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com> --------- Co-authored-by: Tharo <17233964+Thar0@users.noreply.github.com>
2025-01-19[iQue] Match z_actor (#2431)cadmic
* [iQue] Match z_actor * Reword comment
2025-01-19[iQue] Don't use -funsigned-char for z_std_dma (#2427)cadmic
2025-01-19[iQue] Match z_kanfont (#2428)cadmic
2025-01-17Restructure event flags in z64save.h (4/?): Haggling Townsfolk (#2395)mzxrules
* Haggling Townsfolk flags * suggestion * so there's not going to be a We U?
2025-01-17Preserve NULL/true/false macros in permuter/decomp.me import (#2430)cadmic
2025-01-17[iQue] Match z_sram (#2426)cadmic
* [iQue] z_sram: Use iQue-specific read/write macros * [iQue] z_sram: Make checksum a struct * [iQue] z_sram: Finish matching * Call the trigraph usage a bug * Fix bss * Sram_iQueReadWrite -> Sram_ReadWriteIQue * Use SRAM_HEADER_MAGIC for loop bound * Rename sZeldaMagic -> sSramDefaultHeader and use less char literals
2025-01-15[iQue] Fix osMotorInit (#2425)cadmic
2025-01-14[iQue] Match z_end_title, z_construct, z_common_data, z_parameter, z_title, ↵cadmic
z_opening (#2424) * [iQue] Match z_end_title * [iQue] Match z_construct * [iQue] Match z_common_data * [iQue] Match z_parameter * [iQue] Match z_title, z_opening * Actually match z_parameter * Give up on stack issues * this->exit = true
2025-01-14[iQue] Match ovl_kaleido_scope (#2421)cadmic
* [iQue] Match ovl_kaleido_scope * Add bug comment for OOB reads Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com> * Preemptively fix merge conflicts --------- Co-authored-by: Dragorn421 <Dragorn421@users.noreply.github.com>
2025-01-13[iQue] Define EGCS macro instead of relying on `__GNUC__` (#2423)cadmic
* [iQue] Define EGCS macro instead of relying on __GNUC__ * Revert longlong.h
2025-01-12Descriptions for Gohma Larva vs Boss Gohma (#2420)Ben Villalobos
* Add descriptions for gohma vs boss gohma * Fix capitalization
2025-01-11[iQue] Use CPP includes in spec and update for iQue (#2399)cadmic
* Update spec for iQue * Use CPP includes for spec overlays, scenes, and libultra * Fix iQue + DEBUG_FEATURES * Define BBPLAYER, merge function definitions * Add Makefile dependency on spec_includes * Fix libc order for iQue * Match src/libultra/bb/sa/common.c to fix linker errors * Use C versions of getcount/setcompare for iQue * Format * Small fixes to line up boot segment * Remove zlib.c
2025-01-10[iQue] Match PI-related files in libultra/io (#2408)Tharo
* [iQue] Match PI-related files in libultra/io, set correct thread ID for vimgr * Create a define for the hardcoded address in devmgr.c * Fix BSS
2025-01-10[iQue] Match remaining libultra/os files (#2414)Tharo
* Match remaining libultra/os files * Align box id macros * Fix bss, format * Fix BSS * Clarify some comments * More bug comment * Comment * Fix BSS
2025-01-10[iQue] Update permuter/decompme import (#2415)cadmic
* [iQue] Update permuter/decompme import * Fix GCC build
2025-01-10[iQue] Match libgcc (#2412)cadmic
* [iQue] Match libgcc * Delete old stubs * Squash warning * Put GPL modification notice in libgcc2.inc.c too * Comment wording * Run clang-tidy on libgcc2.inc.c
2025-01-10[iQue] Match libultra/gu (#2402)Tharo
* [iQue] Match libultra/gu * Match sqrtf
2025-01-10Fix circular Makefile dependency with assets/text/*.o (#2419)cadmic
2025-01-10[iQue] Match remaining src/boot files (#2417)cadmic
* [iQue] Match remaining src/boot files * Fix debug ROM * Use -funsigned-char * Sort ique before gc in LNx macros
2025-01-10[iQue] Match gzip/zlib decompression (#2416)cadmic
* [iQue] Match gzip/zlib decompression Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com> * Update missed renames in disassembly * Fix some formatting --------- Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
2025-01-10[iQue] Update incbin addresses (#2418)cadmic
2025-01-10Only build .o files listed in the spec (#2410)cadmic
* Only build .o files listed in the spec * Remove useless CPP guards
2025-01-10[iQue] Match handwritten asm files in libultra/os, match C replacements of ↵Tharo
osGetCount and __osSetCompare (#2413) * [iQue] Match handwritten asm files in libultra/os, match C replacements of osGetCount and __osSetCompare * Format * Adjust some label names in dcache functions
2025-01-10[iQue] Import vimodes from ultralib (#2403)Tharo
* [iQue] Import vimodes from ultralib * Account for pixel_advance change on iQue * Actually do the fix properly
2025-01-09[iQue] Match remaining libultra/io files (#2411)Tharo
* [iQue] Match remaining libultra/io files * Match osSpTaskYielded * Fix bss, remove double space in controller.h * Fix BSS
2025-01-09[iQue] Set address of makerom instead of address of boot in spec (#2409)cadmic
2025-01-08[iQue] Create/update macros for printing debug strings (#2398)cadmic
2025-01-07[iQue] Match libultra/libc (#2407)Tharo
2025-01-07[iQue] Match libultra/mgu (#2406)Tharo
2025-01-07[iQue] Match osViSetMode (#2404)Tharo
2025-01-06[iQue] Match src/libc (#2405)cadmic
2025-01-06[iQue] Match exceptasm.s and parameters.s (#2401)Tharo
2025-01-06Match remaining IDO files for iQue (#2394)cadmic
2025-01-03[iQue] Match skapi.s, create bbskapi.h documenting the syscalls (#2400)Tharo
2025-01-02[iQue] Match makerom (#2397)Tharo
2025-01-02[iQue] Build some C files with EGCS (#2396)cadmic
2024-12-30Download EGCS binutils and gcc for iQue (#2391)cadmic
* Download EGCS binutils and gcc for iQue * Use curl -s for cleaner output
2024-12-28Restructure event flags in z64save.h (3/?): Cursed Family Rewards (#2392)mzxrules
* Cursed Family reward event flags * tunic -> shirt
2024-12-28Add missing vimode splits in iQue disassembly (#2393)cadmic
2024-12-28Use IDO for assembling handwritten asm files in src (#2390)Tharo
* as0 * Fix ASOPTFLAGS for src/libc, remove unnecessary noreorder region in kanread * Suggested changes * Use %half to load the boot bss size for matching Co-authored-by: cadmic <cadmic24@gmail.com> * Wrap all of __osProbeTLB in noreorder --------- Co-authored-by: cadmic <cadmic24@gmail.com>