aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline/physics_pipeline.rs
AgeCommit message (Expand)Author
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
2021-06-01Add ActiveCollisionTypes to easily enable collision-detection between two non...Crozet Sébastien
2021-06-01CCD: take collision groups into accountCrozet Sébastien
2021-06-01Rework the event systemCrozet Sébastien
2021-04-30Add comments.Crozet Sébastien
2021-04-29Fix tests.Crozet Sébastien
2021-04-29Fix compilation of the parallel versionCrozet Sébastien
2021-04-29Restore the collision pipelineCrozet Sébastien
2021-04-26Split rigid-bodies and colliders into multiple componentsCrozet Sébastien
2021-04-03Remove useless comment.Crozet Sébastien
2021-04-03Fix crash caused by a collider being remove before the first timestep.Crozet Sébastien
2021-03-31Fix tests.Crozet Sébastien
2021-03-31Fix more warnings.Crozet Sébastien
2021-03-31Fix the parallel solver to work properly with CCD.Crozet Sébastien
2021-03-30Run the position solver after the CCD motion clamping.Crozet Sébastien
2021-03-29Implement the ability to run multiple CCD substeps.Crozet Sébastien
2021-03-29Allow collider modification after its insersion to the ColliderSet.Crozet Sébastien
2021-03-28Small refactoring of the PhysicsPipeline.Crozet Sébastien
2021-03-26First working version of non-linear CCD based on single-substep motion-clamping.Crozet Sébastien