summaryrefslogtreecommitdiff
path: root/src/KingSystem/Resource/resResourceMgrTask.cpp
AgeCommit message (Collapse)Author
2026-06-23various: fix mismatches in some action stubs and ResourceMgrTaskroot
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.
2021-08-20ksys/res: Implement more ResourceMgrTask functionsLéo Lam
2021-08-20ksys: Add StarterPackMgrAlexApps99
2021-07-26Add #ifdef declarations for NON_MATCHING codeAlexApps99
2021-04-26ksys/res: Implement register/unregisterFactoryLéo Lam
2021-03-28Implement most of aocManagerLéo Lam
And fix FileDevicePrefix's userdata param type
2020-11-14ksys/act: Implement more ActorParamMgr functionsLéo Lam
2020-11-10Fix matching errorsLéo Lam
2020-10-11ksys/res: Implement ResourceMgrTask cache clear functionsLéo Lam
2020-10-11ksys/res: Implement more ResourceMgrTask and OverlayArena functionsLéo Lam
2020-10-10ksys/res: Implement ResourceMgrTask::calc_ and fix MemoryTaskRequestLéo Lam
2020-10-10ksys/res: Implement ResourceMgrTask::insertOverlayArenaLéo Lam
2020-10-10ksys/res: Start adding ResourceMgrTaskLéo Lam
Adds data members and simple functions.
2020-09-27ksys/res: Add ControlTask, TaskRequestLéo Lam
2020-09-22ksys: Start adding OverlayArenaSystemLéo Lam