index
:
github/rapier.git
bevy-glam
broken-perf-experiments
collider_pos_in_manifold
collider_removal
disabled-flag
master
perf_experiments
public_pair_events
testbed-init-app
v0.11-maintainance
voxels
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pipeline
Age
Commit message (
Expand
)
Author
2020-10-27
ContactPairFilter: don't overwrite the effect of the solver groups.
Crozet Sébastien
2020-10-27
Added user-implementable traits for collision/proximity pair filtering.
Crozet Sébastien
2020-10-27
Take collision groups into account for ray-casting.
Crozet Sébastien
2020-10-20
Collider shape: use a trait-object instead of an enum.
Crozet Sébastien
2020-10-06
Fix examples.
Crozet Sébastien
2020-10-06
Fix compilation in 2D.
Crozet Sébastien
2020-10-06
Don't let the PubSub internal offsets overflow + fix some warnings.
Crozet Sébastien
2020-10-06
WQuadtree query: reduce the amount of allocations.
Crozet Sébastien
2020-10-06
Make the WQuadTree more generic and use it as the trimesh acceleration struct...
Crozet Sébastien
2020-10-06
Fix crash when deleting a collider.
Crozet Sébastien
2020-10-05
Use the publish-subscribe mechanism to handle collider removals across pipeli...
Crozet Sébastien
2020-10-05
Make the query pipeline serializable.
Crozet Sébastien
2020-09-28
Fix compilation when parallelism is not enabled.
Crozet Sébastien
2020-09-28
Query pipeline: aggressive workaround until we properly support collider addi...
Crozet Sébastien
2020-09-28
Add non-topological WQuadtree update.
Crozet Sébastien
2020-09-28
Complete the WQuadtree construction and ray-cast.
Crozet Sébastien
2020-09-28
Make kinematic bodies properly wake up dynamic bodies.
Crozet Sébastien
2020-09-28
Fix crash caused by the removal of a kinematic body.
Crozet Sébastien
2020-09-28
Start implementing ray-casting.
Sébastien Crozet
2020-08-31
Allow the removal of a collider.
Sébastien Crozet
2020-08-25
First public release of Rapier.
v0.1.0
Sébastien Crozet