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
/
multibody_joint
Age
Commit message (
Expand
)
Author
2023-01-15
Update dependencies
Sébastien Crozet
2022-12-11
Allow disabling colliders, rigid-bodies and impulse joints
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-03-20
Fix warnings and add comments.
Sébastien Crozet
2022-03-20
Complete the parallel solver fix
Sébastien Crozet
2022-03-20
Joint API and joint motors improvements
Sébastien Crozet
2022-01-23
Run cargo fmt
Sébastien Crozet
2022-01-23
add defaults for the several structs
zhguchev
2022-01-16
Fix some solver issues
Sébastien Crozet
2022-01-09
Allow locking individual translational axes
Sébastien Crozet
2022-01-08
Address issues with the genral-case for multibody joints
Sébastien Crozet
2022-01-02
Implement multibody joints and the new solver
Sébastien Crozet