| Age | Commit message (Collapse) | Author |
|
|
|
Add the ability to disable contacts between two rigid-bodies attached by joints
|
|
|
|
Name the contact force events ContactForceEvent instead of CollisionForceEvent
|
|
|
|
Add force reporting
|
|
|
|
|
|
|
|
|
|
Update ActiveEvents Rustdoc to Remove Reference to EventHandler::handle_intersection_event()
|
|
|
|
Fix some corner cases in the broad-phase
|
|
|
|
Fix panic when a collider is both added and removed before a call to …
|
|
|
|
|
|
Fix contact event generation for shapes generating multiple contact manifolds.
|
|
|
|
CollisionPipeline::step
|
|
Fix #341
|
|
Release v0.13.0
|
|
|
|
Fix incorrect sensor events being generated after collider removal
|
|
Fix #330
|
|
Adjust the defaults for the debug-renderer + add a JOINTS compound bitflag
|
|
|
|
Make the `instant` dependency optional, behind a `profiler` cargo feature
|
|
|
|
Some CCD and debug-render improvements
|
|
|
|
|
|
|
|
|
|
|
|
- Fix bug where the CCD thickness wasn’t initialized properly.
- Fix bug where the contact compliance would result in unwanted tunelling, despite CCD being enabled.
|
|
Rename STATIC -> FIXED and joints_with -> attached_joints
|
|
|
|
|
|
Release v0.12.0
|
|
|
|
Fix bug where the narrow-phase would not recompute contacts after a collider change
|
|
change
|
|
Add a basic lines-based debug-renderer
|
|
|
|
|
|
|
|
|
|
|
|
|