summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-02-09ksys: Remove unnecessary null checks in SafeDeleteLéo Lam
2022-02-09ksys: Document safeDelete and safeDeleteArrayLéo Lam
2022-02-08ksys/act: Fix matching issues in BaseProcJobQueLéo Lam
2022-02-08Remove unnecessary usages of sead::StorageForLéo Lam
2022-02-07ksys/phys: Add RigidBodyFromResourceLéo Lam
2022-02-06ksys/map: Implement PlacementAreaMgrThePixelGamer
2022-02-04ksys/phys: Implement CylinderWaterRigidBodyLéo Lam
2022-02-03ksys/phys: Start implementing HavokCylinderWaterShapeLéo Lam
2022-02-03ksys/phys: Implement CylinderWaterShapeLéo Lam
2022-02-03ksys/phys: Add CylinderRigidBodyLéo Lam
2022-02-03ksys/phys: Group shapes into folders to declutter RigidBody/ShapeLéo Lam
2022-02-03ksys/phys: Implement CylinderShapeLéo Lam
2022-02-03ksys/phys: Fix a regalloc diff in CapsuleShape::setScaleLéo Lam
2022-02-02ksys/phys: Finish CapsuleShape and add CapsuleRigidBodyLéo Lam
2022-02-02ksys/phys: Add BoxWaterRigidBody::makeLéo Lam
2022-02-02ksys/phys: Add BoxWaterRigidBodyLéo Lam
2022-02-02ksys/phys: Add BoxWaterShapeLéo Lam
2022-02-01ksys/phys: Move BoxShapeParam::createShape to BoxShape::makeLéo Lam
2022-02-01ksys/phys: Finish BoxRigidBodyLéo Lam
2022-01-31ksys/phys: Finish BoxShapeParamLéo Lam
2022-01-31ksys/phys: Mark BoxShapeParam::createShape as constLéo Lam
2022-01-31ksys/phys: Use util::allocStorage in CapsuleShape to simplify allocationLéo Lam
2022-01-31ksys/phys: Implement BoxShapeLéo Lam
2022-01-30ksys/phys: Start adding BoxRigidBodyLéo Lam
2022-01-30ksys/phys: Rename WaterCylinder to CylinderWater for consistencyLéo Lam
2022-01-30ksys/phys: Implement most of RigidBodyFromShapeLéo Lam
2022-01-30ksys/phys: Merge physShapeParam param classes with RigidBody/ShapeLéo Lam
2022-01-30ksys/phys: Start merging physShapeParam with RigidBody/ShapeLéo Lam
2022-01-30ksys/phys: Start adding RigidBodyFromShapeLéo Lam
2022-01-30ksys/phys: Fix a bool flag being defined as u32 in RigidBodyFactoryLéo Lam
2022-01-30ksys/phys: Rename some variables that were missed in 60e2b166Léo Lam
2022-01-30ksys/phys: Rename Shape/Body classes to avoid confusionLéo Lam
2022-01-30ksys/phys: Add more InstanceSet membersLéo Lam
2022-01-30ksys/phys: Add RigidBodySetLéo Lam
2022-01-29More PlacementMap functionsBrian Savage
2022-01-29Add initial PlacementMap functionsBrian Savage
2022-01-29ksys/phys: Declare all remaining RigidBody functionsLéo Lam
2022-01-29ksys/phys: Rename RigidBody/UserTag broadphase border callbacksLéo Lam
2022-01-29ksys/phys: Add RigidBody velocity calc and warping functionsLéo Lam
2022-01-27ksys/phys: Add more RigidBody functionsLéo Lam
2022-01-25ksys/phys: Add RigidBody collision filter info functionsLéo Lam
2022-01-24ksys/phys: Rename SystemGroupHandler mFilterIndex -> mLayerTypeLéo Lam
2022-01-23ksys/phys: Introduce {First,Last}{Entity,Sensor} constants to improve clarityLéo Lam
2022-01-23Merge pull request #75 from savage13/PlacementMapnotyourav
2022-01-22ksys/act: Document some BaseProcMgr iteration functionsLéo Lam
2022-01-22ksys/phys: Add more RigidBody functions (motion, collision mask)Léo Lam
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-20Added missing include for sead::BufferBrian Savage