aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-04-30feat: add soft (solver-based) ccd implementationSébastien Crozet
2024-04-30feat: add exact mlcp solver for pais of 2 constraintsSébastien Crozet
2024-04-30feat: make narrow-phase filter-out predictive solver contact based on contact...Sé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-23Fix reported contact impulse in the contact force eventSébastien Crozet
2024-03-23Fix compilation of testsSé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-23feat: add RigidBody::copy_from and Collider::copy_fromSébastien Crozet
2024-03-23feat: add RigidBody::predict_position_using_velocitySébastien Crozet
2024-03-23chore: minor comment fixSébastien Crozet
2024-03-23fix(user_changes): Fix RigidBodyType changed to Dynamic not updatingMax Whitehead
2024-03-23fix: implement linear-coupled-motor constraint between two dynamic bodiesSébastien Crozet
2024-01-27Fix clippy and enable clippy on CISébastien Crozet
2024-01-24Merge pull request #571 from AnonymousAcid7787/fix-Setting-the-motor-position...Sébastien Crozet
2024-01-24Merge pull request #582 from dimforge/miscSébastien Crozet
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
2024-01-24feat!: rename narrow-phase methods for more clarity.Sébastien Crozet
2024-01-24feat: re-export BoundingVolume, RayCast, PointQuery, PointQueryWithlocation f...Sébastien Crozet
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
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
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
2023-09-09Merge pull request #508 from PaulL48/masterSébastien Crozet
2023-09-09Merge pull request #511 from Triuman/masterSébastien Crozet
2023-09-09Merge pull request #520 from waywardmonkeys/doc-fixesSébastien Crozet
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-08-28docs: Minor fixes.Bruce Mitchener