index
:
github/rapier.git
bevy-glam
broken-perf-experiments
collider_pos_in_manifold
collider_removal
disabled-flag
master
perf_experiments
public_pair_events
testbed-init-app
v0.11-maintainance
voxels
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-09-01
Release v0.1.4
v0.1.4
Sébastien Crozet
2020-09-01
Merge pull request #6 from dimforge/collider_removal
Sébastien Crozet
2020-09-01
CI: remove use of the nonexistent "fluid" feature.
collider_removal
Sébastien Crozet
2020-09-01
CI: install XCB dependencies.
Sébastien Crozet
2020-09-01
CI: build for WASM with the wasm-bindgen feature enabled.
Sébastien Crozet
2020-09-01
CI: fix test execution.
Sébastien Crozet
2020-09-01
Run cargofmt + add rustfmt.toml
Sébastien Crozet
2020-09-01
Take local inertial frame into accound for abs comparison of MassProperties.
Sébastien Crozet
2020-09-01
Add CI.
Sébastien Crozet
2020-09-01
Mass properties: add a max number of iterations for the local-frame rotation ...
Sébastien Crozet
2020-09-01
Fix mass property update when adding a collider.
Sébastien Crozet
2020-09-01
Fix constraints resolution with non-identity relative collider position.
Sébastien Crozet
2020-08-31
Disallow contacts between two colliders attached to the same parent.
Sébastien Crozet
2020-08-31
Add compound demo.
Sébastien Crozet
2020-08-31
Fix box-box CD when colliders have non-identity delta pos.
Sébastien Crozet
2020-08-31
Constraint solver: properly take non-zero center of masses into account.
Sébastien Crozet
2020-08-31
Allow the removal of a collider.
Sébastien Crozet
2020-08-27
Release v0.1.3
Sébastien Crozet
2020-08-27
Fix BroadPhase proxy handle recycling causing a crash.
Sébastien Crozet
2020-08-25
Remove non-existing folders from the workspace.
sebcrozet
2020-08-25
Fix links in Cargo.toml.
Sébastien Crozet
2020-08-25
Fix Rapier logo in README.
Sébastien Crozet
2020-08-25
First public release of Rapier.
v0.1.0
Sébastien Crozet