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
2024-07-19
More Debug derives. (#686)
Thierry Berger
2024-07-12
ci: cargo doc step (#671)
Thierry Berger
2024-07-07
chore: add one more test for the multibody insertion out-of-bounds issue
Sébastien Crozet
2024-07-07
Fix broken multibody joint removal.
Sébastien Crozet
2024-07-07
Fix out-of-bounds crash when merging two multibodies
Sébastien Crozet
2024-06-23
chore: update to nalgebra 0.33 and parry 0.16 (#664)
Sébastien Crozet
2024-06-23
Fix delta_time being 0 resulting in incorrect simulation (#660)
Thierry Berger
2024-06-20
Fix typos. (#658)
Bruce Mitchener
2024-06-09
feat: rework QueryPipeline update API to take less parameters (#647)
Thierry Berger
2024-06-09
feat: add RevoluteJoint::angle to compute the revolute joint’s angle
Sébastien Crozet
2024-06-09
fix warning in tests
Sébastien Crozet
2024-06-09
chore: clippy fixes
Sébastien Crozet
2024-06-09
chore: add more comments
Sébastien Crozet
2024-06-09
feat: add suport for kinematic multibody links
Sébastien Crozet
2024-06-09
feat: add the ability to disable all contacts between two links belonging to ...
Sébastien Crozet
2024-06-09
feat: let user specify joints that cannot move for IK
Sébastien Crozet
2024-06-09
feat: make `RigidBody::add_collider` private
Sébastien Crozet
2024-06-09
feat: impl Default for RigidBodyBuilder and ColliderBuilder
Sébastien Crozet
2024-06-09
feat: rename JointAxesMask::X/Y/Z by ::LIN_X/LIN_Y/LIN_Z and JointAxis::X/Y/...
Sébastien Crozet
2024-05-25
feat: rename cfm_factor, damping_ratio to contact_cfm_factor and contact_da...
Sébastien Crozet
2024-05-25
feat: remove the "fast constraint" special case
Sébastien Crozet
2024-05-25
feat: make the constraints regularization coefficients configurable with angu...
Sébastien Crozet
2024-05-25
feat: add simple inverse-kinematics solver for multibodies (#632)
Sébastien Crozet
2024-05-05
chore: don’t return &mut Self with GenericJoint::flip
Sébastien Crozet
2024-05-05
Fix joint limits not being flipped in one body constrains. (#549)
Fun Maker
2024-05-05
chore: misc typo fixes
Sébastien Crozet
2024-05-05
chore: update to the latest parry api
Sébastien Crozet
2024-05-05
Fix some typos. (#620)
Bruce Mitchener
2024-04-30
chore: clippy fixes
Sébastien Crozet
2024-04-30
fix: include the 0.5 factor in pseudo (mass-normalized) kinetic energy calcu...
Sébastien Crozet
2024-04-30
feat: add IntegrationParameters::length_unit to adjust internal threshold b...
Sébastien Crozet
2024-04-30
feat: add configurable distance cap to soft-ccd
Sébastien Crozet
2024-04-30
feat: add warmstarting to contact constraints resolution
Sébastien Crozet
2024-04-30
chore: rework vertical stacks demo
Sébastien Crozet
2024-04-30
feat: add variable constraints stabilization iteration number
Sébastien Crozet
2024-04-30
feat: add soft (solver-based) ccd implementation
Sébastien Crozet
2024-04-30
feat: add exact mlcp solver for pais of 2 constraints
Sébastien Crozet
2024-04-30
feat: add some additional perf counters
Sébastien Crozet
2024-03-23
Fix reported contact impulse in the contact force event
Sébastien Crozet
2024-03-23
feat: add RigidBody::copy_from and Collider::copy_from
Sébastien Crozet
2024-03-23
feat: add RigidBody::predict_position_using_velocity
Sébastien Crozet
2024-03-23
fix: implement linear-coupled-motor constraint between two dynamic bodies
Sébastien Crozet
2024-01-27
Fix clippy and enable clippy on CI
Sébastien Crozet
2024-01-24
Merge pull request #571 from AnonymousAcid7787/fix-Setting-the-motor-position...
Sébastien Crozet
2024-01-24
Fix dimforge#416 - update ball joint motor pos
AnonymousAcid
2024-01-24
feat!: rename narrow-phase methods for more clarity.
Sébastien Crozet
2024-01-24
feat: rework solver parameters to make it easy to recover the old behaviors
Sébastien Crozet
2024-01-22
chore: more CI fixes
Sébastien Crozet
2024-01-22
chore: CI fixes
Sébastien Crozet
2024-01-21
feat: implement new "small-steps" solver + joint improvements
Sébastien Crozet
[next]