aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/joint/impulse_joint
AgeCommit message (Expand)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-22chore: CI fixesSébastien Crozet
2024-01-21feat: implement new "small-steps" solver + joint improvementsSébastien Crozet
2022-12-11Allow disabling colliders, rigid-bodies and impulse jointsSébastien Crozet
2022-07-03Add the ability to disable contacts between two rigid-bodies attached by jointsSé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-20Finalize refactoringSébastien Crozet
2022-04-20First round deleting the component sets.Sébastien Crozet
2022-03-20Fix warnings and add comments.Sé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-16Fix some solver issuesSébastien Crozet
2022-01-02Implement multibody joints and the new solverSébastien Crozet