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
/
joint
Age
Commit message (
Expand
)
Author
2025-01-08
Fix Nans from RevoluteJoint::angle() (#736)
Chris Bacon
2024-11-19
Profiling support (#743)
Thierry Berger
2024-09-13
ImpulseJointSet::get_mut option to wake up connected bodies (#716)
Thierry Berger
2024-08-09
Fix more typos. (#712)
Bruce Mitchener
2024-08-05
Fix CI (#707)
Thierry Berger
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-20
Fix typos. (#658)
Bruce Mitchener
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: rename JointAxesMask::X/Y/Z by ::LIN_X/LIN_Y/LIN_Z and JointAxis::X/Y/...
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-01-27
Fix clippy and enable clippy on CI
Sébastien Crozet
2024-01-24
Fix dimforge#416 - update ball joint motor pos
AnonymousAcid
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
2023-07-15
user_data for joints
Dmitry
2023-03-26
Add missing import
Sébastien Crozet
2023-03-26
Add methods to customize a SphericalJoint’s local reference frames.
Sébastien Crozet
2023-01-15
Update dependencies
Sébastien Crozet
2022-12-18
Merge pull request #415 from Wolftousen/master
Sébastien Crozet
2022-12-11
Allow the PhysicsPipeline and CollisionPipeline to update the QueryPipeline i...
Sébastien Crozet
2022-12-11
Allow disabling colliders, rigid-bodies and impulse joints
Sébastien Crozet
2022-11-05
adding 3d rope joint
Wolftousen
2022-11-04
Adding a Rope Joint
Wolftousen
2022-07-04
Add hepler function for building a contact force event from a contact pair
Sébastien Crozet
2022-07-03
Add the ability to disable contacts between two rigid-bodies attached by joints
Sébastien Crozet
2022-05-30
Move the cfm factor to the velocity constraints instead of the elements.
Sébastien Crozet
2022-05-30
Add the option to automatically wake-up rigid-bodies a new joint is attached to
Sébastien Crozet
2022-05-30
Rename JointSet::joints_with to attached_joints
Sébastien Crozet
2022-04-28
Take round shapes into account in 2D debug render
Sébastien Crozet
2022-04-20
Finalize refactoring
Sébastien Crozet
2022-04-20
First round deleting the component sets.
Sébastien Crozet
2022-04-20
Fix mass-properties update after collider change
Sébastien Crozet
2022-03-20
Cargo fmt
Sébastien Crozet
2022-03-20
Fix warnings and add comments.
Sébastien Crozet
2022-03-20
Rebase on master branch
Sébastien Crozet
[next]