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
Age
Commit message (
Expand
)
Author
2020-10-27
Add collision groups to filter collision pairs.
Crozet Sébastien
2020-10-27
Add missing comment.
Crozet Sébastien
2020-10-27
Add a 128-bits user-data attached to colliders and rigid-bodies.
Crozet Sébastien
2020-10-27
Fix 2D compilation.
Crozet Sébastien
2020-10-27
Replace the Rounded<S> type by a non-generic RoundCylinder type.
Crozet Sébastien
2020-10-27
Add some segment/triangle SAT functions.
Crozet Sébastien
2020-10-27
Variable renaming.
Crozet Sébastien
2020-10-27
Re-export crossbeam.
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
AddAdd missing feature-gate.
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
Replace rounding -> round.
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-13
Fix cylinder inertia tensor computation.
Crozet Sébastien
2020-10-12
Fix review comments
Robert Hrusecky
2020-10-12
Start adding cylinders.
Crozet Sébastien
2020-10-10
Add wake_up parameter to rigidbody methods
Robert Hrusecky
2020-10-10
WQuadtree: fix stack overflow caused by more than 4 AABB with the same center.
Crozet Sébastien
2020-10-06
Merge branch 'master' into infinite_fall_memory
Robert Hrusecky
2020-10-06
Fix corner case: exit on multiple axes
Robert Hrusecky
2020-10-06
Fix examples.
Crozet Sébastien
2020-10-06
Fix bogus PhantomData import.
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
Implement RayCast for the Trimesh.
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
Use the WQuadtree for the exhaustive ray-cast too.
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-06
Fix edge case
Robert Hrusecky
2020-10-05
Bug fix: newly empty regions not updating
Robert Hrusecky
2020-10-05
Simple fix: Always remove empty SAPRegions
Robert Hrusecky
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-10-05
Make the WQuadtree serializable.
Crozet Sébastien
2020-10-05
Joint set iteration: also yield the joint handle.
Crozet Sébastien
2020-10-05
Add a simple publish-subscribe mechanism.
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
Fix crash of WQuadtree when the collider set contains holes.
Crozet Sébastien
[prev]
[next]