summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actActorParamMgr.cpp
AgeCommit message (Collapse)Author
2025-06-18rename _c to lane_idPistonight
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.
2021-07-26Add #ifdef declarations for NON_MATCHING codeAlexApps99
2021-06-15ksys: Move ActorParam classes into separate folder to declutter Resource/Léo Lam
2021-04-23ksys/res: Start adding AttCheckLéo Lam
Most of the check() functions are unimplemented because they require doing more physics/collision stuff.
2021-04-23ksys/act: Finish implementing ActorParamMgrLéo Lam
2021-03-31ksys/res: Give better names to Handle flags and status enum valuesLéo Lam
2020-11-15ksys/act: Implement async ActorParamMgr functionsLéo Lam
2020-11-14ksys/act: Implement more ActorParamMgr functionsLéo Lam
2020-11-11ksys/act: Implement more ActorParamMgr functionsLéo Lam
2020-11-08ksys/act: Fix ActorParamMgr struct and add ASSetting stubLéo Lam