aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/rigid_body_set.rs
AgeCommit message (Expand)Author
2024-03-17feat: start experimenting with a glam/bevy versionbevy-glamSébastien Crozet
2024-01-27Fix clippy and enable clippy on CISébastien Crozet
2022-05-30Add the option to automatically wake-up rigid-bodies a new joint is attached toSébastien Crozet
2022-04-20First round deleting the component sets.Sébastien Crozet
2022-03-20Fix warnings and add comments.Sébastien Crozet
2022-03-20Add a method to propagate collider transforms with the RigidBodySetSébastien Crozet
2022-03-20Allow removing a rigid-body without auto-removing attached collidersSébastien Crozet
2022-03-20Joint API and joint motors improvementsSébastien Crozet
2022-01-02Implement multibody joints and the new solverSébastien Crozet
2021-09-25Impl Default for a few structsJamen Marz
2021-06-08Track the rigid-body graph IDs inside of the JointSet instead of RigidBodyIdsCrozet Sébastien
2021-04-30Add comments.Crozet Sébastien
2021-04-29Fix compilation of the parallel versionCrozet Sébastien
2021-04-27Fix some warnings.Crozet Sébastien
2021-04-26Split rigid-bodies and colliders into multiple componentsCrozet Sébastien
2021-03-31Fix body status modification.Crozet Sébastien
2021-03-29Allow collider modification after its insersion to the ColliderSet.Crozet Sébastien
2021-02-23Add a method to modify all the active dynamic bodies on the RigidBodySet.Crozet Sébastien
2021-02-04Make clippy a bit happierEmil Ernerfeldt
2021-01-27Add all the missing docs.Crozet Sébastien
2021-01-24Rename cdl to parry.Crozet Sébastien
2021-01-20Use newtypes for collider, rigid-body and joint handles.Crozet Sébastien
2021-01-12Properly reset the BodySet::modified_all_bodies flag.Crozet Sébastien
2020-12-31Perform contact sorting in the narrow-phase directly.Crozet Sébastien
2020-12-29Outsource the contact manifold, SAT, and some shapes.Crozet Sébastien
2020-11-25Properly track some user-initiatied rigid-body modifications.Crozet Sébastien
2020-11-23Remove the narrow-phase graph indices from the collider.Crozet Sébastien
2020-11-19Add a parameter to indicate if collider removal should wake-up its parent.Crozet Sébastien
2020-11-03Rename reset_internal_links -> reset_internal_references.Crozet Sébastien
2020-11-03Implement Clone for everything that can be cloned.Crozet Sébastien
2020-11-03Make cloning rigid-bodies and colliders more idiomatic.Crozet Sébastien
2020-10-06Don't let the PubSub internal offsets overflow + fix some warnings.Crozet Sébastien
2020-10-05Use the publish-subscribe mechanism to handle collider removals across pipeli...Crozet Sébastien
2020-09-28Add non-topological WQuadtree update.Crozet Sébastien
2020-09-28Make kinematic bodies properly wake up dynamic bodies.Crozet Sébastien
2020-09-28Fix crash caused by the removal of a kinematic body.Crozet Sébastien
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet