aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline
AgeCommit message (Expand)Author
2020-11-03Implement Clone for everything that can be cloned.Crozet Sébastien
2020-10-27ContactPairFilter: don't overwrite the effect of the solver groups.Crozet Sébastien
2020-10-27Added user-implementable traits for collision/proximity pair filtering.Crozet Sébastien
2020-10-27Take collision groups into account for ray-casting.Crozet Sébastien
2020-10-20Collider shape: use a trait-object instead of an enum.Crozet Sébastien
2020-10-06Fix examples.Crozet Sébastien
2020-10-06Fix compilation in 2D.Crozet Sébastien
2020-10-06Don't let the PubSub internal offsets overflow + fix some warnings.Crozet Sébastien
2020-10-06WQuadtree query: reduce the amount of allocations.Crozet Sébastien
2020-10-06Make the WQuadTree more generic and use it as the trimesh acceleration struct...Crozet Sébastien
2020-10-06Fix crash when deleting a collider.Crozet Sébastien
2020-10-05Use the publish-subscribe mechanism to handle collider removals across pipeli...Crozet Sébastien
2020-10-05Make the query pipeline serializable.Crozet Sébastien
2020-09-28Fix compilation when parallelism is not enabled.Crozet Sébastien
2020-09-28Query pipeline: aggressive workaround until we properly support collider addi...Crozet Sébastien
2020-09-28Add non-topological WQuadtree update.Crozet Sébastien
2020-09-28Complete the WQuadtree construction and ray-cast.Crozet Sébastien
2020-09-28Make kinematic bodies properly wake up dynamic bodies.Crozet Sébastien
2020-09-28Fix crash caused by the removal of a kinematic body.Crozet Sébastien
2020-09-28Start implementing ray-casting.Sébastien Crozet
2020-08-31Allow the removal of a collider.Sébastien Crozet
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet