aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics
AgeCommit message (Collapse)Author
2022-01-16Fix some solver issuesSébastien Crozet
- Fix the wrong codepath taken by the solver for contacts involving a collider without parent. - Properly adress the non-linear treatment of the friction direction - Simplify the sleeping strategy - Add an impulse resolution multiplier
2022-01-16Fix parallel build.Sébastien Crozet
2022-01-09Allow locking individual translational axesSébastien Crozet
2022-01-08Address issues with the genral-case for multibody jointsSébastien Crozet
2022-01-02Merge pull request #267 from dimforge/multibodySébastien Crozet
Implement multibody joints, and new velocity-based constraints solver
2022-01-02Fix warningsSébastien Crozet
2022-01-02Implement multibody joints and the new solverSébastien Crozet
2021-12-31fixed restrict_rotationsDmitry Stepanov
2021-12-31Minor documentation fixesJakub Arnold
2021-10-26Track the change of effective dominance of a rigid-body.Sébastien Crozet
2021-10-24Note CCD interpenetration behaviorBenjamin Saunders
2021-09-25Impl Default for a few structsJamen Marz
2021-09-12Fix velocity computation for position-based kinematic bodiesSébastien Crozet
2021-08-08Update to nalgebra 0.29Sébastien Crozet
2021-08-08Fix warnings.Sébastien Crozet
2021-08-08Run cargo fmtSébastien Crozet
2021-08-08Fix 2D ball joint limits.Sébastien Crozet
2021-08-08Implement limits for ball joints.Sébastien Crozet
2021-08-08Implement limits for revolute joints.Sébastien Crozet
2021-07-30Fix emscripten build + add emscripten build to the CISébastien Crozet
2021-07-27Fix copy paste bug in ball joint docsOli Scherer
2021-07-11Release v0.10.0v0.10.0Crozet Sébastien
2021-07-11impl more traits for componentsWaridley
2021-06-09Derive Clone for IslandManagerWaridley
also fix typo
2021-06-08Track the rigid-body graph IDs inside of the JointSet instead of RigidBodyIdsCrozet Sébastien
2021-06-02Merge pull request #173 from DasEtwas/must-use-pubSébastien Crozet
Add #[must_use] to builders, expose more fields
2021-06-02Merge pull request #195 from tpdickso/ungenerate-nansSébastien Crozet
Add feature flag to disable floating point exceptions in unexceptional code
2021-06-01wipTerence
2021-06-01Add ActiveCollisionTypes to easily enable collision-detection between two ↵Crozet Sébastien
non-static rigid-body.
2021-06-01CCD: take collision groups into accountCrozet Sébastien
2021-06-01Add velocity-based kinematic bodiesCrozet Sébastien
2021-06-01Rework the event systemCrozet Sébastien
2021-05-25Add prelude + use vectors for setting linvel/translation in buildersCrozet Sébastien
2021-05-06Remove Copy from RigidBodyBuilderDasEtwas
2021-05-06Added documentation to newly public fields derived from settersDasEtwas
2021-05-06Add #[must_use] to builders, expose more fieldsDasEtwas
2021-04-30Add comments.Crozet Sébastien
2021-04-29Fix compilation of the parallel versionCrozet Sébastien
2021-04-29Fix some warningsCrozet Sébastien
2021-04-27Fix regression in CCD resolution.Crozet Sébastien
2021-04-27Fix some warnings.Crozet Sébastien
2021-04-26Split rigid-bodies and colliders into multiple componentsCrozet Sébastien
2021-04-13Fix compilation in 2D.Crozet Sébastien
2021-04-13Fix torque generation for the prismatic joint motorCrozet Sébastien
2021-04-12Switch to nalgebra 0.26Crozet Sébastien
2021-04-03Make the CCDSolver clonable and serializable.Crozet Sébastien
2021-04-02Release v0.7.0Crozet Sébastien
2021-04-01Add getters indicating if the translation or rotation dofs of a rigid-body ↵Crozet Sébastien
are locked.
2021-04-01Fix parallel build.Crozet Sébastien
2021-04-01Some small performance improvements.Crozet Sébastien