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
Age
Commit message (
Expand
)
Author
2021-01-27
Add all the missing docs.
Crozet Sébastien
2021-01-26
Allow using polylines as a collider shape.
Crozet Sébastien
2021-01-25
Fix compilation with f64.
Crozet Sébastien
2021-01-25
Add missing constructor for a round-triangle collider.
Crozet Sébastien
2021-01-24
Rename cdl to parry.
Crozet Sébastien
2021-01-23
Fix warnings in tests and testbed.
Crozet Sébastien
2021-01-23
Fix WASM build.
Crozet Sébastien
2021-01-22
Move ColliderShape out of Rapier.
Crozet Sébastien
2021-01-22
Fix compilation in 2D.
Crozet Sébastien
2021-01-21
Add collider constructors for shapes obtained from convex decomposition.
Crozet Sébastien
2021-01-21
Allow several rules for combining friction/restitution coefficients.
Crozet Sébastien
2021-01-20
Use newtypes for collider, rigid-body and joint handles.
Crozet Sébastien
2021-01-20
Switch to [u32; DIM] instead of Point<u32> for element indices.
Crozet Sébastien
2021-01-20
Add 3D convex decomposition example.
Crozet Sébastien
2021-01-06
Fix 2D compilation.
Crozet Sébastien
2021-01-05
Add compound shape support.
Crozet Sébastien
2021-01-04
Add support of 64-bits reals.
Crozet Sébastien
2020-12-31
QueryPipeline: add shape casting, point projection, and intersection queries.
Crozet Sébastien
2020-12-31
Restore contact events.
Crozet Sébastien
2020-12-31
Perform contact sorting in the narrow-phase directly.
Crozet Sébastien
2020-12-31
Remove code related to point-point kinematics.
Crozet Sébastien
2020-12-30
Try using solver contacts again, but in a more cache-coherent way.
Crozet Sébastien
2020-12-30
Remove the useless manifold.data.pair field.
Crozet Sébastien
2020-12-29
Support compound shapes.
Crozet Sébastien
2020-12-29
Add convex polygons support.
Crozet Sébastien
2020-12-29
Add example for 3D convex polyhedron.
Crozet Sébastien
2020-12-29
Use Isometry::inv_mul.
Crozet Sébastien
2020-12-29
Remove some commented code.
Crozet Sébastien
2020-12-29
Fix compilation when serde is enabled.
Crozet Sébastien
2020-12-29
Fix compilation when serde isn't enabled.
Crozet Sébastien
2020-12-29
Remove some irrelevant code.
Crozet Sébastien
2020-12-29
Externalize the proximity code (renamed intersection).
Crozet Sébastien
2020-12-29
Move all the contact manifold computations out of Rapier.
Crozet Sébastien
2020-12-29
Outsource the Shape trait, wquadtree, and shape types.
Crozet Sébastien
2020-12-29
Outsource the contact manifold, SAT, and some shapes.
Crozet Sébastien
2020-11-26
Restore the previous sleeping pattern.
Crozet Sébastien
2020-11-26
Fix collider insertion/removal tracking.
Crozet Sébastien
2020-11-26
Fix bogus collider removal in the broad-phase.
Crozet Sébastien
2020-11-25
Properly track some user-initiatied rigid-body modifications.
Crozet Sébastien
2020-11-24
Add methods to iterate through all the contact and proximity pairs.
Crozet Sébastien
2020-11-24
Allow retrieving one specific contact pair or proximity pair.
Crozet Sébastien
2020-11-24
Fix crash when removing a collider with no graph ID.
Crozet Sébastien
2020-11-23
Remove the narrow-phase graph indices from the collider.
Crozet Sébastien
2020-11-22
Fix NaNs in unused WAABB lanes during the creation of the WAABBTree.
Crozet Sébastien
2020-11-19
Add explicit wake_up parameter to method setting the position and velocity of...
Crozet Sébastien
2020-11-19
Add a parameter to indicate if collider removal should wake-up its parent.
Crozet Sébastien
2020-11-19
Remove the Salva integration code from rapier + add a plugin system to the te...
Crozet Sébastien
2020-11-19
Merge pull request #60 from dimforge/ball_ball_collision_bug
Sébastien Crozet
2020-11-11
Fix NaN when two balls are in contact and their centers coincide.
Crozet Sébastien
2020-11-10
SAP: don't serialize workspaces and caches.
Crozet Sébastien
[next]