aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics
AgeCommit message (Expand)Author
2021-01-21Replace call to IntegrationParameters::new with explicit constructionEmil Ernerfeldt
2021-01-21Allow several rules for combining friction/restitution coefficients.Crozet Sébastien
2021-01-21Rotation locking: apply filter only to the world inertia properties to fix th...Crozet Sébastien
2021-01-20Fix velocity constraints for ball joints involving bodies with non-uniform an...Crozet Sébastien
2021-01-20Use newtypes for collider, rigid-body and joint handles.Crozet Sébastien
2021-01-20Switch to [u32; DIM] instead of Point<u32> for element indices.Crozet Sébastien
2021-01-20Add 3D convex decomposition example.Crozet Sébastien
2021-01-12Properly reset the BodySet::modified_all_bodies flag.Crozet Sébastien
2021-01-06Add gravity scaling to rigid-bodies.Crozet Sébastien
2021-01-06Fix 2D compilation.Crozet Sébastien
2021-01-04Refactor the parallel solver code the same way we did with the non-parallel s...Crozet Sébastien
2021-01-04Add support of 64-bits reals.Crozet Sébastien
2020-12-31Perform contact sorting in the narrow-phase directly.Crozet Sébastien
2020-12-31Refactor the constraints solver code.Crozet Sébastien
2020-12-31Remove code related to point-point kinematics.Crozet Sébastien
2020-12-30Fix broken position constraint.Crozet Sébastien
2020-12-30Try using solver contacts again, but in a more cache-coherent way.Crozet Sébastien
2020-12-30Attempt to combine the position constraints initialization with the velocity ...Crozet Sébastien
2020-12-29Remove some irrelevant code.Crozet Sébastien
2020-12-29Move all the contact manifold computations out of Rapier.Crozet Sébastien
2020-12-29Outsource the Shape trait, wquadtree, and shape types.Crozet Sébastien
2020-12-29Outsource the contact manifold, SAT, and some shapes.Crozet Sébastien
2020-12-02Add a RigidBody::set_mass_properties method.Crozet Sébastien
2020-12-02Fix a bug when applying the parallel axis theorem to the angular inertia matr...Crozet Sébastien
2020-12-01Rename RigidBodyBuilder::principal_inertia -> principal_angular_inertia for c...Crozet Sébastien
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