aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics
AgeCommit message (Expand)Author
2020-11-30Add a 2D demo for locking rotation.Crozet Sébastien
2020-11-30Update the changelog + make the boolean flags more intuitive.Crozet Sébastien
2020-11-30Add a simpler to lock the rotation or translation of a dynamic rigid-body.Crozet Sébastien
2020-11-26Fix collider insertion/removal tracking.Crozet Sébastien
2020-11-25Make the RigidBodyChanges values more readable.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 explicit wake_up parameter to method setting the position and velocity of...Crozet Sébastien
2020-11-19Allow a rigid-body to be initialized asleep.Crozet Sébastien
2020-11-19Add a parameter to indicate if collider removal should wake-up its parent.Crozet Sébastien
2020-11-19Remove traces of the `fluids` feature.Crozet Sébastien
2020-11-19Start integrating salva into rapier.Crozet Sébastien
2020-11-19Merge pull request #34 from robert-hrusecky/rigid_body_wake_paramsSébastien Crozet
2020-11-03Add damping support + demos.Crozet Sébastien
2020-11-03Reset the rigid-bodies internal links properly.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-11-03Fix typo.Crozet Sébastien
2020-11-03Add more details to the MassProperties constructors comments.Crozet Sébastien
2020-11-03Add the ability to set the mass and mass properties of the rigid-body built w...Crozet Sébastien
2020-11-03Add restitution.Crozet Sébastien
2020-11-02Implement joint removal.Crozet Sébastien
2020-10-27Add missing comment.Crozet Sébastien
2020-10-27Add a 128-bits user-data attached to colliders and rigid-bodies.Crozet Sébastien
2020-10-26Fix multiple warnings.Crozet Sébastien
2020-10-26Redefine capsules as a segment with a radius, allowing us to reuse the pfm_pf...Crozet Sébastien
2020-10-20Fix many warnings.Crozet Sébastien
2020-10-20Add cone support.Crozet Sébastien
2020-10-20Collider shape: use a trait-object instead of an enum.Crozet Sébastien
2020-10-19Complete the pfm/pfm contact generator.Crozet Sébastien
2020-10-13Fix cylinder inertia tensor computation.Crozet Sébastien
2020-10-12Fix review commentsRobert Hrusecky
2020-10-12Start adding cylinders.Crozet Sébastien
2020-10-10Add wake_up parameter to rigidbody methodsRobert Hrusecky
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-10-05Make the query pipeline serializable.Crozet Sébastien
2020-10-05Joint set iteration: also yield the joint handle.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-09-28Start implementing ray-casting.Sébastien Crozet
2020-09-01Take local inertial frame into accound for abs comparison of MassProperties.Sébastien Crozet
2020-09-01Mass properties: add a max number of iterations for the local-frame rotation ...Sébastien Crozet
2020-09-01Fix mass property update when adding a collider.Sébastien Crozet
2020-09-01Fix constraints resolution with non-identity relative collider position.Sébastien Crozet
2020-08-31Constraint solver: properly take non-zero center of masses into account.Sébastien Crozet
2020-08-31Allow the removal of a collider.Sébastien Crozet
2020-08-25First public release of Rapier.v0.1.0Sébastien Crozet