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
Age
Commit message (
Expand
)
Author
2020-10-27
Release v0.3.0
v0.3.0
Crozet Sébastien
2020-10-27
Merge pull request #44 from dimforge/custom_callbacks_filtering
Sébastien Crozet
2020-10-27
Fix performance regression due to sleeping objects pairs no longer being igno...
Crozet Sébastien
2020-10-27
ContactPairFilter: don't overwrite the effect of the solver groups.
Crozet Sébastien
2020-10-27
Rename SolverFlags::COMPUTE_FORCES to SolverFlags::COMPUTE_IMPULSES.
Crozet Sébastien
2020-10-27
Added user-implementable traits for collision/proximity pair filtering.
Crozet Sébastien
2020-10-27
Merge pull request #43 from dimforge/interaction_groups
Sébastien Crozet
2020-10-27
Ignore the code block in the InteractionGroups doc.
Crozet Sébastien
2020-10-27
Take collision groups into account for ray-casting.
Crozet Sébastien
2020-10-27
Take the solver flags into account when collecting contact manifolds to solve.
Crozet Sébastien
2020-10-27
Add a construstructor to InteractionGroups + make its methods const.
Crozet Sébastien
2020-10-27
Add collision groups demos.
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
Add collision groups to filter collision pairs.
Crozet Sébastien
2020-10-27
Merge pull request #42 from dimforge/user_data
Sébastien Crozet
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
Merge pull request #41 from dimforge/cylinder
Sébastien Crozet
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
Adjust the benchmark message argument, again.
Crozet Sébastien
2020-10-26
Adjust the benchmark message argument.
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 testbed compilation with other backends.
Crozet Sébastien
2020-10-26
Update dependencies.
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
Start adding cylinders.
Crozet Sébastien
2020-10-12
Release v0.2.1
v0.2.1
Crozet Sébastien
2020-10-12
Merge pull request #33 from dimforge/wquadtree_stack_overflow
Sébastien Crozet
2020-10-10
WQuadtree: fix stack overflow caused by more than 4 AABB with the same center.
Crozet Sébastien
2020-10-06
Release v0.2.0
v0.2.0
Crozet Sébastien
2020-10-06
Merge pull request #28 from dimforge/raycast
Sébastien Crozet
2020-10-06
CI: Conditionally set the commit for the bench message.
Crozet Sébastien
2020-10-06
Fix examples.
Crozet Sébastien
[next]