aboutsummaryrefslogtreecommitdiff
path: root/src/utils.rs
AgeCommit message (Expand)Author
2021-01-24Rename cdl to parry.Crozet Sébastien
2021-01-20Use newtypes for collider, rigid-body and joint handles.Crozet Sébastien
2021-01-04Add support of 64-bits reals.Crozet Sébastien
2020-12-31Perform contact sorting in the narrow-phase directly.Crozet Sébastien
2020-12-29Remove unused constrants.Crozet Sébastien
2020-12-29Remove some irrelevant code.Crozet Sébastien
2020-12-29Move all the contact manifold computations out of Rapier.Crozet Sébastien
2020-12-29Outsource the Shape trait, wquadtree, and shape types.Crozet Sébastien
2020-11-02Fix simulation reaching different states when started from different snaphots.Crozet Sébastien
2020-10-26Fix multiple warnings.Crozet Sébastien
2020-10-20Fix many warnings.Crozet Sébastien
2020-10-20Collider shape: use a trait-object instead of an enum.Crozet Sébastien
2020-10-19Complete the pfm/pfm contact generator.Crozet Sébastien
2020-10-12Start adding cylinders.Crozet Sébastien
2020-09-28Fix compilation when SIMD is not enabled.Crozet Sébastien
2020-09-28Complete the WQuadtree construction and ray-cast.Crozet Sébastien
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet