summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/System/physMemSystem.cpp
AgeCommit message (Collapse)Author
2022-01-21ksys/phys: Rename MemSystem to SystemLéo Lam
It was called MemSystem in the IDB because of a string in ksys::InitializeApp that referred to MemSystem initialisation as "Physics Memory System"; however that string actually referred to an initialisation step for the physics system, not to the name of the subsystem itself.
2022-01-07ksys/phys: Add MemSystem::initSystemDataLéo Lam
2021-12-29ksys/phys: Add RigidContactPoints allocation functionsLéo Lam
2021-12-29ksys/phys: Start adding RigidContactPointsLéo Lam
Super messy stuff. I have no idea what it's used for
2021-12-14havok stubs and ksys::phys worktheo3