aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-09-30Use the absolute value of the up attribute when calculating up_extentLinentio
2023-09-09Merge pull request #505 from mrDIMAS/masterSébastien Crozet
`user_data` for joints
2023-09-09Merge pull request #508 from PaulL48/masterSébastien Crozet
Add serde derives to structures in the control module
2023-09-09Merge pull request #511 from Triuman/masterSébastien Crozet
fix lock_translations & lock_rotations doesn't work both ways
2023-09-09Merge pull request #520 from waywardmonkeys/doc-fixesSébastien Crozet
docs: Minor fixes.
2023-09-09Merge pull request #521 from waywardmonkeys/expand-wrtSébastien Crozet
docs: Expand "wrt" to "with respect to".
2023-08-28docs: exclude kinematic/dynamic reversed in description.Bruce Mitchener
Fixes #496.
2023-08-28docs: Expand "wrt" to "with respect to".Bruce Mitchener
This makes things more clear as this abbreviation isn't known to everyone. While the trailing period is common in French, it isn't in English (one might use "w.r.t."). Fixes #498.
2023-08-28docs: Minor fixes.Bruce Mitchener
2023-08-10fix lock_rotations doesn't work both waysTriuman
2023-08-10fix lock_translations doesn't work both waysTriuman
2023-08-01Add serde derives to structures in the control modulePaul Lane
2023-07-15user_data for jointsDmitry
2023-07-09Give access to more vehicle controller fieldsSébastien Crozet
2023-07-08Merge pull request #474 from dimforge/debug-render-filteringSébastien Crozet
Add a predicate to the DebugRenderBackend to filter out objects that are being rendered
2023-05-26Delete mention of removed `PhysicsPipeline::step_generic`Imbris
This was removed in version 0.12.0 https://github.com/dimforge/rapier/blob/89e3d7650c84f96893376a79cbc120aeaeb74785/CHANGELOG.md?plain=1#L191
2023-03-30Fix doc-links for `ColliderBuilder` and `RigidBodyBuilder`MrGunflame
2023-03-26Fix typoSébastien Crozet
2023-03-26Add a predicate to the DebugRenderBackend to filter out objects that are ↵Sébastien Crozet
being rendered
2023-03-26Add missing importSébastien Crozet
2023-03-26Add methods to customize a SphericalJoint’s local reference frames.Sébastien Crozet
2023-03-26Fix docs for method setting kinematic translation/rotationSébastien Crozet
2023-03-26Move the side_friction_stiffness init to the WheelTuningSébastien Crozet
2023-03-26Make raycast vehicle friction_slip property publicNash
2023-03-26Add the Ability to Control the Side-to-Side Grip of a Raycast Vehicle WheelsNash
2023-03-25cargo fmtSébastien Crozet
2023-03-25Fix deprecation warningSébastien Crozet
2023-03-19#465 Add is_sliding_down_slope field to EffectiveCharacterMovementjeff425
2023-03-18Merge pull request #454 from JRF63/typoSébastien Crozet
Fix typo in `EventHandler::handle_collision_event`
2023-03-18More typo fixSébastien Crozet
2023-02-26Fix climbing small slopes when autostepping is disabledSébastien Crozet
2023-02-11Fix typo in `EventHandler::handle_collision_event`Joseph Rafael Ferrer
2023-02-09Fix horizontal jittering along walls in 3DJan Hohenheim
2023-02-08Fix faulty snap distanceJan Hohenheim
2023-02-05Simplify codeJan Hohenheim
2023-02-05Fix erroneous slidingJan Hohenheim
2023-02-04Make clippy happierJan Hohenheim
2023-02-04Remove dead codeJan Hohenheim
2023-02-04Fix jittering on jointed platform, but result in violating offsetJan Hohenheim
2023-02-04Fix snap to ground being triggered on exactly perpendicular movementJan Hohenheim
2023-02-04Merge branch 'master' into fix-kccJan Hohenheim
2023-02-04Fix moving along obstacle twice per iterationJan Hohenheim
2023-02-04Fix inconsistency in grounded detection at manifoldJan Hohenheim
2023-02-04Add debug messagesJan Hohenheim
2023-02-04Fix grounded false positives when normal is [0, 0]Jan Hohenheim
2023-02-04Revert "Optimistically add normalization"Jan Hohenheim
This reverts commit 52910c9c59f91bd2c37d0608e3cd7269edef1da2.
2023-02-04Optimistically add normalizationJan Hohenheim
2023-02-04Revert grounded checks to not be grounded by default againJan Hohenheim
2023-02-04Remove overzealous ground-snappingJan Hohenheim
2023-02-04Remove anti-jitter checkJan Hohenheim