aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline/physics_pipeline.rs
AgeCommit message (Expand)Author
2024-09-23fix compilation for feature enhanced-determinism (#739)Thierry Berger
2024-09-13ImpulseJointSet::get_mut option to wake up connected bodies (#716)Thierry Berger
2024-07-22docs: Fix minor typos and tweaks (#696)Bruce Mitchener
2024-07-18clippy: Fix `clippy::field_reassign_with_default` lints (#690)Bruce Mitchener
2024-07-12Prefer explicit features for optional deps. (#681)Bruce Mitchener
2024-06-23Fix delta_time being 0 resulting in incorrect simulation (#660)Thierry Berger
2024-05-25feat: add simple inverse-kinematics solver for multibodies (#632)Sébastien Crozet
2024-04-30feat: add IntegrationParameters::length_unit to adjust internal threshold b...Sébastien Crozet
2024-04-30feat: add soft (solver-based) ccd implementationSébastien Crozet
2024-04-30feat: add some additional perf countersSébastien Crozet
2024-03-23feat: add a BroadPhaseTrait for allowing custom broad-phasesSébastien Crozet
2024-03-23feat!: rename BroadPhase to BroadPhaseMultiSapSébastien Crozet
2024-03-23fix(user_changes): Fix RigidBodyType changed to Dynamic not updatingMax Whitehead
2024-01-27Fix clippy and enable clippy on CISébastien Crozet
2024-01-22chore: CI fixesSébastien Crozet
2024-01-21feat: implement new "small-steps" solver + joint improvementsSébastien Crozet
2023-08-28docs: Expand "wrt" to "with respect to".Bruce Mitchener
2023-05-26Delete mention of removed `PhysicsPipeline::step_generic`Imbris
2022-12-11Properly take initial sleeping state set by the user when creating a rigid-bodySébastien Crozet
2022-12-11Fix testsSébastien Crozet
2022-12-11Allow the PhysicsPipeline and CollisionPipeline to update the QueryPipeline i...Sébastien Crozet
2022-12-11Allow disabling colliders, rigid-bodies and impulse jointsSébastien Crozet
2022-07-07Add ActiveEvents::CONTACT_FORCE_EVENTS for consistency with ActiveEvents::COL...Sébastien Crozet
2022-07-05Improve the API for initializing/setting mass-propertiesSébastien Crozet
2022-07-03Add the ability to disable contacts between two rigid-bodies attached by jointsSébastien Crozet
2022-07-01Warning fixesSébastien Crozet
2022-07-01Add contact force events generated above a user-defined thresholdSébastien Crozet
2022-07-01Properly wake-up rigid-bodies that must be awaken because of jointsSébastien Crozet
2022-05-31Make the`instant` dependency optional, behind a `profiler` cargo featureSébastien Crozet
2022-04-22Add a basic lines-based debug-rendererSébastien Crozet
2022-04-20Remove the default-sets featureSébastien Crozet
2022-04-20Finalize refactoringSébastien Crozet
2022-04-20First round deleting the component sets.Sébastien Crozet
2022-04-20Fix mass-properties update after collider changeSébastien Crozet
2022-03-20Update testsSébastien Crozet
2022-03-20Rename rigid-body `static` to `fixed`Sébastien Crozet
2022-03-20Fix warnings and add comments.Sébastien Crozet
2022-03-20Rigid-body: don’t clear forces at end of timestep + don’t wake-up a rigid...Sébastien Crozet
2022-01-16Fix some solver issuesSébastien Crozet
2022-01-16Merge pull request #276 from dimforge/lock-translation-axisSébastien Crozet
2022-01-10Merge pull request #270 from tjamaan/fix_RigidBodyVelocity_rotation_centerSébastien Crozet
2022-01-09Allow locking individual translational axesSébastien Crozet
2022-01-08Address issues with the genral-case for multibody jointsSébastien Crozet
2022-01-08remove unnecessary commentTurki Jamaan
2022-01-08fix the parameter used for local center of massTurki Jamaan
2022-01-02Fix testsSébastien Crozet
2022-01-02Implement multibody joints and the new solverSébastien Crozet
2021-09-12Fix velocity computation for position-based kinematic bodiesSébastien Crozet
2021-06-08Track the rigid-body graph IDs inside of the JointSet instead of RigidBodyIdsCrozet Sébastien
2021-06-02Fix tests and wasm build.Crozet Sébastien