summaryrefslogtreecommitdiff
path: root/src/KingSystem/Utils
AgeCommit message (Collapse)Author
2020-09-20build: Split the main CMakeLists.txt for readability reasonsLéo Lam
2020-09-19ksys: Add defines for some function attributesLéo Lam
2020-09-18ksys/utils: Add FixedString for light constexpr string manipulationLéo Lam
2020-09-16ksys: Add more task utilitiesLéo Lam
* TaskMgr, ManagedTask, ManagedTaskHandle * GameTaskThread: partial implementation because PhysicsMemSys / Havok stuff hasn't been decompiled yet and calc_() requires PhysicsMemSys
2020-09-15ksys: Add Task utilitiesLéo Lam
2020-09-10ksys/Utils: Add EventLéo Lam
2020-09-07ksys/Utils: Improve accuracy of HeapUtil::tryCreateDualHeapLéo Lam
2020-09-07ksys/Utils: Implement tryCreateDualHeapLéo Lam
2020-09-06ksys/Utils: Add DualFrameHeapLéo Lam
2020-09-06ksys/Utils: Add DualHeapLéo Lam
2020-09-06Move SizedEnum to seadLéo Lam
It is useful in sead and other libraries as well.
2020-09-06ksys/res: Add ActorLinkLéo Lam
2020-09-05ksys/res: Add LodLéo Lam
2020-09-04ksys: Implement more heap utilitiesLéo Lam
2020-09-04ksys/res: Implement EntryFactory (base class and template)Léo Lam
Also adds a heap-related function that's used by EntryFactory (and many other functions)
2020-08-22ci: Add a PR lint workflowLéo Lam
2020-08-21ksys: Decompile ByamlUtilLéo Lam
And fix some declarations in Byaml.h
2020-08-21ksys: Add headers for BYML utilitiesLéo Lam
2020-08-20ksys/act: Implement act::acquireProcLéo Lam
2020-08-18Initial commitLéo Lam