| .. |
|
physCharacterControllerParam.cpp
|
ksys/phys: Add CharacterControllerParam shape creation
|
2022-02-13 19:43:56 +01:00 |
|
physCharacterControllerParam.h
|
Update agl, nnSdk, sead
|
2024-08-28 07:41:29 -05:00 |
|
physClosestPointQuery.cpp
|
ksys/phys: Clarify EntityCollisionMask structure and names
|
2022-12-18 18:58:23 +01:00 |
|
physClosestPointQuery.h
|
ksys/phys: Start adding ClosestPointQuery and iterator stuff
|
2022-03-07 12:44:38 +01:00 |
|
physClosestPointQueryWithInfo.cpp
|
ksys/phys: Add SphereBasedClosestPointQuery
|
2022-03-08 00:11:52 +01:00 |
|
physClosestPointQueryWithInfo.h
|
ksys/phys: Add SphereBasedClosestPointQuery
|
2022-03-08 00:11:52 +01:00 |
|
physCollisionInfo.cpp
|
ksys/phys: Implement ContactMgr functions used by ContactListener
|
2022-03-05 19:34:01 +01:00 |
|
physCollisionInfo.h
|
Change getContactLayerBaseRelativeValue to return an int to avoid casts
|
2022-03-17 22:54:21 +01:00 |
|
physContactInfoParam.cpp
|
…
|
|
|
physContactInfoParam.h
|
Update agl, nnSdk, sead
|
2024-08-28 07:41:29 -05:00 |
|
physContactLayerCollisionInfo.cpp
|
ksys/phys: Implement ContactMgr functions used by ContactListener
|
2022-03-05 19:34:01 +01:00 |
|
physContactLayerCollisionInfo.h
|
ksys/phys: Add ContactLayerCollisionInfoGroup
|
2022-03-13 23:57:28 +01:00 |
|
physContactLayerCollisionInfoGroup.cpp
|
ksys/phys: Add ContactLayerCollisionInfoGroup
|
2022-03-13 23:57:28 +01:00 |
|
physContactLayerCollisionInfoGroup.h
|
ksys/phys: Finish ContactMgr
|
2022-03-14 01:10:28 +01:00 |
|
physContactListener.cpp
|
ksys/phys: Rename some RigidBody flags (add/remove from world)
|
2022-03-22 23:14:19 +01:00 |
|
physContactListener.h
|
ksys/phys: Finish EntityContactListener
|
2022-03-10 12:58:34 +01:00 |
|
physContactMgr.cpp
|
Update libraries and adjust code to match again
|
2024-07-26 18:00:57 -05:00 |
|
physContactMgr.h
|
Update agl, nnSdk, sead
|
2024-08-28 07:41:29 -05:00 |
|
physContactPointInfo.cpp
|
ksys/phys: Add more ContactMgr functions
|
2022-03-06 16:10:13 +01:00 |
|
physContactPointInfo.h
|
Change getContactLayerBaseRelativeValue to return an int to avoid casts
|
2022-03-17 22:54:21 +01:00 |
|
physEntityContactListener.cpp
|
ksys/phys: Change getRigidBody to take a const-ref for consistency
|
2022-03-20 13:21:51 +01:00 |
|
physEntityContactListener.h
|
ksys/phys: Finish EntityContactListener
|
2022-03-10 12:58:34 +01:00 |
|
physEntityGroupFilter.cpp
|
ksys/phys: Implement more RagdollController functions
|
2022-12-19 00:07:21 +01:00 |
|
physEntityGroupFilter.h
|
ksys/phys: Implement more RagdollController functions
|
2022-12-19 00:07:21 +01:00 |
|
physGroupFilter.cpp
|
ksys/phys: Add more EntityGroupFilter functions
|
2022-02-28 17:29:49 +01:00 |
|
physGroupFilter.h
|
ksys/phys: Finish EntityContactListener
|
2022-03-10 12:58:34 +01:00 |
|
physInstanceSet.cpp
|
ksys/phys: Rename RagdollController to RagdollInstance
|
2022-12-20 19:23:54 +01:00 |
|
physInstanceSet.h
|
ksys/phys: Rename RagdollController to RagdollInstance
|
2022-12-20 19:23:54 +01:00 |
|
physLayerContactPointInfo.cpp
|
ksys/phys: Add more ContactMgr functions
|
2022-03-06 16:10:13 +01:00 |
|
physLayerContactPointInfo.h
|
ksys/phys: Finish LayerContactPointInfo
|
2022-03-06 00:30:05 +01:00 |
|
physMaterialTable.cpp
|
…
|
|
|
physMaterialTable.h
|
Update agl, nnSdk, sead
|
2024-08-28 07:41:29 -05:00 |
|
physParamSet.cpp
|
…
|
|
|
physParamSet.h
|
Update agl, nnSdk, sead
|
2024-08-28 07:41:29 -05:00 |
|
physPhantom.cpp
|
Remove unneeded include
|
2022-03-21 03:04:27 +01:00 |
|
physPhantom.h
|
ksys/phys: Add Phantom
|
2022-03-20 17:04:20 +01:00 |
|
physQueryContactPointInfo.cpp
|
ksys/phys: Finish QueryContactPointInfo::Iterator
|
2022-03-18 21:18:15 +01:00 |
|
physQueryContactPointInfo.h
|
ksys/phys: Finish QueryContactPointInfo::Iterator
|
2022-03-18 21:18:15 +01:00 |
|
physRayCast.cpp
|
ksys/phys: Add most remaining parts of RayCast
|
2022-03-20 22:04:58 +01:00 |
|
physRayCast.h
|
ksys/phys: Rename BodyGroup -> StaticCompoundRigidBodyGroup
|
2022-03-23 00:52:23 +01:00 |
|
physRayCastBodyQuery.cpp
|
ksys/phys: RayCastPlusBody -> RayCastBodyQuery for clarity
|
2022-03-21 00:31:14 +01:00 |
|
physRayCastBodyQuery.h
|
ksys/phys: RayCastPlusBody -> RayCastBodyQuery for clarity
|
2022-03-21 00:31:14 +01:00 |
|
physRayCastForRequest.cpp
|
ksys/phys: Add RayCastRequestMgr
|
2022-03-21 03:00:36 +01:00 |
|
physRayCastForRequest.h
|
ksys/phys: Add RayCastRequestMgr
|
2022-03-21 03:00:36 +01:00 |
|
physRayCastRequestMgr.cpp
|
ksys/phys: Add RayCastRequestMgr
|
2022-03-21 03:00:36 +01:00 |
|
physRayCastRequestMgr.h
|
ksys/phys: Add RayCastRequestMgr
|
2022-03-21 03:00:36 +01:00 |
|
physSensorContactListener.cpp
|
ksys/phys: Rename some RigidBody flags (add/remove from world)
|
2022-03-22 23:14:19 +01:00 |
|
physSensorContactListener.h
|
ksys/phys: Add SensorContactListener
|
2022-03-10 21:46:45 +01:00 |
|
physSensorGroupFilter.cpp
|
ksys/phys: Deduplicate hkpEntity -> RigidBody getters
|
2022-03-08 20:33:19 +01:00 |
|
physSensorGroupFilter.h
|
ksys/phys: SensorCollisionMask layer2 -> ignored_layer
|
2022-03-01 13:24:18 +01:00 |
|
physShapeCast.cpp
|
ksys/phys: Add ScopedWorldLock to simplify world locking/unlocking
|
2022-03-20 15:11:28 +01:00 |
|
physShapeCast.h
|
ksys/phys: Finish QueryContactPointInfo::Iterator
|
2022-03-18 21:18:15 +01:00 |
|
physShapeCastWithInfo.cpp
|
ksys/phys: Add ShapeCast
|
2022-03-15 01:20:41 +01:00 |
|
physShapeCastWithInfo.h
|
ksys/phys: Add ShapeCast
|
2022-03-15 01:20:41 +01:00 |
|
physSystem.cpp
|
ksys/phys: Add RagdollController (the real one, not RagdollInstance)
|
2022-12-21 12:25:49 +01:00 |
|
physSystem.h
|
ksys/phys: Add RagdollController (the real one, not RagdollInstance)
|
2022-12-21 12:25:49 +01:00 |
|
physSystemData.cpp
|
…
|
|
|
physSystemData.h
|
Update agl, nnSdk, sead
|
2024-08-28 07:41:29 -05:00 |
|
physUserTag.cpp
|
ksys/phys: Add RigidBodyRequestMgr::calc1
|
2022-03-26 17:42:31 +01:00 |
|
physUserTag.h
|
ksys/phys: Add RigidBodyRequestMgr::calc1
|
2022-03-26 17:42:31 +01:00 |