summaryrefslogtreecommitdiff
path: root/src/KingSystem
AgeCommit message (Expand)Author
2022-03-01ksys/phys: Finish SensorGroupFilterLéo Lam
2022-02-28ksys/phys: Rename collision filter info structs for more clarityLéo Lam
2022-02-28ksys: Add constants NumRegular{Entity,Sensor}Layers to reduce magic numbersLéo Lam
2022-02-28ksys/phys: Start implementing SensorGroupFilterLéo Lam
2022-02-28ksys/phys: Add more EntityGroupFilter functionsLéo Lam
2022-02-27Revert "Add #ifdef declarations for NON_MATCHING code"Léo Lam
2022-02-20PlacementMap: Add x_0, x_4(); change u16 mStaticCompoundId to s16 mStaticComp...savage13
2022-02-19getDragonItemDropPosition (#84)savage13
2022-02-13ksys/phys: Add CharacterControllerParam shape creationLéo Lam
2022-02-13ksys/phys: Move common headers (Defines, MaterialMask) out of System/Léo Lam
2022-02-13ksys/phys: Finish RigidBodyParam (add createEntityShapeBody)Léo Lam
2022-02-13ksys/phys: Finish RigidBodyFromShape (add factory functions)Léo Lam
2022-02-13ksys/phys: Merge RigidBodyFactory into RigidBodyFromShapeLéo Lam
2022-02-13ksys/phys: Implement RigidBodyParam::createRigidBodyLéo Lam
2022-02-13Fix matching issue in ksys::phys::motionTypeFromTextLéo Lam
2022-02-12ksys/phys: Finish RigidBodyFromShapeLé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-09LowPrioThreadMgr (#82)Maide
2022-02-09ksys: Fix typos in SafeDelete commentsLéo Lam
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