aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/joint
AgeCommit message (Expand)Author
2023-01-15Update dependenciesSébastien Crozet
2022-12-18Merge pull request #415 from Wolftousen/masterSébastien Crozet
2022-12-11Allow the PhysicsPipeline and CollisionPipeline to update the QueryPipeline i...Sébastien Crozet
2022-12-11Allow disabling colliders, rigid-bodies and impulse jointsSébastien Crozet
2022-11-05adding 3d rope jointWolftousen
2022-11-04Adding a Rope JointWolftousen
2022-07-04Add hepler function for building a contact force event from a contact pairSébastien Crozet
2022-07-03Add the ability to disable contacts between two rigid-bodies attached by jointsSébastien Crozet
2022-05-30Move the cfm factor to the velocity constraints instead of the elements.Sébastien Crozet
2022-05-30Add the option to automatically wake-up rigid-bodies a new joint is attached toSébastien Crozet
2022-05-30Rename JointSet::joints_with to attached_jointsSébastien Crozet
2022-04-28Take round shapes into account in 2D debug renderSébastien Crozet
2022-04-20Finalize refactoringSébastien Crozet
2022-04-20First round deleting the component sets.Sébastien Crozet
2022-04-20Fix mass-properties update after collider changeSébastien Crozet
2022-03-20Cargo fmtSébastien Crozet
2022-03-20Fix warnings and add comments.Sébastien Crozet
2022-03-20Rebase on master branchSébastien Crozet
2022-03-20Complete the parallel solver fixSébastien Crozet
2022-03-20Start fixing the parallel version.Sébastien Crozet
2022-03-20Joint API and joint motors improvementsSébastien Crozet
2022-03-20Rename JointHandle -> ImpulseJointHandleSébastien Crozet
2022-01-23Run cargo fmtSébastien Crozet
2022-01-23add defaults for the several structszhguchev
2022-01-16Fix some solver issuesSé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-02Implement multibody joints and the new solverSébastien Crozet
2021-09-25Impl Default for a few structsJamen Marz
2021-08-08Implement limits for ball joints.Sébastien Crozet
2021-08-08Implement limits for revolute joints.Sé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-08Track the rigid-body graph IDs inside of the JointSet instead of RigidBodyIdsCrozet Sébastien
2021-05-25Add prelude + use vectors for setting linvel/translation in buildersCrozet Sébastien
2021-04-30Add comments.Crozet Sébastien
2021-04-26Split rigid-bodies and colliders into multiple componentsCrozet Sébastien
2021-03-04Derive Clone for JointSetWaridley
2021-02-24less mutEmil Ernerfeldt
2021-02-24less mutEmil Ernerfeldt
2021-02-24Add JointSet::get_mut and get_unknown_gen_mutEmil Ernerfeldt
2021-02-22Ball joint: remove unused field.Crozet Sébastien
2021-02-22Fix warnings.Crozet Sébastien
2021-02-22Add motors to prismatic joints.Crozet Sébastien
2021-02-21Add motors to ball joints.Crozet Sébastien
2021-02-21Fix lever-arm handling in the revolute joint.Crozet Sébastien
2021-02-19Make revolute joint actuation work properly even when SIMD is enabled.Crozet Sébastien
2021-02-19Complete the implementation of non-simd joint motor for the revolute joint.Crozet Sébastien
2021-02-15Implement non-linear position stabilization for the generic constraint.Crozet Sébastien