summaryrefslogtreecommitdiff
path: root/src/KingSystem/Physics/System/physSystemData.cpp
AgeCommit message (Collapse)Author
2022-01-07ksys/phys: Move RagdollControllerKeyList to Ragdoll folderLé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-27ksys/phys: Fix parameter names for ContactMgrLéo Lam
forgot to rename the parameters in SystemData
2021-12-27ksys/phys: Start adding ContactMgrLéo Lam
Also renames ContactInfoTable to ContactMgr because the contact info table is a separate data structure that's managed by ContactMgr; the manager itself handles more than just the table data
2021-12-24ksys/phys: Finish SystemData and start implementing GroupFilterLéo Lam
2021-10-30ksys/phys: Add some prerequisites for ContactInfoTableLéo Lam
2021-10-30ksys/phys: Start adding SystemDataLéo Lam
- SystemData (WIP) - MaterialTable (should be complete)