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
/
dynamics
Age
Commit message (
Expand
)
Author
2021-02-04
Rename island_set2 -> island_set
perf_experiments
Crozet Sébastien
2021-02-04
Experiment with incremental island having only one awake island.
Crozet Sébastien
2021-02-03
Minor cleanup.
Crozet Sébastien
2021-02-03
Experiment with incremental island computation.
Crozet Sébastien
2021-02-01
More experiments with velocity-based error correction.
Crozet Sébastien
2021-02-01
Add a twist friction model and velocity-based error correction.
Crozet Sébastien
2021-01-27
Add all the missing docs.
Crozet Sébastien
2021-01-24
Rename cdl to parry.
Crozet Sébastien
2021-01-23
Fix WASM build.
Crozet Sébastien
2021-01-23
Fix warnings and 2D compilation when parallelism is ON but SIMD is OFF.
Crozet Sébastien
2021-01-22
Fix compilation in 2D.
Crozet Sébastien
2021-01-22
Merge branch 'master' into split_geom
Crozet Sébastien
2021-01-22
IntegrationParameters: deprectate dt() and inv_dt() methods
Emil Ernerfeldt
2021-01-22
Deprectate IntegrationParameters::new
Emil Ernerfeldt
2021-01-22
Remove IntegrationParameters::inv_dt and make dt pub
Emil Ernerfeldt
2021-01-21
Reorder default() constructor order to match that of the struct
Emil Ernerfeldt
2021-01-21
Fix incorrect default value for allowed_linear_error in docstring
Emil Ernerfeldt
2021-01-21
Replace call to IntegrationParameters::new with explicit construction
Emil Ernerfeldt
2021-01-21
Allow several rules for combining friction/restitution coefficients.
Crozet Sébastien
2021-01-21
Rotation locking: apply filter only to the world inertia properties to fix th...
Crozet Sébastien
2021-01-20
Fix velocity constraints for ball joints involving bodies with non-uniform an...
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-12
Properly reset the BodySet::modified_all_bodies flag.
Crozet Sébastien
2021-01-06
Add gravity scaling to rigid-bodies.
Crozet Sébastien
2021-01-06
Fix 2D compilation.
Crozet Sébastien
2021-01-04
Refactor the parallel solver code the same way we did with the non-parallel s...
Crozet Sébastien
2021-01-04
Add support of 64-bits reals.
Crozet Sébastien
2020-12-31
Perform contact sorting in the narrow-phase directly.
Crozet Sébastien
2020-12-31
Refactor the constraints solver code.
Crozet Sébastien
2020-12-31
Remove code related to point-point kinematics.
Crozet Sébastien
2020-12-30
Fix broken position constraint.
Crozet Sébastien
2020-12-30
Try using solver contacts again, but in a more cache-coherent way.
Crozet Sébastien
2020-12-30
Attempt to combine the position constraints initialization with the velocity ...
Crozet Sébastien
2020-12-29
Remove some irrelevant code.
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-12-02
Add a RigidBody::set_mass_properties method.
Crozet Sébastien
2020-12-02
Fix a bug when applying the parallel axis theorem to the angular inertia matr...
Crozet Sébastien
2020-12-01
Rename RigidBodyBuilder::principal_inertia -> principal_angular_inertia for c...
Crozet Sébastien
2020-11-30
Add a 2D demo for locking rotation.
Crozet Sébastien
2020-11-30
Update the changelog + make the boolean flags more intuitive.
Crozet Sébastien
2020-11-30
Add a simpler to lock the rotation or translation of a dynamic rigid-body.
Crozet Sébastien
2020-11-26
Fix collider insertion/removal tracking.
Crozet Sébastien
2020-11-25
Make the RigidBodyChanges values more readable.
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
2020-11-19
Add explicit wake_up parameter to method setting the position and velocity of...
Crozet Sébastien
[next]