aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/integration_parameters.rs
AgeCommit message (Expand)Author
2021-02-22Merge pull request #119 from dimforge/joint_driveSébastien Crozet
2021-02-18Remove unused restitution_velocity_threshold parameterEmil Ernerfeldt
2021-02-15Implement non-linear position stabilization for the generic constraint.Crozet Sébastien
2021-02-02fix some typos in docsStephan Dilly
2021-01-22Merge branch 'master' into split_geomCrozet Sébastien
2021-01-22IntegrationParameters: deprectate dt() and inv_dt() methodsEmil Ernerfeldt
2021-01-22Deprectate IntegrationParameters::newEmil Ernerfeldt
2021-01-22Remove IntegrationParameters::inv_dt and make dt pubEmil Ernerfeldt
2021-01-21Reorder default() constructor order to match that of the structEmil Ernerfeldt
2021-01-21Fix incorrect default value for allowed_linear_error in docstringEmil Ernerfeldt
2021-01-21Replace call to IntegrationParameters::new with explicit constructionEmil Ernerfeldt
2021-01-04Add support of 64-bits reals.Crozet Sébastien
2020-10-05Make the query pipeline serializable.Crozet Sébastien
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet