| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-26 | Update libraries and adjust code to match again | ThePixelGamer | |
| 2022-06-24 | Fix extra semicolons and enable -Wextra-semi warning | Léo Lam | |
| 2022-02-27 | Revert "Add #ifdef declarations for NON_MATCHING code" | Léo Lam | |
| This reverts commit 42807160cfb33af9f3cf2fa6b0ba98f232208cdb. It makes searching for NON_MATCHING comment descriptions much less convenient in most text editors or IDEs, and we want the function CSV to be the single source of truth for function statuses. Having a function marked as matching but not built because of a stray #ifdef would be bad. | |||
| 2022-02-09 | Game: Finish HardModeManager | Léo Lam | |
| 2022-02-08 | Remove unnecessary usages of sead::StorageFor | Léo Lam | |
| Turns out they are just value-initialised aggregates. | |||
| 2021-07-26 | Add #ifdef declarations for NON_MATCHING code | AlexApps99 | |
| 2021-06-21 | Decompiled aoc3/ChampionBalladManager | MonsterDruide1 | |
| Change getBlightRematchCount to s8 Fixing review messages Decompiled aoc3/ChampionBalladManager | |||
| 2021-04-20 | Rename aoc2 to HardModeManager | Léo Lam | |
| It seems to have been called HardModeManager according to a leftover context name for loading Aoc/0010/Ecosystem/HardMode.byml (which also doesn't exist anymore). | |||
| 2021-04-11 | Fix formatting issues | Léo Lam | |
| 2021-03-31 | ksys/res: Give better names to Handle flags and status enum values | Léo Lam | |
| 2021-03-28 | Implement aoc::Manager::setGameDataFlags | Léo Lam | |
| 2021-03-28 | Implement most of aocManager | Léo Lam | |
| And fix FileDevicePrefix's userdata param type | |||
| 2021-03-27 | Update sead | Léo Lam | |
| 2021-03-27 | Simplify aoc2 initialiser lists | Léo Lam | |
| 2021-03-27 | Implement more parts of aocManager | Léo Lam | |
| 2021-01-08 | Add aocManager header stub | Léo Lam | |
| 2020-12-02 | ksys/act: Don't use Tag as argument as it causes matching diffs | Léo Lam | |
| And fairly stupid diffs for that matter, like an additional mov w1, w1 instruction that shouldn't exist | |||
| 2020-11-10 | Fix matching errors | Léo Lam | |
| 2020-11-07 | aoc2: Implement more functions | Léo Lam | |
| 2020-11-07 | aoc2: Fix the struct and implement more functions | Léo Lam | |
| 2020-10-21 | ksys/dmg: Implementing some of DamageManagerBase. Added some temporary ↵ | Wildex999 | |
| classes/variables used by DamageManagerBase. | |||
| 2020-09-20 | build: Split the main CMakeLists.txt for readability reasons | Léo Lam | |
| 2020-09-18 | aoc2: Add shouldApplyMasterModeDamageMultiplier | Léo Lam | |
| 2020-09-17 | Implement aoc2::rankUpEnemy | Léo Lam | |
| It's a pretty large function and I wanted to see how difficult it would be to match it. Not very hard :D | |||
