aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline/event_handler.rs
AgeCommit message (Collapse)Author
2022-07-07Add ActiveEvents::CONTACT_FORCE_EVENTS for consistency with ↵Sébastien Crozet
ActiveEvents::COLLISION_EVENTS
2022-07-04Add hepler function for building a contact force event from a contact pairSébastien Crozet
2022-07-01Name the contact force events ContactForceEvent instead of CollisionForceEventSébastien Crozet
2022-07-01Add contact force events generated above a user-defined thresholdSébastien Crozet
2022-06-30Update ActiveEvents rustdocs to remove EventHandler::handle_intersection_event()Nash
2022-04-28Add collision event flagsSébastien Crozet
2022-03-20Emit collision stopped events after a collider is removed.Sébastien Crozet
2022-03-20Combine contact events and intersection events into a single event type and ↵Sébastien Crozet
flags
2021-06-01Add ActiveCollisionTypes to easily enable collision-detection between two ↵Crozet Sébastien
non-static rigid-body.
2021-06-01Rework the event systemCrozet Sébastien
2020-12-29Externalize the proximity code (renamed intersection).Crozet Sébastien
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet