aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-03-17feat: start experimenting with a glam/bevy versionbevy-glamSébastien Crozet
2024-01-27Fix clippy and enable clippy on CISébastien Crozet
2024-01-24Merge pull request #571 from ↵Sébastien Crozet
AnonymousAcid7787/fix-Setting-the-motor-position-of-a-Spherical-multibody-joint-is-broken Fix #416 Update spherical joint motor position
2024-01-24Merge pull request #582 from dimforge/miscSébastien Crozet
Narrow-phase methods renames + some re-exports
2024-01-24chore: fix testsSébastien Crozet
2024-01-24Fix dimforge#416 - update ball joint motor posAnonymousAcid
2024-01-24Merge pull request #527 from Aceeri/debug-render-comSébastien Crozet
Calculate world center of mass from local com in debug renderer
2024-01-24feat!: rename narrow-phase methods for more clarity.Sébastien Crozet
Renames `contacts_with` to`contact_pairs_with`; and `intersections_with` to `intersection_pairs_with`.
2024-01-24feat: re-export BoundingVolume, RayCast, PointQuery, PointQueryWithlocation ↵Sébastien Crozet
from parry.
2024-01-24feat: rework solver parameters to make it easy to recover the old behaviorsSébastien Crozet
2024-01-22chore: more CI fixesSébastien Crozet
2024-01-22chore: CI fixesSébastien Crozet
2024-01-21feat: implement new "small-steps" solver + joint improvementsSébastien Crozet
2023-12-10fix: also apply joint limits in case of equalitySébastien Crozet
2023-12-10fix more 2D angular motor/limits jacobiansSébastien Crozet
2023-12-10fix: avoid perpetual movement when the target ang motor position is overshotSébastien Crozet
2023-12-10Fixed formatting of modified files.pellico
2023-12-10Fix #378 Added one example join_motor_positionpellico
2023-12-10Merge pull request #560 from kvark/wheel-jointSébastien Crozet
Fix check for motor constraints on angular DoF
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-12-01Fix check for motor constraints on angular DoFDzmitry Malyshau
2023-10-29cargo fmtSébastien Crozet
2023-10-18Fix enabling disabled colliderRafal Harabien
If collider was enabled and no other attributes were changed its collisions were not detected. This was the result of `needs_broad_phase_update` function not handling case of changed enabled status. Fixes dimforge/bevy_rapier#435
2023-09-30Use the absolute value of the up attribute when calculating side_extentLinentio
2023-09-30Use the absolute value of the up attribute when calculating up_extentLinentio
2023-09-26Calculate world center of mass from local com in debug rendererAceeri
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