| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-05-01 | ksys/phys: Finish ModelBoneAccessor | Léo Lam | |
| 2022-03-20 | ksys/phys: Change getRigidBody to take a const-ref for consistency | Léo Lam | |
| 2022-03-10 | ksys/phys: Finish EntityContactListener | Léo Lam | |
| 2022-03-08 | ksys/phys: Remove unnecessary include in physConversions | Léo Lam | |
| 2022-03-08 | ksys/phys: Start adding EntityContactListener | Léo Lam | |
| 2022-03-05 | ksys/phys: Finish ContactListener | Léo Lam | |
| 2022-03-03 | ksys/phys: Fix accuracy issue for storeToVec3 | Léo Lam | |
| Allows us to get rid of a bunch of local variables that only existed to force the entire vector to be loaded. | |||
| 2022-01-16 | ksys/phys: Add two RigidBody init functions (and prerequisites) | Léo Lam | |
| 2022-01-13 | ksys/phys: Start adding RigidBodyMotionProxy | Léo Lam | |
| 2022-01-13 | ksys/phys: Rewrite toMtx34 without using intrinsics | Léo Lam | |
| Doing the assignments in this specific pattern of assignments is sufficient to get the desired (bad) codegen when combined with hkVector4f's operator() (which was added recently). | |||
| 2022-01-13 | ksys/phys: Fix a nasty typo in toHkQuat | Léo Lam | |
| 2022-01-10 | ksys/phys: Add RigidBodyAccessor | Léo Lam | |
