aboutsummaryrefslogtreecommitdiff
path: root/src/geometry
AgeCommit message (Expand)Author
2022-01-02Fix testsSébastien Crozet
2022-01-02More warning fixes + temporarily disable -D warning in the CISébastien Crozet
2022-01-02Run cargo fmtSébastien Crozet
2022-01-02Implement multibody joints and the new solverSébastien Crozet
2021-12-31Minor documentation fixesJakub Arnold
2021-10-26Track the change of effective dominance of a rigid-body.Sébastien Crozet
2021-10-24Remove duplicate testBenjamin Saunders
2021-09-25Impl Default for a few structsJamen Marz
2021-09-12Make the 2D add-remove demo more intereting.Sébastien Crozet
2021-09-12Fix broad-phase bug that could result in missed collision pairs when an objec...Sébastien Crozet
2021-08-26Fix bug with colliders without rigid bodiesKane Rogers
2021-07-30Add missing comments.Sébastien Crozet
2021-07-30Make BroadPhasePairEvent and ColliderPair public.Crozet Sébastien
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-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-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-02Fix tests and wasm build.Crozet Sébastien
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-01Rework the event systemCrozet Sébastien
2021-05-25Add prelude + use vectors for setting linvel/translation in buildersCrozet Sébastien
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-29Restore the collision pipelineCrozet 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-03Add comment regarding the fix.Crozet Sébastien
2021-04-03Fix crash caused by a collider being remove before the first timestep.Crozet Sébastien
2021-04-02Fix determinism problem in the broad-phase after snapshot restoration.Crozet Sébastien
2021-04-02Release v0.7.0Crozet Sébastien
2021-03-31ColliderSet::handle_user_changes - don't drain the set of modified colliders.Crozet Sébastien
2021-03-31Fix tests.Crozet Sébastien
2021-03-31Make the collider shape mutable.Crozet Sébastien
2021-03-30CCD: take angular motion and penetration depth into account in various thresh...Crozet Sébastien
2021-03-29Allow collider modification after its insersion to the ColliderSet.Crozet Sébastien
2021-03-28Small refactoring of the PhysicsPipeline.Crozet Sébastien
2021-03-28Attenuate the warmstart impulse for CCD contacts.Crozet Sébastien
2021-03-26Fix bug wher ethe broad-phase could miss some contacts pairs.Crozet Sébastien
2021-03-26First working version of non-linear CCD based on single-substep motion-clamping.Crozet Sébastien
2021-03-17Fix the last few bugs and unbounded memory usage.Crozet Sébastien
2021-03-13Experiment with a smaller region power basis.Crozet Sébastien
2021-03-13Some tunning of the way layers are attributed to a collider.Crozet Sébastien