aboutsummaryrefslogtreecommitdiff
path: root/src/data/mod.rs
AgeCommit message (Collapse)Author
2022-04-20First round deleting the component sets.Sébastien Crozet
2021-04-26Split rigid-bodies and colliders into multiple componentsCrozet Sébastien
2021-02-08Don't serialize solver contacts + remove erased-serde dependency.Crozet Sébastien
2021-01-24Rename cdl to parry.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-11-23Remove the narrow-phase graph indices from the collider.Crozet Sébastien
They are on the narrow-phase now.
2020-11-02Fix simulation reaching different states when started from different snaphots.Crozet Sébastien
2020-10-05Use the publish-subscribe mechanism to handle collider removals across ↵Crozet Sébastien
pipelines.
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet