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-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
2023-12-10
fix: also apply joint limits in case of equality
Sébastien Crozet
2023-12-10
fix more 2D angular motor/limits jacobians
Sébastien Crozet
2023-12-10
fix: avoid perpetual movement when the target ang motor position is overshot
Sébastien Crozet
2023-12-10
Fixed formatting of modified files.
pellico
2023-12-10
Fix #378 Added one example join_motor_position
pellico
2023-12-01
Fix check for motor constraints on angular DoF
Dzmitry Malyshau
2023-09-09
Merge pull request #505 from mrDIMAS/master
Sébastien Crozet
2023-09-09
Merge pull request #511 from Triuman/master
Sébastien Crozet
2023-08-28
docs: Minor fixes.
Bruce Mitchener
2023-08-10
fix lock_rotations doesn't work both ways
Triuman
2023-08-10
fix lock_translations doesn't work both ways
Triuman
2023-07-15
user_data for joints
Dmitry
2023-03-30
Fix doc-links for `ColliderBuilder` and `RigidBodyBuilder`
MrGunflame
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-03-26
Fix docs for method setting kinematic translation/rotation
Sébastien Crozet
2023-01-23
Allow customising the time until sleep for a rigid body
fabriceci
2023-01-15
Give access to the world-space mass properties of rigid-bodies
Sébastien Crozet
2023-01-15
Add accessor to get the locked axes of a rigid-body
Sébastien Crozet
2023-01-15
Update dependencies
Sébastien Crozet
2023-01-01
Small coding style fix
Sébastien Crozet
2023-01-01
Adds methods to retrieve forces added by the user.
fabriceci
2022-12-18
Merge pull request #415 from Wolftousen/master
Sébastien Crozet
2022-12-11
Properly take initial sleeping state set by the user when creating a rigid-body
Sébastien Crozet
2022-12-11
Fix wasm build
Sébastien Crozet
2022-12-11
Add a dynamic ray-cast vehicle controller
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-08-25
Auto-update a rigid-body’s world mass-properties when the user sets their p...
Sébastien Crozet
2022-08-09
Merge pull request #380 from dimforge/set-rotation
Sébastien Crozet
2022-08-09
Make Collider::set_rotation and RigidBody::set_rotation take a rotation inste...
Sébastien Crozet
2022-07-08
Rename allowed_translation/rotation to enabled_translation/rotation
Sébastien Crozet
2022-07-08
Fix 2D build
Sébastien Crozet
2022-07-08
cargo fmt
Sébastien Crozet
2022-07-08
Rename restrict_translation/rotation to set_allowed_translation/rotation
Sébastien Crozet
2022-07-05
Add methods to read the mass or volume of a collider.
Sébastien Crozet
2022-07-05
Improve the API for initializing/setting mass-properties
Sébastien Crozet
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
Fix parallel build
Sébastien Crozet
2022-05-30
Fix wasm build
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
[next]