summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/System/physSystem.cpp
AgeCommit message (Collapse)Author
4 daysMerge pull request #185 from RobbyV2/phys-system-heap-accessorsHEADmasterMichael Zhao
Match phys::System heap accessors
4 daysphys: match System contact listener and group handler functionsRobbyV2
4 daysphys: match System heap accessorsRobbyV2
10 daysksys::phys::System: implement isPaused and collision/handler helpersmairokaizo
2022-12-21ksys/phys: Add RagdollController (the real one, not RagdollInstance)Léo Lam
2022-03-05ksys/phys: Implement ContactMgr functions used by ContactListenerLéo Lam
2022-03-03ksys/phys: Add more ContactListener functions and Havok prereqsLéo Lam
2022-03-02ksys/phys: ContactPointInfoEx -> ContactLayerContactPointInfoLéo Lam
Turns out it's the equivalent to ContactLayerCollisionInfo.
2022-03-01ksys: Rename RigidContactPoints to match param filesLéo Lam
2022-01-23ksys/phys: Introduce {First,Last}{Entity,Sensor} constants to improve clarityLéo Lam
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.