| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-02-08 | Merge pull request #701 from Henny022p/cleanup/250302HEADmaster | Henny022p | |
| Various code cleanup changes | |||
| 2026-02-08 | Merge pull request #700 from Henny022p/fix/libfmt-g++14 | Henny022p | |
| fix libfmt compiler warnings with GCC 14 | |||
| 2026-02-08 | Merge pull request #699 from Henny022p/fix-script-s-symbols | Henny022p | |
| fix function symbols in script.s | |||
| 2026-02-08 | Merge pull request #697 from Henny022p/peahat-delta-speed | Henny022p | |
| Document Peahat | |||
| 2026-02-08 | Merge pull request #696 from Henny022p/devcontainer | Henny022p | |
| Add Devcontainer configuration for easy development start | |||
| 2025-03-09 | formatting | Henny022p | |
| 2025-03-09 | cleanup | Henny022p | |
| 2025-03-09 | cleanup unused and transitive includes | Henny022p | |
| 2025-03-09 | disable PACKED and ALIGNED in CLion | Henny022p | |
| CLion does not like these macros when doing static analysis, so disable them for that. Does not affect build. | |||
| 2025-03-09 | cleanup asm.h | Henny022p | |
| 2025-03-09 | use gfx offset constants | Henny022p | |
| 2025-03-09 | cleanup structures.h | Henny022p | |
| 2025-03-09 | cleanup headers | Henny022p | |
| 2025-03-09 | name transition handler functions | Henny022p | |
| 2025-03-09 | cleanup graphics code | Henny022p | |
| a bit | |||
| 2025-03-09 | improve hole manager member names | Henny022p | |
| 2025-03-09 | cleanup hole manager | Henny022p | |
| 2025-03-09 | more transition function cleanup | Henny022p | |
| 2025-03-09 | add enum for transition shape | Henny022p | |
| 2025-03-09 | clean up some transition functions | Henny022p | |
| 2025-03-09 | replace ScreenTransitionData with Transition | Henny022p | |
| the struct did exist twice | |||
| 2025-03-09 | name flag fields in structs | Henny022p | |
| 2025-03-03 | "fix" false positive null pointer dereference warning | Henny022p | |
| 2025-03-03 | bump libfmt to 11.0.2 to fix compiler warnings with g++ 14 | Henny022p | |
| 11.1.0 introduced new conversion warnings, so we don't use that yet | |||
| 2025-03-02 | fix function symbols in script.s | Henny022p | |
| Otherwise the functions are not recognized as functions and the exported symbols are missing the 1 bit to mark them as thumb. Happens to work out in the repo, because the functions are only ever called using bl, but the difference is notable when trying to use the symbols to do far calls using bx in romhacks. | |||
| 2025-03-02 | confirm apt upgrade command | Henny022p | |
| 2025-03-02 | use RUN instead of ADD to get agbcc | Henny022p | |
| 2025-01-12 | document unknown members of Peahat | Henny022p | |
| 2025-01-12 | rename gUnk_020000B0 to gEnemyTarget and move it to a header | Henny022p | |
| 2025-01-12 | add ssh-client to the devcontainer to allow git over ssh | Henny022p | |
| 2025-01-08 | add git to devcontainer | Henny022p | |
| 2025-01-07 | add basic devcontainer setup | Henny022p | |
| 2025-01-07 | introduce AGBCC_PATH config variable | Henny022p | |
| 2024-02-16 | Remove fakematch for KinstoneMenu_080A4494 using DWORD (#694) | KEKW555 | |
| * Remove fakematch for KinstoneMenu_080A4494 using DWORD * Fix fint | |||
| 2024-02-16 | Use standard union for Div Mod (#693) | KEKW555 | |
| * Cleanup ui.c div and mod * Cleanup divRem in pauseMenu.c * Add non matchings * Consistent defines * Restore comment | |||
| 2024-01-21 | Patch 1 (#692) | Lemeon | |
| * True Match sub_080A5F48 matched sub_080A5F48 using typecast on Div. * True Match DrawChargeBar Matched DrawChargeBar using typecast on Div * Update ui.c changed gUnk_0200AF00 to gHUD. this change is not yet in the repo, which the nonmatch website uses * Update ui.c changes to how my code looks * Update ui.c ; * Update pauseMenu.c * Update ui.c * Update ui.c whitespace... * Update pauseMenu.c fighting with the lint system * Update ui.c that should be the right format now | |||
| 2024-01-21 | Merge pull request #689 from KEKW555/KEKW555-patch-3 | Theo | |
| 2024-01-21 | Merge pull request #688 from KEKW555/KEKW555-patch-2 | Theo | |
| 2024-01-21 | Merge pull request #687 from tonyjih/master | Theo | |
| 2024-01-17 | Merge branch 'zeldaret:master' into master | Tony Jih | |
| 2024-01-13 | Merge pull request #691 from octorock/fix-custom-build | Theo | |
| 2024-01-13 | Fix custom build | octorock | |
| Assign two null bytes to the correct compressed tile map. | |||
| 2024-01-12 | Merge pull request #690 from octorock/tilemap-docs | Theo | |
| 2024-01-07 | Move function casts to typedef | KEKW555 | |
| 2024-01-06 | Move function cast typedef | KEKW555 | |
| 2024-01-06 | Macro for Div and Mod | KEKW555 | |
| 2024-01-06 | Make union consistent with other split union types. | KEKW555 | |
| 2024-01-06 | Add specific multi return macro for GetFuserId function | KEKW555 | |
| 2024-01-06 | Remove generic macro for argument list safety | KEKW555 | |
| 2024-01-06 | Fix format | octorock | |
