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
2022-05-31
Make the`instant` dependency optional, behind a `profiler` cargo feature
Sébastien Crozet
2022-05-31
Merge pull request #334 from dimforge/fixes
Sébastien Crozet
2022-05-30
Fix parallel build
Sébastien Crozet
2022-05-30
Fix wasm build
Sébastien Crozet
2022-05-30
Move the cfm factor to the velocity constraints instead of the elements.
Sébastien Crozet
2022-05-30
Debug-renderer: add rendering of contacts, solver contacts, and collider AABBs
Sébastien Crozet
2022-05-30
Add the option to automatically wake-up rigid-bodies a new joint is attached to
Sébastien Crozet
2022-05-30
CCD improvements
Sébastien Crozet
2022-05-30
Merge pull request #333 from dimforge/misc-changes
Sébastien Crozet
2022-05-30
Rename STATIC -> FIXED in the ActiveCollisionTypes flags
Sébastien Crozet
2022-05-30
Rename JointSet::joints_with to attached_joints
Sébastien Crozet
2022-04-30
Merge pull request #321 from dimforge/release-0.12.0
v0.12.0
Sébastien Crozet
2022-04-30
Release v0.12.0
Sébastien Crozet
2022-04-29
Merge pull request #320 from dimforge/narrow-phase-contact-recompute-fix
Sébastien Crozet
2022-04-29
Fix bug where the narrow-phase would not recompute contacts after a collider ...
Sébastien Crozet
2022-04-28
Merge pull request #315 from dimforge/debug-renderer
Sébastien Crozet
2022-04-28
Fix test build
Sébastien Crozet
2022-04-28
Add comments for the debug-renderer
Sébastien Crozet
2022-04-28
Testbed: switch to bevy 0.7
Sébastien Crozet
2022-04-28
Take round shapes into account in 2D debug render
Sébastien Crozet
2022-04-28
Fix panic when the world is stepped with dt = 0
Sébastien Crozet
2022-04-28
Rename RigidBody::set_mass_properties -> set_additional_mass_properties
Sébastien Crozet
2022-04-28
Add collision event flags
Sébastien Crozet
2022-04-22
Remove unused dependency
Sébastien Crozet
2022-04-22
Add a basic lines-based debug-renderer
Sébastien Crozet
2022-04-20
Warning fix.
Sébastien Crozet
2022-04-20
CI: deny warnings again
Sébastien Crozet
2022-04-20
Remove unnecessary type annotation
Sébastien Crozet
2022-04-20
Remove the default-sets feature
Sébastien Crozet
2022-04-20
Finalize refactoring
Sébastien Crozet
2022-04-20
First round deleting the component sets.
Sébastien Crozet
2022-04-20
Fix mass-properties update after collider change
Sébastien Crozet
2022-04-19
Include broken values in assertion failure message.
Nolan Darilek
2022-04-18
Readme: update sponsors
Sébastien Crozet
2022-03-27
Fix broad-phase becomming potentially invalid after collision group change
Sébastien Crozet
2022-03-20
Update tests
Sébastien Crozet
2022-03-20
Type fix
Sébastien Crozet
2022-03-20
Cargo fmt
Sébastien Crozet
2022-03-20
Update changelog.
Sébastien Crozet
2022-03-20
Emit collision stopped events after a collider is removed.
Sébastien Crozet
2022-03-20
Combine contact events and intersection events into a single event type and f...
Sébastien Crozet
2022-03-20
Rename rigid-body `static` to `fixed`
Sébastien Crozet
2022-03-20
Fix warnings and add comments.
Sébastien Crozet
2022-03-20
Add a method to propagate collider transforms with the RigidBodySet
Sébastien Crozet
2022-03-20
Add 2-axes coupling for angular joint limits
Sébastien Crozet
2022-03-20
Rigid-body: don’t clear forces at end of timestep + don’t wake-up a rigid...
Sébastien Crozet
2022-03-20
Add a max penetration correction integration parameter
Sébastien Crozet
2022-03-20
Don’t track the state.bin file.
Sébastien Crozet
2022-03-20
Rename the 3D debug-deserialize example
Sébastien Crozet
2022-03-20
Rebase on master branch
Sébastien Crozet
[prev]
[next]