| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-06-09 | feat: rework QueryPipeline update API to take less parameters (#647) | Thierry Berger | |
| * chore: rework QueryPipeline API to take a generic qbvh updater This allows to pass less parameters depending on the updating mode. * chore: rework struct and functions names, and docs --------- Co-authored-by: Sébastien Crozet <sebcrozet@dimforge.com> | |||
| 2024-06-09 | chore: add more comments | Sébastien Crozet | |
| 2024-05-05 | chore: update to the latest parry api | Sébastien Crozet | |
| 2024-01-27 | Fix clippy and enable clippy on CI | Sébastien Crozet | |
| 2024-01-21 | feat: implement new "small-steps" solver + joint improvements | Sébastien Crozet | |
| 2022-12-11 | Allow the PhysicsPipeline and CollisionPipeline to update the QueryPipeline ↵ | Sébastien Crozet | |
| incrementally | |||
| 2022-05-30 | CCD improvements | Sébastien Crozet | |
| - Fix bug where the CCD thickness wasn’t initialized properly. - Fix bug where the contact compliance would result in unwanted tunelling, despite CCD being enabled. | |||
| 2022-04-28 | Add collision event flags | Sébastien Crozet | |
| 2022-04-20 | Finalize refactoring | Sébastien Crozet | |
| 2022-04-20 | First round deleting the component sets. | Sébastien Crozet | |
| 2022-03-20 | Emit collision stopped events after a collider is removed. | Sébastien Crozet | |
| 2022-03-20 | Combine contact events and intersection events into a single event type and ↵ | Sébastien Crozet | |
| flags | |||
| 2022-03-20 | Rename rigid-body `static` to `fixed` | Sébastien Crozet | |
| 2021-09-25 | Impl Default for a few structs | Jamen Marz | |
| 2021-06-01 | Add ActiveCollisionTypes to easily enable collision-detection between two ↵ | Crozet Sébastien | |
| non-static rigid-body. | |||
| 2021-06-01 | CCD: take collision groups into account | Crozet Sébastien | |
| 2021-06-01 | Rework the event system | Crozet Sébastien | |
| 2021-04-27 | Fix regression in CCD resolution. | Crozet Sébastien | |
| 2021-04-26 | Split rigid-bodies and colliders into multiple components | Crozet Sébastien | |
| 2021-04-03 | Make the CCDSolver clonable and serializable. | Crozet Sébastien | |
| 2021-04-02 | Release v0.7.0 | Crozet Sébastien | |
| 2021-04-01 | Some small performance improvements. | Crozet Sébastien | |
| 2021-03-30 | CCD: take angular motion and penetration depth into account in various ↵ | Crozet Sébastien | |
| thresholds. | |||
| 2021-03-29 | Add missing files. | Crozet Sébastien | |
| 2021-03-29 | Implement the ability to run multiple CCD substeps. | Crozet Sébastien | |
| 2021-03-28 | Attenuate the warmstart impulse for CCD contacts. | Crozet Sébastien | |
| CCD contacts result in very strong, instantaneous, impulses. So it is preferable to attenuate their contribution to subsequent timesteps to avoid overshooting. | |||
| 2021-03-26 | First working version of non-linear CCD based on single-substep motion-clamping. | Crozet Sébastien | |
