| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-16 | Fix some solver issues | Sébastien Crozet | |
| - Fix the wrong codepath taken by the solver for contacts involving a collider without parent. - Properly adress the non-linear treatment of the friction direction - Simplify the sleeping strategy - Add an impulse resolution multiplier | |||
| 2022-01-16 | Fix parallel build. | Sébastien Crozet | |
| 2022-01-09 | Allow locking individual translational axes | Sébastien Crozet | |
| 2022-01-08 | Address issues with the genral-case for multibody joints | Sébastien Crozet | |
| 2022-01-02 | Fix warnings | Sébastien Crozet | |
| 2022-01-02 | Implement multibody joints and the new solver | Sébastien Crozet | |
| 2021-09-25 | Impl Default for a few structs | Jamen Marz | |
| 2021-08-08 | Update to nalgebra 0.29 | Sébastien Crozet | |
| 2021-08-08 | Fix warnings. | Sébastien Crozet | |
| 2021-08-08 | Run cargo fmt | Sébastien Crozet | |
| 2021-08-08 | Fix 2D ball joint limits. | Sébastien Crozet | |
| 2021-08-08 | Implement limits for ball joints. | Sébastien Crozet | |
| 2021-08-08 | Implement limits for revolute joints. | Sébastien Crozet | |
| 2021-07-30 | Fix emscripten build + add emscripten build to the CI | Sébastien Crozet | |
| 2021-06-02 | Merge pull request #195 from tpdickso/ungenerate-nans | Sébastien Crozet | |
| Add feature flag to disable floating point exceptions in unexceptional code | |||
| 2021-06-01 | wip | Terence | |
| 2021-06-01 | Rework the event system | Crozet Sébastien | |
| 2021-05-25 | Add prelude + use vectors for setting linvel/translation in builders | Crozet Sébastien | |
| 2021-04-29 | Fix compilation of the parallel version | Crozet Sébastien | |
| 2021-04-29 | Fix some warnings | Crozet Sébastien | |
| 2021-04-26 | Split rigid-bodies and colliders into multiple components | Crozet Sébastien | |
| 2021-04-13 | Fix compilation in 2D. | Crozet Sébastien | |
| 2021-04-13 | Fix torque generation for the prismatic joint motor | Crozet Sébastien | |
| 2021-04-12 | Switch to nalgebra 0.26 | Crozet Sébastien | |
| 2021-04-01 | Fix parallel build. | Crozet Sébastien | |
| 2021-04-01 | Some small performance improvements. | Crozet Sébastien | |
| 2021-03-31 | Fix more warnings. | Crozet Sébastien | |
| 2021-03-31 | Fix the parallel solver to work properly with CCD. | Crozet Sébastien | |
| 2021-03-30 | Run the position solver after the CCD motion clamping. | Crozet Sébastien | |
| 2021-03-30 | CCD: take angular motion and penetration depth into account in various ↵ | Crozet Sébastien | |
| thresholds. | |||
| 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 | |
| 2021-03-08 | Fix regression in the WASM version of the velocity solver. | Crozet Sébastien | |
| 2021-03-07 | Fix regression causing invalid contacts to be solved. | Crozet Sébastien | |
| 2021-03-07 | Reduce code duplication between the SIMD and non-SIMD contact solve and ↵ | Crozet Sébastien | |
| warmstart. | |||
| 2021-03-07 | Fix warning when targetting wasm. | Crozet Sébastien | |
| 2021-03-07 | Projection friction impulses on an implicit cone instead of a pyramidal ↵ | Crozet Sébastien | |
| approximation. | |||
| 2021-02-26 | fix the body-body revolute angle velocity erp | Emil Ernerfeldt | |
| 2021-02-26 | Final cleanup | Emil Ernerfeldt | |
| 2021-02-26 | simplify prismatic limits | Emil Ernerfeldt | |
| 2021-02-26 | Fix primatic wide | Emil Ernerfeldt | |
| 2021-02-26 | fix the revolute wide | Emil Ernerfeldt | |
| 2021-02-26 | fix narrow revolute velocity | Emil Ernerfeldt | |
| 2021-02-26 | Fix the narrow pismatic velocity constraint | Emil Ernerfeldt | |
| 2021-02-26 | fix | Emil Ernerfeldt | |
| 2021-02-26 | Implement ground wide | Emil Ernerfeldt | |
| 2021-02-26 | Implement revolute wide | Emil Ernerfeldt | |
| 2021-02-26 | Implement prismatic wide | Emil Ernerfeldt | |
| 2021-02-26 | Implement fixed wide | Emil Ernerfeldt | |
| 2021-02-26 | Implement revolute narrow | Emil Ernerfeldt | |
