aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/solver/island_solver.rs
AgeCommit message (Expand)Author
2024-03-17feat: start experimenting with a glam/bevy versionbevy-glamSébastien Crozet
2024-01-21feat: implement new "small-steps" solver + joint improvementsSébastien Crozet
2022-04-20First round deleting the component sets.Sébastien Crozet
2022-03-20Second round to fix the parallel solver.Sébastien Crozet
2022-03-20Joint API and joint motors improvementsSébastien Crozet
2022-03-20Minor island solver simplificationSébastien Crozet
2022-01-16Fix some solver issuesSé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-06-01Rework the event systemCrozet Sébastien
2021-04-26Split rigid-bodies and colliders into multiple componentsCrozet Sébastien
2021-04-01Some small performance improvements.Crozet Sébastien
2021-03-30Run the position solver after the CCD motion clamping.Crozet Sébastien
2021-03-26First working version of non-linear CCD based on single-substep motion-clamping.Crozet Sébastien
2021-02-08Apply accelerations during velocity solverEmil Ernerfeldt
2021-01-22Merge branch 'master' into split_geomCrozet Sébastien
2021-01-22IntegrationParameters: deprectate dt() and inv_dt() methodsEmil Ernerfeldt
2020-12-31Refactor the constraints solver code.Crozet Sébastien
2020-12-30Attempt to combine the position constraints initialization with the velocity ...Crozet Sébastien
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet