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
/
contact_generator
Age
Commit message (
Expand
)
Author
2020-11-03
Reset the rigid-bodies internal links properly.
Crozet Sébastien
2020-11-03
Fix 3D compilation.
Crozet Sébastien
2020-11-03
Implement Clone for everything that can be cloned.
Crozet Sébastien
2020-11-02
Fix 2D compilation.
Crozet Sébastien
2020-11-02
Fix simulation reaching different states when started from different snaphots.
Crozet Sébastien
2020-10-27
Add solver flags for controlling whether or not some contacts should be taken...
Crozet Sébastien
2020-10-27
Replace the Rounded<S> type by a non-generic RoundCylinder type.
Crozet Sébastien
2020-10-26
Fix multiple warnings.
Crozet Sébastien
2020-10-26
Fix build when serialization is not enabled.
Crozet Sébastien
2020-10-26
Fix 2D compilation.
Crozet Sébastien
2020-10-26
Redefine capsules as a segment with a radius, allowing us to reuse the pfm_pf...
Crozet Sébastien
2020-10-26
Fix bug in 2D heightfield collision detection.
Crozet Sébastien
2020-10-20
Rename rounded -> round.
Crozet Sébastien
2020-10-20
Fix many warnings.
Crozet Sébastien
2020-10-20
Add rounded cylinder.
Crozet Sébastien
2020-10-20
Add cone support.
Crozet Sébastien
2020-10-20
Collider shape: use a trait-object instead of an enum.
Crozet Sébastien
2020-10-19
Complete the pfm/pfm contact generator.
Crozet Sébastien
2020-10-13
Implement a special case for edge-edge 3D polygonal clipping.
Crozet Sébastien
2020-10-12
Start adding cylinders.
Crozet Sébastien
2020-10-06
Completely remove the WAABBHierarchy structure.
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-09-28
Fix trimesh/shape collision-detection when the trimesh was input as the secon...
Crozet Sébastien
2020-09-01
Run cargofmt + add rustfmt.toml
Sébastien Crozet
2020-09-01
Fix constraints resolution with non-identity relative collider position.
Sébastien Crozet
2020-08-31
Fix box-box CD when colliders have non-identity delta pos.
Sébastien Crozet
2020-08-25
First public release of Rapier.
v0.1.0
Sébastien Crozet