summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-02-12data: Add some phys:: RTTI functionsLéo Lam
2022-02-12ksys/phys: Implement ListShapeRigidBodyLéo Lam
2022-02-12ksys/phys: Add ListShapeLéo Lam
2022-02-12ksys/phys: Declare factory functions for SphereShape/SphereRigidBodyLéo Lam
2022-02-10ksys/phys: Implement PolytopeRigidBodyLéo Lam
2022-02-10ksys/phys: Implement parts of PolytopeShape::updateHavokShapeLéo Lam
2022-02-10ksys/phys: Add most of PolytopeShapeLéo Lam
2022-02-10data: Fix two functions being marked as WIP instead of non-matchingLéo Lam
2022-02-09Havok: Add hkpConvexVerticesShape stubLéo Lam
2022-02-09LowPrioThreadMgr (#82)Maide
2022-02-09Game: Finish HardModeManagerLéo Lam
2022-02-09lib: Update NintendoSDKLéo Lam
2022-02-09lib: Update seadLéo Lam
2022-02-09ksys: Fix typos in SafeDelete commentsLéo Lam
2022-02-09ksys: Remove unnecessary null checks in SafeDeleteLéo Lam
Deleting a null pointer has no effect -- the compiler automatically inserts a null pointer check.
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
Turns out they are just value-initialised aggregates.
2022-02-07tools: Update commonLéo Lam
2022-02-07data: Fix getCollisionMasks mangled namesLéo Lam
2022-02-07readme: Add clang and libssl-dev to dependency listLéo Lam
needed for the Rust tools
2022-02-07ksys/phys: Add RigidBodyFromResourceLéo Lam
2022-02-07tools: Update commonLéo Lam
2022-02-07tools: Update commonLéo Lam
2022-02-07Havok: Add hkpSphereShapeLéo Lam
2022-02-07Merge pull request #81 from ThePixelGamer/PlacementStructLéo Lam
PlacementStruct1
2022-02-06ksys/map: Implement PlacementAreaMgrThePixelGamer
2022-02-04contributing: Clarify which executable should be opened in IDA/GhidraLéo Lam
2022-02-04ksys/phys: Implement CylinderWaterRigidBodyLéo Lam
2022-02-04Havok: Fix compile errors in non-AArch64 impls of hkSimdFloat32Léo Lam
2022-02-03ksys/phys: Start implementing HavokCylinderWaterShapeLéo Lam
2022-02-03Havok: Fix matching issue in hkVector4f::_setRotatedDirLé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-03Havok: Add hkpCylinderShapeLé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-02Havok: Add hkSimdFloat32 load/storeLéo Lam
2022-02-02Havok: Add more hkVector4f operations (scalar add/sub)Léo Lam
2022-02-02Havok: Remove duplicate typedef in hkVector4fComparisonLéo Lam
The type alias already exists in hkMath
2022-02-02Havok: Add hkpShapeRayCastOutputLéo Lam
2022-02-02Havok: Add hkVector4f::dot4xyz1Léo Lam
2022-02-01Havok: Add hkSphereLéo Lam
2022-02-01Havok: Fix hkpShape having an extraneous destructor declarationLéo Lam
2022-02-01Havok: Fix mismatched class/struct warningsLéo Lam