aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline
AgeCommit message (Expand)Author
2023-01-22Voxel fracture experimentsvoxelsSébastien Crozet
2023-01-21Fix rigid-body mass-properties being incorrect after disable/enableSébastien Crozet
2022-12-11Fix warningsSébastien Crozet
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-11Fix ABA problem in incremental query pipeline updateSé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-10-30Switch to the published parry 0.11Sébastien Crozet
2022-10-25Update to latest version of parrySébastien Crozet
2022-10-02Update CHANGELOGSébastien Crozet
2022-10-02Add a character controller implementationSé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-04Add hepler function for building a contact force event from a contact pairSébastien Crozet
2022-07-04Scene query filtering: address corner caseSébastien Crozet
2022-07-04Add more options for filtering colliders in scene queries.Sébastien Crozet
2022-07-03Add the ability to disable contacts between two rigid-bodies attached by jointsSébastien Crozet
2022-07-01Name the contact force events ContactForceEvent instead of CollisionForceEventSé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-06-30Update ActiveEvents rustdocs to remove EventHandler::handle_intersection_event()Nash
2022-06-05Fix panic when a collider is both added and removed before a call to Collisio...shoebe
2022-05-31Adjust the defaults for the debug-renderer + add a JOINTS compound bitflagSébastien Crozet
2022-05-31Make the`instant` dependency optional, behind a `profiler` cargo featureSébastien Crozet
2022-05-30Move the cfm factor to the velocity constraints instead of the elements.Sébastien Crozet
2022-05-30Debug-renderer: add rendering of contacts, solver contacts, and collider AABBsSébastien Crozet
2022-04-28Fix test buildSébastien Crozet
2022-04-28Add comments for the debug-rendererSébastien Crozet
2022-04-28Take round shapes into account in 2D debug renderSébastien Crozet
2022-04-28Add collision event flagsSébastien Crozet
2022-04-22Add a basic lines-based debug-rendererSébastien Crozet
2022-04-20CI: deny warnings againSébastien Crozet
2022-04-20Remove unnecessary type annotationSé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-20Emit collision stopped events after a collider is removed.Sébastien Crozet
2022-03-20Combine contact events and intersection events into a single event type and f...Sé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-29Update old documentation of raycast methods parametersJoonas Satka
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