aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline/event_handler.rs
AgeCommit message (Expand)Author
2024-03-17feat: start experimenting with a glam/bevy versionbevy-glamSébastien Crozet
2023-03-18More typo fixSébastien Crozet
2023-02-11Fix typo in `EventHandler::handle_collision_event`Joseph Rafael Ferrer
2022-07-07Add ActiveEvents::CONTACT_FORCE_EVENTS for consistency with ActiveEvents::COL...Sébastien Crozet
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 f...Sébastien Crozet
2021-06-01Add ActiveCollisionTypes to easily enable collision-detection between two non...Crozet Sébastien
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