aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2021-08-08Update to nalgebra 0.29Sébastien Crozet
2021-08-08Fix warnings.Sébastien Crozet
2021-08-08Run cargo fmtSébastien Crozet
2021-08-08Fix 2D ball joint limits.Sébastien Crozet
2021-08-08Implement limits for ball joints.Sébastien Crozet
2021-08-08Implement limits for revolute joints.Sébastien Crozet
2021-07-30Fix emscripten build + add emscripten build to the CISébastien Crozet
2021-07-30Add missing comments.Sébastien Crozet
2021-07-30Make BroadPhasePairEvent and ColliderPair public.Crozet Sébastien
2021-07-27Fix copy paste bug in ball joint docsOli Scherer
2021-07-27Add a pointer from `docs.rs` docs to rapier docsJeff Petkau
2021-07-14Update intersection graph regardless of active_eventsBenjamin Saunders
2021-07-12Add methods to set the translation or rotation wrt. a collider and its parent.Crozet Sébastien
2021-07-11Release v0.10.0v0.10.0Crozet Sébastien
2021-07-11impl more traits for componentsWaridley
2021-06-09Derive Clone for IslandManagerWaridley
2021-06-08Fix collider removal from narrow-phase when the same collider is listed twice.Crozet Sébastien
2021-06-08Track the rigid-body graph IDs inside of the JointSet instead of RigidBodyIdsCrozet Sébastien
2021-06-03Add nalgebra to the prelude to make the macros work out of the boxCrozet Sébastien
2021-06-02Release v0.9.0v0.9.0Crozet Sébastien
2021-06-02Merge pull request #173 from DasEtwas/must-use-pubSébastien Crozet
2021-06-02Merge pull request #176 from sdfgeoff/add_collider_shared_shape_methodSébastien Crozet
2021-06-02Merge pull request #195 from tpdickso/ungenerate-nansSébastien Crozet
2021-06-02Fix tests and wasm build.Crozet Sébastien
2021-06-01remove c_intTerence
2021-06-01weeTerence
2021-06-01wipTerence
2021-06-01Add ActiveCollisionTypes to easily enable collision-detection between two non...Crozet Sébastien
2021-06-01CCD: take collision groups into accountCrozet Sébastien
2021-06-01Add velocity-based kinematic bodiesCrozet Sébastien
2021-06-01Rework the event systemCrozet Sébastien
2021-05-25Add prelude + use vectors for setting linvel/translation in buildersCrozet Sébastien
2021-05-06Remove Copy from RigidBodyBuilderDasEtwas
2021-05-06Added documentation to newly public fields derived from settersDasEtwas
2021-05-06Add #[must_use] to builders, expose more fieldsDasEtwas
2021-05-01Fix crash in broad-phase after shape modification.Crozet Sébastien
2021-04-30Add comments.Crozet Sébastien
2021-04-29Fix tests.Crozet Sébastien
2021-04-29Fix compilation of the parallel versionCrozet Sébastien
2021-04-29Fix some warningsCrozet Sébastien
2021-04-29Restore the collision pipelineCrozet Sébastien
2021-04-27Fix regression in CCD resolution.Crozet Sébastien
2021-04-27Fix some warnings.Crozet Sébastien
2021-04-26Split rigid-bodies and colliders into multiple componentsCrozet Sébastien
2021-04-18Created a method to retrieve the SharedShape from a colliderGeoffrey Irons
2021-04-13Fix compilation in 2D.Crozet Sébastien
2021-04-13Fix torque generation for the prismatic joint motorCrozet Sébastien
2021-04-12Switch to nalgebra 0.26Crozet Sébastien
2021-04-03Remove useless comment.Crozet Sébastien
2021-04-03Add comment regarding the fix.Crozet Sébastien