| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-20 | Allow removing a rigid-body without auto-removing attached colliders | Sébastien Crozet | |
| 2022-03-20 | Start fixing the parallel version. | Sébastien Crozet | |
| 2022-03-20 | Joint API and joint motors improvements | Sébastien Crozet | |
| 2022-03-20 | Minor island solver simplification | Sébastien Crozet | |
| 2022-03-20 | Rename JointHandle -> ImpulseJointHandle | Sébastien Crozet | |
| 2022-03-20 | Testbed: add a constructor that calls a custom closure with bevy’s App | Sébastien Crozet | |
| 2022-03-06 | Start to Load World State | Geoffrey Hayes | |
| This patch starts to load world state for debugging. The next step is to make sure that deserialization exactly matches the format of world.takeSnapshot(). | |||
| 2022-03-06 | Merge pull request #286 from funmaker/sleep_fix | Sébastien Crozet | |
| Fix rigid bodies falling asleep when linear/angular threshold is negative | |||
| 2022-03-06 | Merge pull request #292 from CleanCut/master | Sébastien Crozet | |
| Derive Debug for IntegrationParameters | |||
| 2022-03-05 | Merge pull request #298 from aunyks/readme-project-fix | Sébastien Crozet | |
| Update README to Mention Rapier Sponsors, Not Parry | |||
| 2022-03-04 | Update README to Mention Rapier Sponsors, Not Parry | Nash | |
| 2022-02-24 | derive Debug for IntegrationParameters | Nathan Stocks | |
| 2022-02-22 | Fix some typos in the changelog | Sébastien Crozet | |
| 2022-02-21 | Merge pull request #290 from dimforge/solver-nan | Sébastien Crozet | |
| Fix potential inf/NaN by using an epsilon for inv/simd_inv | |||
| 2022-02-21 | Use WReal instead of SimdRealField everywhere | Sébastien Crozet | |
| 2022-02-21 | Use a threshold for utils::inv and simd_inv | Sébastien Crozet | |
| 2022-01-31 | Fix rigid bodies falling asleep when linear/angular threshold is negative. | Fun Maker | |
| 2022-01-29 | Merge pull request #285 from jsatka/master | Sébastien Crozet | |
| Update old documentation of raycast methods' parameters | |||
| 2022-01-29 | Update old documentation of raycast methods parameters | Joonas Satka | |
| 2022-01-28 | Merge pull request #284 from dimforge/damping-fix | Sébastien Crozet | |
| Fix the application of damping to bodies part of an active island | |||
| 2022-01-28 | Fix the application of damping to bodies part of an active island | Sébastien Crozet | |
| 2022-01-23 | Merge pull request #274 from besok/master | Sébastien Crozet | |
| add defaults for the several structs | |||
| 2022-01-23 | Run cargo fmt | Sébastien Crozet | |
| 2022-01-23 | add defaults for the several structs | zhguchev | |
| 2022-01-23 | Merge pull request #282 from dimforge/critical-damping | Sébastien Crozet | |
| Improve the CFM implementation | |||
| 2022-01-23 | Fix tests build | Sébastien Crozet | |
| 2022-01-23 | Fix compilation of parallel version | Sébastien Crozet | |
| 2022-01-23 | Run cargo fmt | Sébastien Crozet | |
| 2022-01-23 | Improve cfm configuration using the critical damping factor | Sébastien Crozet | |
| 2022-01-23 | Add vscode project files | Sébastien Crozet | |
| 2022-01-23 | Move convex decomposition example models to the assets folder. | Sébastien Crozet | |
| 2022-01-23 | Add f64 testbed | Sébastien Crozet | |
| 2022-01-21 | Bump testbed to version 0.12.0-alpha.1 | Sébastien Crozet | |
| 2022-01-16 | Fix publish script | Sébastien Crozet | |
| 2022-01-16 | Release v0.12.0-alpha.1v0.12.0-alpha.1 | Sébastien Crozet | |
| 2022-01-16 | Merge pull request #277 from dimforge/solver-fixes | Sébastien Crozet | |
| Fix some solver issues | |||
| 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 | Merge pull request #276 from dimforge/lock-translation-axis | Sébastien Crozet | |
| Allow locking individual translational axes | |||
| 2022-01-16 | Fix parallel build. | Sébastien Crozet | |
| 2022-01-10 | Merge pull request #270 from tjamaan/fix_RigidBodyVelocity_rotation_center | Sébastien Crozet | |
| fix the parameter used for local center of mass | |||
| 2022-01-09 | Allow locking individual translational axes | Sébastien Crozet | |
| 2022-01-09 | Merge pull request #273 from dimforge/testbed-bevy-0.6 | Sébastien Crozet | |
| Update the testbed to use bevy 0.6 | |||
| 2022-01-09 | Update the testbed to use bevy 0.6 | Sébastien Crozet | |
| 2022-01-09 | Merge pull request #272 from dimforge/multibody-general-case | Sébastien Crozet | |
| Address issues with the genral-case for multibody joints | |||
| 2022-01-08 | Address issues with the genral-case for multibody joints | Sébastien Crozet | |
| 2022-01-08 | remove unnecessary comment | Turki Jamaan | |
| Co-authored-by: Sébastien Crozet <sebastien@crozet.re> | |||
| 2022-01-08 | fix the parameter used for local center of mass | Turki Jamaan | |
| 2022-01-02 | Release v0.12.0-alpha.0 | Sébastien Crozet | |
| 2022-01-02 | Merge pull request #267 from dimforge/multibody | Sébastien Crozet | |
| Implement multibody joints, and new velocity-based constraints solver | |||
| 2022-01-02 | Fix tests | Sébastien Crozet | |
