aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline
AgeCommit message (Expand)Author
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-07-12ci: cargo doc step (#671)Thierry Berger
2024-07-08Fix QueryFilterFlags values having a bitshift too much (#673)Thierry Berger
2024-07-01Rotation gizmo for Ball 2d collider (#670)Roman
2024-06-23chore: update to nalgebra 0.33 and parry 0.16 (#664)Sébastien Crozet
2024-06-23Fix delta_time being 0 resulting in incorrect simulation (#660)Thierry Berger
2024-06-14fix: capitalization typo in docs (#654)Miguel Medina Ballesteros
2024-06-13fix: Fixed typo in castShape functions (#653)Thierry Berger
2024-06-09feat: rework QueryPipeline update API to take less parameters (#647)Thierry Berger
2024-05-25feat: add simple inverse-kinematics solver for multibodies (#632)Sébastien Crozet
2024-05-05chore: update to the latest parry apiSébastien Crozet
2024-05-05Fix some typos. (#620)Bruce Mitchener
2024-04-30fix compilation of testsSébastien Crozet
2024-04-30chore: clippy fixesSé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-30fix contact debug-rendering for compound shapesSébastien Crozet
2024-04-30feat: add Collider::heightfield_with_flagsSébastien Crozet
2024-04-30feat: add some additional perf countersSébastien Crozet
2024-03-23feat: add the DefaultBroadPhase type aliasSé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-23chore: minor comment fixSé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-24Merge pull request #582 from dimforge/miscSébastien Crozet
2024-01-24chore: fix testsSébastien Crozet
2024-01-24Merge pull request #527 from Aceeri/debug-render-comSébastien Crozet
2024-01-22chore: CI fixesSébastien Crozet
2024-01-21feat: implement new "small-steps" solver + joint improvementsSébastien Crozet
2023-12-09feat: actually apply the disabled_color_multiplier in the debug-rendererSébastien Crozet
2023-12-09feat/Color of disabled object will changeSoham
2023-09-26Calculate world center of mass from local com in debug rendererAceeri
2023-09-09Merge pull request #521 from waywardmonkeys/expand-wrtSébastien Crozet
2023-08-28docs: exclude kinematic/dynamic reversed in description.Bruce Mitchener
2023-08-28docs: Expand "wrt" to "with respect to".Bruce Mitchener
2023-07-08Merge pull request #474 from dimforge/debug-render-filteringSébastien Crozet
2023-05-26Delete mention of removed `PhysicsPipeline::step_generic`Imbris
2023-03-26Fix typoSébastien Crozet
2023-03-26Add a predicate to the DebugRenderBackend to filter out objects that are bein...Sébastien Crozet
2023-03-25Fix deprecation warningSébastien Crozet
2023-03-18More typo fixSébastien Crozet
2023-02-11Fix typo in `EventHandler::handle_collision_event`Joseph Rafael Ferrer
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