aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-01Release v0.1.4v0.1.4Sébastien Crozet
2020-09-01Merge pull request #6 from dimforge/collider_removalSébastien Crozet
Add collider removal + fix rigid-bodies with multiple colliders
2020-09-01CI: remove use of the nonexistent "fluid" feature.collider_removalSébastien Crozet
2020-09-01CI: install XCB dependencies.Sébastien Crozet
2020-09-01CI: build for WASM with the wasm-bindgen feature enabled.Sébastien Crozet
2020-09-01CI: fix test execution.Sébastien Crozet
2020-09-01Run cargofmt + add rustfmt.tomlSébastien Crozet
2020-09-01Take local inertial frame into accound for abs comparison of MassProperties.Sébastien Crozet
2020-09-01Add CI.Sébastien Crozet
2020-09-01Mass properties: add a max number of iterations for the local-frame rotation ↵Sébastien Crozet
computation.
2020-09-01Fix mass property update when adding a collider.Sébastien Crozet
2020-09-01Fix constraints resolution with non-identity relative collider position.Sébastien Crozet
2020-08-31Disallow contacts between two colliders attached to the same parent.Sébastien Crozet
2020-08-31Add compound demo.Sébastien Crozet
2020-08-31Fix box-box CD when colliders have non-identity delta pos.Sébastien Crozet
2020-08-31Constraint solver: properly take non-zero center of masses into account.Sébastien Crozet
2020-08-31Allow the removal of a collider.Sébastien Crozet
2020-08-27Release v0.1.3Sébastien Crozet
2020-08-27Fix BroadPhase proxy handle recycling causing a crash.Sébastien Crozet
2020-08-25Remove non-existing folders from the workspace.sebcrozet
2020-08-25Fix links in Cargo.toml.Sébastien Crozet
2020-08-25Fix Rapier logo in README.Sébastien Crozet
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet