summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actBaseProc.cpp
AgeCommit message (Collapse)Author
2025-05-15merge BaseProcHandle and BaseProcUnit TUPistonight
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-03-18ksys/act: Add more BaseProcMgr functionsLéo Lam
2021-03-12ksys/act: Fix pre-delete function signatureLéo Lam
Tiny differences you only notice when doing matching decomp.
2021-02-07ksys/act: Match BaseProcMgr ctorLéo Lam
2021-02-07ksys/act: Add getJobHandler wrapper to clean up castsLéo Lam
2021-02-07ksys/act: Implement remaining BaseProc functionsLéo Lam
2020-08-22BaseProc::releasenotyouraveragehooman
2020-08-22BaseProc child connection functionsnotyouraveragehooman
2020-08-22BaseProc::getConnectedCalcParentnotyouraveragehooman
BaseProc::setConnectedCalcParent
2020-08-20ksys/act: Implement BaseProcLinkLéo Lam
2020-08-20ksys/act: Get rid of some setDirect() callsLéo Lam
2020-08-19ksys/act: Implement BaseProc::x00000071011ba9fcLéo Lam
2020-08-19ksys/act: Fix BaseProc::isSpecialJobType_ return typeLéo Lam
BaseProc::isSpecialJobType_ returns 0, 1 or 2 This fixes the matching issue!
2020-08-18Initial commitLéo Lam