summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-08Merge pull request #701 from Henny022p/cleanup/250302HEADmasterHenny022p
2026-02-08Merge pull request #700 from Henny022p/fix/libfmt-g++14Henny022p
2026-02-08Merge pull request #699 from Henny022p/fix-script-s-symbolsHenny022p
2026-02-08Merge pull request #697 from Henny022p/peahat-delta-speedHenny022p
2026-02-08Merge pull request #696 from Henny022p/devcontainerHenny022p
2025-03-09formattingHenny022p
2025-03-09cleanupHenny022p
2025-03-09cleanup unused and transitive includesHenny022p
2025-03-09disable PACKED and ALIGNED in CLionHenny022p
2025-03-09cleanup asm.hHenny022p
2025-03-09use gfx offset constantsHenny022p
2025-03-09cleanup structures.hHenny022p
2025-03-09cleanup headersHenny022p
2025-03-09name transition handler functionsHenny022p
2025-03-09cleanup graphics codeHenny022p
2025-03-09improve hole manager member namesHenny022p
2025-03-09cleanup hole managerHenny022p
2025-03-09more transition function cleanupHenny022p
2025-03-09add enum for transition shapeHenny022p
2025-03-09clean up some transition functionsHenny022p
2025-03-09replace ScreenTransitionData with TransitionHenny022p
2025-03-09name flag fields in structsHenny022p
2025-03-03"fix" false positive null pointer dereference warningHenny022p
2025-03-03bump libfmt to 11.0.2 to fix compiler warnings with g++ 14Henny022p
2025-03-02fix function symbols in script.sHenny022p
2025-03-02confirm apt upgrade commandHenny022p
2025-03-02use RUN instead of ADD to get agbccHenny022p
2025-01-12document unknown members of PeahatHenny022p
2025-01-12rename gUnk_020000B0 to gEnemyTarget and move it to a headerHenny022p
2025-01-12add ssh-client to the devcontainer to allow git over sshHenny022p
2025-01-08add git to devcontainerHenny022p
2025-01-07add basic devcontainer setupHenny022p
2025-01-07introduce AGBCC_PATH config variableHenny022p
2024-02-16Remove fakematch for KinstoneMenu_080A4494 using DWORD (#694)KEKW555
2024-02-16Use standard union for Div Mod (#693)KEKW555
2024-01-21Patch 1 (#692)Lemeon
2024-01-21Merge pull request #689 from KEKW555/KEKW555-patch-3Theo
2024-01-21Merge pull request #688 from KEKW555/KEKW555-patch-2Theo
2024-01-21Merge pull request #687 from tonyjih/masterTheo
2024-01-17Merge branch 'zeldaret:master' into masterTony Jih
2024-01-13Merge pull request #691 from octorock/fix-custom-buildTheo
2024-01-13Fix custom buildoctorock
2024-01-12Merge pull request #690 from octorock/tilemap-docsTheo
2024-01-07Move function casts to typedefKEKW555
2024-01-06Move function cast typedefKEKW555
2024-01-06Macro for Div and ModKEKW555
2024-01-06Make union consistent with other split union types.KEKW555
2024-01-06Add specific multi return macro for GetFuserId functionKEKW555
2024-01-06Remove generic macro for argument list safetyKEKW555
2024-01-06Fix formatoctorock