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
/
pipeline
/
physics_pipeline.rs
Age
Commit message (
Expand
)
Author
2024-09-23
fix compilation for feature enhanced-determinism (#739)
Thierry Berger
2024-09-13
ImpulseJointSet::get_mut option to wake up connected bodies (#716)
Thierry Berger
2024-07-22
docs: Fix minor typos and tweaks (#696)
Bruce Mitchener
2024-07-18
clippy: Fix `clippy::field_reassign_with_default` lints (#690)
Bruce Mitchener
2024-07-12
Prefer explicit features for optional deps. (#681)
Bruce Mitchener
2024-06-23
Fix delta_time being 0 resulting in incorrect simulation (#660)
Thierry Berger
2024-05-25
feat: add simple inverse-kinematics solver for multibodies (#632)
Sébastien Crozet
2024-04-30
feat: add IntegrationParameters::length_unit to adjust internal threshold b...
Sébastien Crozet
2024-04-30
feat: add soft (solver-based) ccd implementation
Sébastien Crozet
2024-04-30
feat: add some additional perf counters
Sébastien Crozet
2024-03-23
feat: add a BroadPhaseTrait for allowing custom broad-phases
Sébastien Crozet
2024-03-23
feat!: rename BroadPhase to BroadPhaseMultiSap
Sébastien Crozet
2024-03-23
fix(user_changes): Fix RigidBodyType changed to Dynamic not updating
Max Whitehead
2024-01-27
Fix clippy and enable clippy on CI
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-08-28
docs: Expand "wrt" to "with respect to".
Bruce Mitchener
2023-05-26
Delete mention of removed `PhysicsPipeline::step_generic`
Imbris
2022-12-11
Properly take initial sleeping state set by the user when creating a rigid-body
Sébastien Crozet
2022-12-11
Fix tests
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-07-07
Add ActiveEvents::CONTACT_FORCE_EVENTS for consistency with ActiveEvents::COL...
Sébastien Crozet
2022-07-05
Improve the API for initializing/setting mass-properties
Sébastien Crozet
2022-07-03
Add the ability to disable contacts between two rigid-bodies attached by joints
Sébastien Crozet
2022-07-01
Warning fixes
Sébastien Crozet
2022-07-01
Add contact force events generated above a user-defined threshold
Sébastien Crozet
2022-07-01
Properly wake-up rigid-bodies that must be awaken because of joints
Sébastien Crozet
2022-05-31
Make the`instant` dependency optional, behind a `profiler` cargo feature
Sébastien Crozet
2022-04-22
Add a basic lines-based debug-renderer
Sébastien Crozet
2022-04-20
Remove the default-sets feature
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
Update tests
Sébastien Crozet
2022-03-20
Rename rigid-body `static` to `fixed`
Sébastien Crozet
2022-03-20
Fix warnings and add comments.
Sébastien Crozet
2022-03-20
Rigid-body: don’t clear forces at end of timestep + don’t wake-up a rigid...
Sébastien Crozet
2022-01-16
Fix some solver issues
Sébastien Crozet
2022-01-16
Merge pull request #276 from dimforge/lock-translation-axis
Sébastien Crozet
2022-01-10
Merge pull request #270 from tjamaan/fix_RigidBodyVelocity_rotation_center
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-08
remove unnecessary comment
Turki Jamaan
2022-01-08
fix the parameter used for local center of mass
Turki Jamaan
2022-01-02
Fix tests
Sébastien Crozet
2022-01-02
Implement multibody joints and the new solver
Sébastien Crozet
2021-09-12
Fix velocity computation for position-based kinematic bodies
Sébastien Crozet
2021-06-08
Track the rigid-body graph IDs inside of the JointSet instead of RigidBodyIds
Crozet Sébastien
2021-06-02
Fix tests and wasm build.
Crozet Sébastien
[next]