aboutsummaryrefslogtreecommitdiff
path: root/src/geometry/collider_set.rs
AgeCommit message (Collapse)Author
2021-01-27Add all the missing docs.Crozet Sébastien
2021-01-24Rename cdl to parry.Crozet Sébastien
2021-01-20Use newtypes for collider, rigid-body and joint handles.Crozet Sébastien
2020-11-26Fix collider insertion/removal tracking.Crozet Sébastien
2020-11-25Properly track some user-initiatied rigid-body modifications.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-19Add a parameter to indicate if collider removal should wake-up its parent.Crozet Sébastien
2020-11-03Rename reset_internal_links -> reset_internal_references.Crozet Sébastien
2020-11-03Implement Clone for everything that can be cloned.Crozet Sébastien
2020-11-03Make cloning rigid-bodies and colliders more idiomatic.Crozet Sébastien
Fix #53
2020-10-06Don't let the PubSub internal offsets overflow + fix some warnings.Crozet Sébastien
2020-10-06Make the WQuadTree more generic and use it as the trimesh acceleration ↵Crozet Sébastien
structure.
2020-10-05Use the publish-subscribe mechanism to handle collider removals across ↵Crozet Sébastien
pipelines.
2020-08-31Allow the removal of a collider.Sébastien Crozet
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet