| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-03-13 | First complete implementation of the hierarchical SAP. | Crozet Sébastien | |
| 2021-03-08 | Start implementing SAPLayer creation and insertion. | Crozet Sébastien | |
| 2021-03-08 | Start introducing SAP layers. | Crozet Sébastien | |
| 2021-03-08 | Split the broad-phase code into multiple files. | Crozet Sébastien | |
| 2021-03-08 | Merge pull request #149 from dimforge/fix_wasm_solver | Sébastien Crozet | |
| Fix regression in the WASM version of the velocity solver. | |||
| 2021-03-08 | Fix regression in the WASM version of the velocity solver. | Crozet Sébastien | |
| 2021-03-08 | Merge pull request #141 from EmbarkStudios/per-collider-mass-props | Sébastien Crozet | |
| Per collider mass props | |||
| 2021-03-08 | Store either density or mass properties but not both | Emil Ernerfeldt | |
| 2021-03-08 | Merge pull request #146 from dimforge/implicit_friction_cone | Sébastien Crozet | |
| Projection friction impulses on an implicit cone instead of a pyramid approximation. | |||
| 2021-03-08 | docstring/spelling | Emil Ernerfeldt | |
| Co-authored-by: Sébastien Crozet <sebastien@crozet.re> | |||
| 2021-03-08 | docstring/spelling | Emil Ernerfeldt | |
| Co-authored-by: Sébastien Crozet <sebastien@crozet.re> | |||
| 2021-03-08 | docstring/spelling | Emil Ernerfeldt | |
| Co-authored-by: Sébastien Crozet <sebastien@crozet.re> | |||
| 2021-03-08 | docstring/spelling | Emil Ernerfeldt | |
| Co-authored-by: Sébastien Crozet <sebastien@crozet.re> | |||
| 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-03-05 | Use Box<Option<MassProperties>> instead to save on memory | Emil Ernerfeldt | |
| 2021-03-05 | Add ability to set MassProperties for each ColliderBuilder | Emil Ernerfeldt | |
| Fix https://github.com/dimforge/rapier/issues/132 | |||
| 2021-03-05 | Merge pull request #140 from Waridley/joint_set_clone | Sébastien Crozet | |
| Derive Clone for JointSet | |||
| 2021-03-04 | Derive Clone for JointSet | Waridley | |
| 2021-03-04 | Merge pull request #139 from EmbarkStudios/body-mass-props | Sébastien Crozet | |
| Call update_world_mass_properties from RigidBody::set_mass_properties | |||
| 2021-03-04 | Call update_world_mass_properties from RigidBody::set_mass_properties | Emil Ernerfeldt | |
| 2021-03-03 | Merge pull request #135 from EmbarkStudios/remove-unused-dependency | Sébastien Crozet | |
| Remove unused dependency | |||
| 2021-03-03 | Remove unused dependency serde_cbor | Emil Ernerfeldt | |
| 2021-03-03 | Make vec_map an optional dependency | Emil Ernerfeldt | |
| I is only used in simd | |||
| 2021-03-03 | Remove unused dependency generational-arena | Emil Ernerfeldt | |
| 2021-03-03 | Release testbed v0.6.1 | Crozet Sébastien | |
| 2021-03-03 | Merge pull request #136 from dimforge/inertia_sqrt | Sébastien Crozet | |
| Fix missing sqrt when setting the angular inertia of a RigidBodyBuilder | |||
| 2021-03-03 | Fix missing sqrt when setting the angular inertia of a rigid-body. | Crozet Sébastien | |
| 2021-03-03 | Fix testbed compilation after the nalgebra release 0.6.1 | Crozet Sébastien | |
| 2021-03-02 | Merge pull request #116 from EmbarkStudios/corrective-velocity-solve | Sébastien Crozet | |
| Optional violation correction in velocity solver | |||
| 2021-03-02 | Release v0.6.1v0.6.1 | Crozet Sébastien | |
| 2021-03-02 | Merge pull request #130 from dimforge/snapshot_determinism | Sébastien Crozet | |
| Fix determinism issue after restoring a snapshot. | |||
| 2021-03-02 | Fix determinism issue after restoring a snapshot. | Crozet Sébastien | |
| 2021-03-01 | Release testbed v0.6.0 | Crozet Sébastien | |
| 2021-03-01 | Merge pull request #129 from dimforge/v0.6.0v0.6.0 | Sébastien Crozet | |
| Release v0.6.0 | |||
| 2021-03-01 | Release v0.6.0 | Crozet Sébastien | |
| 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 | |
