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
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-05-02
Backport fix for bug where changing collision groups would not be taken into ...
Sébastien Crozet
2021-09-12
Make the 2D add-remove demo more intereting.
Sébastien Crozet
2021-09-12
Fix broad-phase bug that could result in missed collision pairs when an objec...
Sébastien Crozet
2021-09-12
Fix velocity computation for position-based kinematic bodies
Sébastien Crozet
2021-08-30
Clarify coordinate space of TOI query results
Benjamin Saunders
2021-08-26
Fix bug with colliders without rigid bodies
Kane Rogers
2021-08-08
Update to nalgebra 0.29
Sébastien Crozet
2021-08-08
Fix warnings.
Sébastien Crozet
2021-08-08
Run cargo fmt
Sébastien Crozet
2021-08-08
Fix 2D ball joint limits.
Sébastien Crozet
2021-08-08
Implement limits for ball joints.
Sébastien Crozet
2021-08-08
Implement limits for revolute joints.
Sébastien Crozet
2021-07-30
Fix emscripten build + add emscripten build to the CI
Sébastien Crozet
2021-07-30
Add missing comments.
Sébastien Crozet
2021-07-30
Make BroadPhasePairEvent and ColliderPair public.
Crozet Sébastien
2021-07-27
Fix copy paste bug in ball joint docs
Oli Scherer
2021-07-27
Add a pointer from `docs.rs` docs to rapier docs
Jeff Petkau
2021-07-14
Update intersection graph regardless of active_events
Benjamin Saunders
2021-07-12
Add methods to set the translation or rotation wrt. a collider and its parent.
Crozet Sébastien
2021-07-11
Release v0.10.0
v0.10.0
Crozet Sébastien
2021-07-11
impl more traits for components
Waridley
2021-06-09
Derive Clone for IslandManager
Waridley
2021-06-08
Fix collider removal from narrow-phase when the same collider is listed twice.
Crozet Sébastien
2021-06-08
Track the rigid-body graph IDs inside of the JointSet instead of RigidBodyIds
Crozet Sébastien
2021-06-03
Add nalgebra to the prelude to make the macros work out of the box
Crozet Sébastien
2021-06-02
Release v0.9.0
v0.9.0
Crozet Sébastien
2021-06-02
Merge pull request #173 from DasEtwas/must-use-pub
Sébastien Crozet
2021-06-02
Merge pull request #176 from sdfgeoff/add_collider_shared_shape_method
Sébastien Crozet
2021-06-02
Merge pull request #195 from tpdickso/ungenerate-nans
Sébastien Crozet
2021-06-02
Fix tests and wasm build.
Crozet Sébastien
2021-06-01
remove c_int
Terence
2021-06-01
wee
Terence
2021-06-01
wip
Terence
2021-06-01
Add ActiveCollisionTypes to easily enable collision-detection between two non...
Crozet Sébastien
2021-06-01
CCD: take collision groups into account
Crozet Sébastien
2021-06-01
Add velocity-based kinematic bodies
Crozet Sébastien
2021-06-01
Rework the event system
Crozet Sébastien
2021-05-25
Add prelude + use vectors for setting linvel/translation in builders
Crozet Sébastien
2021-05-06
Remove Copy from RigidBodyBuilder
DasEtwas
2021-05-06
Added documentation to newly public fields derived from setters
DasEtwas
2021-05-06
Add #[must_use] to builders, expose more fields
DasEtwas
2021-05-01
Fix crash in broad-phase after shape modification.
Crozet Sébastien
2021-04-30
Add comments.
Crozet Sébastien
2021-04-29
Fix tests.
Crozet Sébastien
2021-04-29
Fix compilation of the parallel version
Crozet Sébastien
2021-04-29
Fix some warnings
Crozet Sébastien
2021-04-29
Restore the collision pipeline
Crozet Sébastien
2021-04-27
Fix regression in CCD resolution.
Crozet Sébastien
2021-04-27
Fix some warnings.
Crozet Sébastien
2021-04-26
Split rigid-bodies and colliders into multiple components
Crozet Sébastien
[next]