aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-07-08Rename allowed_translation/rotation to enabled_translation/rotationSébastien Crozet
2022-07-08Fix 2D buildSébastien Crozet
2022-07-08cargo fmtSébastien Crozet
2022-07-08Rename restrict_translation/rotation to set_allowed_translation/rotationSébastien Crozet
2022-07-07cargo fmtSébastien Crozet
2022-07-07Add ActiveEvents::CONTACT_FORCE_EVENTS for consistency with ActiveEvents::COL...Sébastien Crozet
2022-07-05Add methods to read the mass or volume of a collider.Sébastien Crozet
2022-07-05Improve the API for initializing/setting mass-propertiesSébastien Crozet
2022-07-04Fix the max_force_direction magnitude Sébastien Crozet
2022-07-04Add hepler function for building a contact force event from a contact pairSébastien Crozet
2022-07-04Scene query filtering: address corner caseSébastien Crozet
2022-07-04Add more options for filtering colliders in scene queries.Sébastien Crozet
2022-07-03Add the ability to disable contacts between two rigid-bodies attached by jointsSébastien Crozet
2022-07-01Name the contact force events ContactForceEvent instead of CollisionForceEventSébastien Crozet
2022-07-01Warning fixesSébastien Crozet
2022-07-01Add contact force events generated above a user-defined thresholdSébastien Crozet
2022-07-01Properly wake-up rigid-bodies that must be awaken because of jointsSébastien Crozet
2022-06-30Update ActiveEvents rustdocs to remove EventHandler::handle_intersection_event()Nash
2022-06-24Merge pull request #350 from dimforge/broad-phase-fixSébastien Crozet
2022-06-24Fix warningSébastien Crozet
2022-06-24Merge pull request #343 from shoebe/masterSébastien Crozet
2022-06-24Broad-phase: discard NAN/Inf AABBs.Sébastien Crozet
2022-06-24Address rounding errors resulting in AABBProxy being added to a disjoint region.Sébastien Crozet
2022-06-21Fix contact event generation for shapes generating mulitple contact manifolds.Sébastien Crozet
2022-06-05Fix panic when a collider is both added and removed before a call to Collisio...shoebe
2022-05-31Fix incorrect sensor events being generated after collider removalSébastien Crozet
2022-05-31Adjust the defaults for the debug-renderer + add a JOINTS compound bitflagSébastien Crozet
2022-05-31Make the`instant` dependency optional, behind a `profiler` cargo featureSébastien Crozet
2022-05-30Fix parallel buildSébastien Crozet
2022-05-30Fix wasm buildSébastien Crozet
2022-05-30Move the cfm factor to the velocity constraints instead of the elements.Sébastien Crozet
2022-05-30Debug-renderer: add rendering of contacts, solver contacts, and collider AABBsSébastien Crozet
2022-05-30Add the option to automatically wake-up rigid-bodies a new joint is attached toSébastien Crozet
2022-05-30CCD improvementsSébastien Crozet
2022-05-30Rename STATIC -> FIXED in the ActiveCollisionTypes flagsSébastien Crozet
2022-05-30Rename JointSet::joints_with to attached_jointsSébastien Crozet
2022-04-29Fix bug where the narrow-phase would not recompute contacts after a collider ...Sébastien Crozet
2022-04-28Fix test buildSébastien Crozet
2022-04-28Add comments for the debug-rendererSébastien Crozet
2022-04-28Take round shapes into account in 2D debug renderSébastien Crozet
2022-04-28Fix panic when the world is stepped with dt = 0Sébastien Crozet
2022-04-28Rename RigidBody::set_mass_properties -> set_additional_mass_propertiesSébastien Crozet
2022-04-28Add collision event flagsSébastien Crozet
2022-04-22Add a basic lines-based debug-rendererSébastien Crozet
2022-04-20Warning fix.Sébastien Crozet
2022-04-20CI: deny warnings againSébastien Crozet
2022-04-20Remove unnecessary type annotationSébastien Crozet
2022-04-20Remove the default-sets featureSébastien Crozet
2022-04-20Finalize refactoringSébastien Crozet
2022-04-20First round deleting the component sets.Sébastien Crozet