botw/src/KingSystem/ActorSystem
Léo Lam 2cf1e01137
ksys/gdt: Implement more TriggerParam functions and StageInfo
2021-04-07 18:46:55 +02:00
..
Profiles uking/ui: Add more inventory functions 2021-01-09 13:40:43 +01:00
CMakeLists.txt ksys: Split actAiParam.h to reduce compile times 2021-03-23 15:22:33 +01:00
actASSetting.cpp ksys: Add ASSetting 2021-03-20 14:36:27 +01:00
actASSetting.h ksys: Add ASSetting 2021-03-20 14:36:27 +01:00
actActor.cpp Implement some commonly used ActorConstDataAccess functions 2021-01-01 17:29:34 +01:00
actActor.h ksys/act: Add some ActorCreator functions 2021-03-19 01:20:18 +01:00
actActorCaptureMgr.cpp ksys/act: Add Actor::getMaxLife and fix encapsulation 2020-11-08 23:04:14 +01:00
actActorCaptureMgr.h ksys/act: Start adding ActorCaptureMgr 2020-11-08 22:26:54 +01:00
actActorConstDataAccess.cpp Implement some commonly used ActorConstDataAccess functions 2021-01-01 17:29:34 +01:00
actActorConstDataAccess.h Implement some commonly used ActorConstDataAccess functions 2021-01-01 17:29:34 +01:00
actActorCreator.cpp ksys/act: Add some ActorCreator functions 2021-03-19 01:20:18 +01:00
actActorCreator.h ksys/act: Add some ActorCreator functions 2021-03-19 01:20:18 +01:00
actActorEditorNode.cpp ksys/act: Add ActorEditorNode 2021-02-06 16:10:20 +01:00
actActorEditorNode.h ksys/act: Add ActorEditorNode 2021-02-06 16:10:20 +01:00
actActorFactory.cpp Initial commit 2020-08-18 22:50:25 +02:00
actActorFactory.h Update sead 2020-12-31 16:59:38 +01:00
actActorHeapUtil.cpp ksys: Implement ActorHeapUtil 2020-12-31 17:10:05 +01:00
actActorHeapUtil.h ksys: Implement ActorHeapUtil 2020-12-31 17:10:05 +01:00
actActorLimiter.cpp ksys/act: Implement remaining BaseProc functions 2021-02-07 00:13:55 +01:00
actActorLimiter.h ksys: Implement ActorLimiter 2021-01-01 12:52:58 +01:00
actActorLinkConstDataAccess.cpp ksys/act: Add ActorLinkConstDataAccess (incomplete) 2020-09-17 17:42:35 +02:00
actActorLinkConstDataAccess.h ksys/act: Finish BaseProcHandle 2021-03-14 17:11:38 +01:00
actActorParam.cpp ksys/act: Implement more ActorParamMgr functions 2020-11-14 21:06:08 +01:00
actActorParam.h ksys: Finish UMii class 2021-03-23 18:56:39 +01:00
actActorParamMgr.cpp ksys/res: Give better names to Handle flags and status enum values 2021-03-31 01:11:13 +02:00
actActorParamMgr.h ksys/act: Add GlobalParameter 2021-01-09 19:39:33 +01:00
actActorSystem.cpp ksys/act: Add ActorSystem stub 2021-03-15 00:19:40 +01:00
actActorSystem.h ksys/gdt: Implement more TriggerParam functions and StageInfo 2021-04-07 18:46:55 +02:00
actActorTemplate.cpp ksys/utils/byaml: First iteration of implementation. 2020-11-14 13:07:07 +01:00
actActorTemplate.h Update sead 2020-12-31 16:59:38 +01:00
actActorUtil.cpp ksys/gdt: Implement more TriggerParam functions and StageInfo 2021-04-07 18:46:55 +02:00
actActorUtil.h ksys/gdt: Implement more TriggerParam functions and StageInfo 2021-04-07 18:46:55 +02:00
actAiAction.cpp Reduce code size by avoiding static inline member variables 2021-01-01 19:10:46 +01:00
actAiAction.h Reduce code size by avoiding static inline member variables 2021-01-01 19:10:46 +01:00
actAiActionBase.cpp ksys: Split actAiParam.h to reduce compile times 2021-03-23 15:22:33 +01:00
actAiActionBase.h ksys: Split actAiParam.h to reduce compile times 2021-03-23 15:22:33 +01:00
actAiAi.cpp ksys: Split actAiParam.h to reduce compile times 2021-03-23 15:22:33 +01:00
actAiAi.h Reduce code size by avoiding static inline member variables 2021-01-01 19:10:46 +01:00
actAiBehavior.cpp ksys/act: Add Behaviors 2020-12-21 16:33:04 +01:00
actAiBehavior.h ksys/act: Add Behaviors 2020-12-21 16:33:04 +01:00
actAiClassDef.cpp ksys: Split actAiParam.h to reduce compile times 2021-03-23 15:22:33 +01:00
actAiClassDef.h ksys: Split actAiParam.h to reduce compile times 2021-03-23 15:22:33 +01:00
actAiInlineParam.h ksys: Split actAiParam.h to reduce compile times 2021-03-23 15:22:33 +01:00
actAiParam.cpp ksys: Split actAiParam.h to reduce compile times 2021-03-23 15:22:33 +01:00
actAiParam.h ksys: Split actAiParam.h to reduce compile times 2021-03-23 15:22:33 +01:00
actAiQueries.cpp Reduce code size by avoiding static inline member variables 2021-01-01 19:10:46 +01:00
actAiQueries.h Reduce code size by avoiding static inline member variables 2021-01-01 19:10:46 +01:00
actAiQuery.cpp ksys: Split actAiParam.h to reduce compile times 2021-03-23 15:22:33 +01:00
actAiQuery.h Generate query factories as well 2020-12-23 14:22:24 +01:00
actAiRoot.cpp ksys: Split actAiParam.h to reduce compile times 2021-03-23 15:22:33 +01:00
actAiRoot.h ksys: Split actAiParam.h to reduce compile times 2021-03-23 15:22:33 +01:00
actAttention.cpp Update sead 2021-03-27 15:53:08 +01:00
actAttention.h ksys/res: Add AttClient header 2020-11-14 14:36:40 +01:00
actBaseProc.cpp ksys/act: Add more BaseProcMgr functions 2021-03-18 00:48:56 +01:00
actBaseProc.h ksys/act: Add more BaseProcMgr functions 2021-03-18 00:48:56 +01:00
actBaseProcCreateTask.cpp ksys/act: Start adding BaseProcCreateTask 2021-03-12 18:53:02 +01:00
actBaseProcCreateTask.h ksys/act: Finish BaseProcInitializer 2021-03-13 15:16:31 +01:00
actBaseProcCreateTaskSelector.cpp ksys/act: Finish BaseProcInitializer 2021-03-13 15:16:31 +01:00
actBaseProcCreateTaskSelector.h ksys/act: Add BaseProcCreateTaskSelector 2021-03-12 20:00:07 +01:00
actBaseProcDeleter.cpp ksys/act: Add BaseProcDeleter 2021-03-12 13:16:11 +01:00
actBaseProcDeleter.h ksys: Add util::TaskDelegateT to simplify delegate declaration 2021-03-12 17:18:34 +01:00
actBaseProcHandle.cpp ksys/act: Finish BaseProcHandle 2021-03-14 17:11:38 +01:00
actBaseProcHandle.h ksys: Make BaseProcHandle non-copyable and non-movable to prevent misuse 2021-03-14 17:14:55 +01:00
actBaseProcHeapMgr.cpp ksys/act: Add BaseProcHeapMgr 2021-02-07 19:09:20 +01:00
actBaseProcHeapMgr.h ksys/act: Add BaseProcHeapMgr 2021-02-07 19:09:20 +01:00
actBaseProcInitializer.cpp ksys/act: Finish BaseProcHandle 2021-03-14 17:11:38 +01:00
actBaseProcInitializer.h ksys/act: Add more BaseProcMgr functions 2021-03-18 00:48:56 +01:00
actBaseProcJob.cpp ksys/act: Add BaseProcJob and BaseProcJobQue 2021-03-11 21:59:56 +01:00
actBaseProcJob.h ksys/act: Add more BaseProcMgr functions 2021-03-15 01:44:27 +01:00
actBaseProcJobHandler.cpp Initial commit 2020-08-18 22:50:25 +02:00
actBaseProcJobHandler.h ksys/act: Implement remaining BaseProc functions 2021-02-07 00:13:55 +01:00
actBaseProcJobQue.cpp ksys/act: Add BaseProcJob and BaseProcJobQue 2021-03-11 21:59:56 +01:00
actBaseProcJobQue.h ksys/act: Add more BaseProcMgr functions 2021-03-15 01:44:27 +01:00
actBaseProcLink.cpp ksys/act: Add ActorLinkConstDataAccess (incomplete) 2020-09-17 17:42:35 +02:00
actBaseProcLink.h Update sead 2020-12-31 16:59:38 +01:00
actBaseProcMap.cpp Initial commit 2020-08-18 22:50:25 +02:00
actBaseProcMap.h ksys/act: Fix matching issue in BaseProcMapNode::erase_ 2020-09-25 21:40:53 +02:00
actBaseProcMgr.cpp ksys/act: Implement BaseProc iteration 2021-03-18 14:55:31 +01:00
actBaseProcMgr.h ksys/act: Implement BaseProc iteration 2021-03-18 14:55:31 +01:00
actBaseProcUnit.cpp ksys/act: Finish BaseProcHandle 2021-03-14 17:11:38 +01:00
actBaseProcUnit.h ksys/act: Add a short description of BaseProcUnit 2021-03-14 17:29:59 +01:00
actDebug.cpp implement map::Object getters 2020-11-16 15:48:20 -08:00
actDebug.h Update sead 2020-12-31 16:59:38 +01:00
actGlobalParameter.cpp ksys/act: Add GlobalParameter 2021-01-09 19:39:33 +01:00
actGlobalParameter.h ksys/act: Add GlobalParameter 2021-01-09 19:39:33 +01:00
actInfoCommon.cpp ksys/act: Add remaining actInfoCommon functions 2021-01-22 16:37:57 +01:00
actInfoCommon.h ksys/act: Add remaining actInfoCommon functions 2021-01-22 16:37:57 +01:00
actInfoCommon.py ksys/act: Add remaining actInfoCommon functions 2021-01-22 16:37:57 +01:00
actInfoData.cpp ksys/res: Finish implementing ModelList 2021-03-20 00:17:33 +01:00
actInfoData.h ksys/act: Fix missing parameter for InfoData::getStringByKey 2021-01-22 16:37:57 +01:00
actInstParamPack.cpp ksys/act: Add some ActorCreator functions 2021-03-19 01:20:18 +01:00
actInstParamPack.h ksys/act: Add some ActorCreator functions 2021-03-19 01:20:18 +01:00
actLifeRecoveryInfo.h ksys/dmg: Implementing some of DamageManagerBase. Added some temporary classes/variables used by DamageManagerBase. 2020-10-21 00:19:48 +02:00
actPlayerInfo.cpp uking/ui: Add more inventory functions 2021-01-09 13:40:43 +01:00
actPlayerInfo.h uking/ui: Add more inventory functions 2021-01-09 13:40:43 +01:00
actTag.h ksys/act: Add more InfoData functions 2020-11-22 15:36:18 +01:00
actionDummyAction.cpp ksys/act: Implement Actions, Ais 2020-12-20 18:38:18 +01:00
actionDummyAction.h ksys/act: Implement Actions, Ais 2020-12-20 18:38:18 +01:00
aiDummyAi.cpp ksys/act: Implement Actions, Ais 2020-12-20 18:38:18 +01:00
aiDummyAi.h ksys/act: Implement Actions, Ais 2020-12-20 18:38:18 +01:00
behaviorDummyBehavior.cpp ksys/act: Add Behaviors 2020-12-21 16:33:04 +01:00
behaviorDummyBehavior.h ksys/act: Add Behaviors 2020-12-21 16:33:04 +01:00
queryDummyQuery.cpp ksys/act: Add Queries 2020-12-21 16:53:44 +01:00
queryDummyQuery.h ksys/act: Add Queries 2020-12-21 16:53:44 +01:00