| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-12-20 | ksys/phys: Rename RagdollController to RagdollInstance | Léo Lam | |
| RagdollController is a different thing! | |||
| 2022-12-20 | ksys/phys: Add RagdollController::getTransform and more | Léo Lam | |
| Credit to @Dragorn421 for helping me figure out the rotation matrix thing in the getTransform function | |||
| 2022-12-19 | ksys/phys: Implement more RagdollController functions | Léo Lam | |
| 2022-10-18 | Decompile some Action classes (#104) | notyourav | |
| * various action classes * rename instanceset fns * rename isFork -> isChangeable | |||
| 2022-03-26 | ksys/phys: Add more InstanceSet member variables | Léo Lam | |
| 2022-03-26 | ksys/phys: Merge duplicate definitions of RagdollController | Léo Lam | |
| 2022-03-22 | ksys/phys: Rename some RigidBody flags (add/remove from world) | Léo Lam | |
| 2022-03-01 | ksys/phys: Unify ContactPointInfo/CollisionInfo with InstanceSet | Léo Lam | |
| 2022-03-01 | ksys/phys: SensorCollisionMask layer2 -> ignored_layer | Léo Lam | |
| 2022-01-30 | ksys/phys: Add more InstanceSet members | Léo Lam | |
| 2022-01-30 | ksys/phys: Add RigidBodySet | Léo Lam | |
| 2022-01-25 | ksys/phys: Add RigidBody collision filter info functions | Léo Lam | |
| Including a bunch of BitFields additions so we can get the desired codegen without sacrificing readability or flexibility. (The alternative would be building masks and masking manually.) getCollisionFilterInfo was changed to return a u32 instead of EntityCollisionFilterInfo because a collision filter info mask can be either an EntityCollisionFilterInfo or a ReceiverMask. (Also at some point we'll probably want to rename EntityCollisionFilterInfo because that is also used for sensor rigid bodies and not just for entities.) | |||
| 2022-01-22 | ksys/phys: Add more RigidBody functions (motion, collision mask) | Léo Lam | |
| 2022-01-17 | ksys/phys: Rename RigidBody "isMassScaling" mode to "isSensor" | Léo Lam | |
| That also explains the comparison against 1 (ContactLayerType::Sensor) in the constructor. | |||
| 2022-01-16 | ksys/phys: Add prerequisites for RigidBody (RigidBodyParam fixes) | Léo Lam | |
| Seems to have fixed _ZN4ksys4phys11InstanceSet14sub_7100FBB00CEPNS0_9RigidBodyEPNS0_14RigidBodyParamE | |||
| 2022-01-13 | ksys/phys: Rename RigidBodyParamView to RigidBodyInstanceParam for clarity | Léo Lam | |
| 2022-01-11 | ksys/phys: Add 3 easy RigidBody functions and fix some types | Léo Lam | |
| 2021-12-22 | ksys: Move physInstanceSet to Physics/System | Léo Lam | |
| It's right after EntityGroupFilter and before MaterialTable | |||
