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