| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-08-28 | docs: exclude kinematic/dynamic reversed in description. | Bruce Mitchener | |
| Fixes #496. | |||
| 2023-08-27 | Merge pull request #517 from waywardmonkeys/update-dep-num-derive | Sébastien Crozet | |
| deps: Update `num-derive` from `0.3` to `0.4`. | |||
| 2023-08-28 | deps: Update `num-derive` from `0.3` to `0.4`. | Bruce Mitchener | |
| 2023-07-09 | Merge pull request #501 from dimforge/more-pub-vehicle | Sébastien Crozet | |
| Give access to more vehicle controller fields | |||
| 2023-07-09 | Give access to more vehicle controller fields | Sébastien Crozet | |
| 2023-07-08 | Merge pull request #474 from dimforge/debug-render-filtering | Sébastien Crozet | |
| Add a predicate to the DebugRenderBackend to filter out objects that are being rendered | |||
| 2023-06-18 | Merge pull request #484 from stefnotch/patch-1 | Sébastien Crozet | |
| Prevent testbed.rs from crashing when pressing D | |||
| 2023-06-18 | Merge pull request #491 from Benjins-automation/benjins-automated-https-upgrade | Sébastien Crozet | |
| Upgrade http links to https in Cargo.toml | |||
| 2023-06-18 | Merge pull request #493 from Imberflur/master | Sébastien Crozet | |
| Delete mention of removed `PhysicsPipeline::step_generic` | |||
| 2023-05-26 | Delete mention of removed `PhysicsPipeline::step_generic` | Imbris | |
| This was removed in version 0.12.0 https://github.com/dimforge/rapier/blob/89e3d7650c84f96893376a79cbc120aeaeb74785/CHANGELOG.md?plain=1#L191 | |||
| 2023-05-20 | Upgrade plain-HTTP links to HTTPS in Cargo.toml files | Benji Smith | |
| 2023-04-24 | Update testbed.rs | stefnotch | |
| 2023-04-02 | Merge pull request #476 from MrGunflame/builder-docrefs | Sébastien Crozet | |
| Fix doc-links for `ColliderBuilder` and `RigidBodyBuilder` | |||
| 2023-03-30 | Fix doc-links for `ColliderBuilder` and `RigidBodyBuilder` | MrGunflame | |
| 2023-03-26 | Fix typo | Sébastien Crozet | |
| 2023-03-26 | Update Changelog | Sébastien Crozet | |
| 2023-03-26 | Add a predicate to the DebugRenderBackend to filter out objects that are ↵ | Sébastien Crozet | |
| being rendered | |||
| 2023-03-26 | Merge pull request #473 from dimforge/spherical-ref-frame | Sébastien Crozet | |
| Expose the spherical joint’s local frames more explicitly. | |||
| 2023-03-26 | Add missing import | Sébastien Crozet | |
| 2023-03-26 | Update Changelog | Sébastien Crozet | |
| 2023-03-26 | Add methods to customize a SphericalJoint’s local reference frames. | Sébastien Crozet | |
| 2023-03-26 | Merge pull request #471 from dimforge/doc-fix | Sébastien Crozet | |
| Fix docs for method setting kinematic translation/rotation | |||
| 2023-03-26 | Fix docs for method setting kinematic translation/rotation | Sébastien Crozet | |
| 2023-03-26 | Merge pull request #468 from aunyks/ray-cast-vehicle-lateral-wheel-grip | Sébastien Crozet | |
| Add Ability to Control Side-to-Side Grip / Forward Grip of Raycast Vehicle Wheels | |||
| 2023-03-26 | Move the side_friction_stiffness init to the WheelTuning | Sébastien Crozet | |
| 2023-03-26 | Make raycast vehicle friction_slip property public | Nash | |
| 2023-03-26 | Add the Ability to Control the Side-to-Side Grip of a Raycast Vehicle Wheels | Nash | |
| 2023-03-26 | Merge pull request #470 from Jeff425/sliding_down_slope_output | Sébastien Crozet | |
| #465 Add is_sliding_down_slope field to EffectiveCharacterMovement | |||
| 2023-03-25 | cargo fmt | Sébastien Crozet | |
| 2023-03-25 | Fix deprecation warning | Sébastien Crozet | |
| 2023-03-19 | #465 Add is_sliding_down_slope field to EffectiveCharacterMovement | jeff425 | |
| 2023-03-18 | Merge pull request #454 from JRF63/typo | Sébastien Crozet | |
| Fix typo in `EventHandler::handle_collision_event` | |||
| 2023-03-18 | More typo fix | Sébastien Crozet | |
| 2023-02-26 | Release v0.17.2v0.17.2 | Sébastien Crozet | |
| 2023-02-26 | Merge pull request #446 from janhohenheim/fix-kcc | Sébastien Crozet | |
| Make KinematicCharacterController move along obstacles, respect offset more and fix false positives in grounded detection | |||
| 2023-02-26 | Fix climbing small slopes when autostepping is disabled | Sébastien Crozet | |
| 2023-02-11 | Fix typo in `EventHandler::handle_collision_event` | Joseph Rafael Ferrer | |
| 2023-02-09 | Fix horizontal jittering along walls in 3D | Jan Hohenheim | |
| 2023-02-08 | Fix faulty snap distance | Jan Hohenheim | |
| 2023-02-05 | Simplify code | Jan Hohenheim | |
| 2023-02-05 | Fix erroneous sliding | Jan Hohenheim | |
| 2023-02-04 | Make clippy happier | Jan Hohenheim | |
| 2023-02-04 | Remove dead code | Jan Hohenheim | |
| 2023-02-04 | Fix jittering on jointed platform, but result in violating offset | Jan Hohenheim | |
| 2023-02-04 | Fix snap to ground being triggered on exactly perpendicular movement | Jan Hohenheim | |
| 2023-02-04 | Merge branch 'master' into fix-kcc | Jan Hohenheim | |
| 2023-02-04 | Fix moving along obstacle twice per iteration | Jan Hohenheim | |
| 2023-02-04 | Fix inconsistency in grounded detection at manifold | Jan Hohenheim | |
| 2023-02-04 | Add debug messages | Jan Hohenheim | |
| 2023-02-04 | Fix grounded false positives when normal is [0, 0] | Jan Hohenheim | |
