summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actBaseProcMgr.cpp
AgeCommit message (Collapse)Author
2022-03-05Use sead::OffsetList::robustRange() when possible to simplify iterationLéo Lam
2022-02-27Revert "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-08Remove unnecessary usages of sead::StorageForLéo Lam
Turns out they are just value-initialised aggregates.
2021-07-26Add #ifdef declarations for NON_MATCHING codeAlexApps99
2021-03-18ksys/act: Implement BaseProc iterationLéo Lam
2021-03-18ksys/act: Add more BaseProcMgr functionsLéo Lam
2021-03-15ksys/act: Add more BaseProcMgr functionsLéo Lam
2021-02-07ksys/act: Match BaseProcMgr ctorLéo Lam
2020-11-10Fix matching errorsLéo Lam
2020-08-18Initial commitLéo Lam