summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-21ksys/phys: Start adding ContactListenerLéo Lam
2022-01-21ksys/phys: Rename MemSystem to SystemLéo Lam
2022-01-21ksys/phys: Add one more RigidBody functionLéo Lam
2022-01-20Sync function list with IDB (add a bunch of Havok names)Léo Lam
2022-01-20Havok: Add hkpBroadPhaseBorderLéo Lam
2022-01-20Havok: Add Physics2012 world listener interfacesLéo Lam
2022-01-20Havok: Add hkpContactListener and related eventsLéo Lam
2022-01-20Havok: Add hkpWorldLéo Lam
2022-01-20Havok: Add hkpSimulationLéo Lam
2022-01-20Added missing include for sead::BufferBrian Savage
2022-01-20Use sead::Buffer<PlacementMap>Brian Savage
2022-01-20Further fixes to variables typesBrian Savage
2022-01-20Havok: Add missing hkArray constructorLéo Lam
2022-01-20Havok: Add hkpSimulationIslandLéo Lam
2022-01-20Havok: Add hkpActionLéo Lam
2022-01-20Havok: Add hkpAgentNnTrack stubLéo Lam
2022-01-20Havok: Add hkpConstraintOwnerLéo Lam
2022-01-19Moved functions to correct places/files, formattingBrian Savage
2022-01-20Havok: Move hkpConstraintInstance to the correct folderLéo Lam
2022-01-19Havok: Add hkpConstraintInternal stub and getters/settersLéo Lam
2022-01-19ksys/phys: Update some RigidBody flag names for clarityLéo Lam
2022-01-18Add PlacementMap, stubs: PlacementMapMgr and PlacementMapMgrMapArrayBrian Savage
2022-01-19ksys/phys: Rename flag 0x80 to RigidBody::Flag::HighQualityCollidableLéo Lam
2022-01-19ksys/phys: Add even more RigidBody functionsLéo Lam
2022-01-18ksys/phys: Mark RigidBody::m9 as pure virtualLéo Lam
2022-01-18ksys/phys: Add more RigidBody functionsLéo Lam
2022-01-18Sync function list with IDBLéo Lam
2022-01-17ksys/phys: Add more RigidBody functions and Havok utilsLéo Lam
2022-01-17Havok: Add hkpConstraintInstance stubLéo Lam
2022-01-17ksys/phys: Add more RigidBody functionsLéo Lam
2022-01-17ksys/phys: Add RigidBody::isEntity to make certain checks clearerLéo Lam
2022-01-17ksys/phys: Rename MotionAccessor classes to reflect entity/sensor splitLéo Lam
2022-01-17ksys/phys: Rename RigidBody "isMassScaling" mode to "isSensor"Léo Lam
2022-01-17ksys/phys: Add a bunch of easy RigidBody functionsLéo Lam
2022-01-17Sync function list with IDBLéo Lam
2022-01-17ksys/phys: Add easy RigidBodyRequestMgr functionsLéo Lam
2022-01-16ksys/phys: Start adding RigidBodyRequestMgrLéo Lam
2022-01-16ksys/util: Add LockFreeQueueLéo Lam
2022-01-16ksys: Declutter Utils by creating new Utils/Container folderLéo Lam
2022-01-16ksys/phys: Move RigidBodyRequestMgr to its own headerLéo Lam
2022-01-16ksys/phys: Add two RigidBody init functions (and prerequisites)Léo Lam
2022-01-16Havok: Add hkVector4f::loadLéo Lam
2022-01-16Havok: Add hkpFixedRigidMotionLéo Lam
2022-01-16Havok: Add a convenience function to get a zero hkVector4fLéo Lam
2022-01-16ksys/phys: Add prerequisites for RigidBody (RigidBodyParam fixes)Léo Lam
2022-01-16ksys/phys: Finish RigidBodyMotionProxyLéo Lam
2022-01-16Havok: Fix missing parenthesis in commentLéo Lam
2022-01-16Havok: Add quaternion multiplicationLéo Lam
2022-01-16Havok: Fix matching issue in hkVector4f::setLéo Lam
2022-01-16Havok: Fix hkVector4f::dot after hkSimdFloat32 storage type changeLéo Lam