| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-08-26 | Fix typo in CONTRIBUTING | Kane Rogers | |
| 2021-08-26 | Fix bug with colliders without rigid bodies | Kane Rogers | |
| - When `NarrowPhase` adds a collision pair, it checks to make sure that they don't have the same parent - In the case where the colliders have no parents (eg. they are not attached to a `RigidBody`) this yields a false positive. - The fix is to ensure that colliders have a parent before ignoring the pair. | |||
| 2021-08-09 | Fix crates.io badges | Alex Touchet | |
| 2021-08-08 | Fix version number for the rapier_testbed3d | Sébastien Crozet | |
| 2021-08-08 | Release v0.11.0v0.110 | Sébastien Crozet | |
| 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-07-30 | Add missing comments. | Sébastien Crozet | |
| 2021-07-30 | Make BroadPhasePairEvent and ColliderPair public. | Crozet Sébastien | |
| Otherewise it is impossible to use BroadPhase::update properly. | |||
| 2021-07-27 | clear plugin graphics when examples changed, then clear the plugins vec | rezural | |
| 2021-07-27 | Fix copy paste bug in ball joint docs | Oli Scherer | |
| 2021-07-27 | Add a pointer from `docs.rs` docs to rapier docs | Jeff Petkau | |
| Added a pointer from the module-level cargo docs to the actual docs on `rapier.rs` so other people won't be lost like I was. (Searches for documentation often end up on `docs.rs`, which is not where most of Rapier's docs live. The README has a pointer to the docs, but it isn't as visible once you're on `docs.rs`.) This is the same change as pr89 for `bevy_rapier`. This one is less important less likely to overlook `rapier.rs`, but I think it doesn't hurt. Ideally you'd be able to just include the `README.md` into the lib documentation, but I think that's still a nightly-only feature in cargo doc. | |||
| 2021-07-14 | Update intersection graph regardless of active_events | Benjamin Saunders | |
| 2021-07-12 | Release v0.10.1v0.10.1 | Crozet Sébastien | |
| 2021-07-12 | Add methods to set the translation or rotation wrt. a collider and its parent. | Crozet Sébastien | |
| 2021-07-11 | Release v0.10.0v0.10.0 | Crozet Sébastien | |
| 2021-07-11 | impl more traits for components | Waridley | |
| 2021-07-08 | make collider Option<> on EntityWithGraphics | rezural | |
| 2021-07-08 | add opacity to EntityWithGraphics | rezural | |
| 2021-07-08 | add despawn method to EntityWithGraphics | rezural | |
| 2021-07-08 | add update_ui to TestbedPlugin | rezural | |
| 2021-07-08 | enable clear_graphics and run_callbacks agin | rezural | |
| update plugin signature to recieve bevy structs, add Arc<Mutex<>> around gfx_components, we we can get shared mutable access add prefab_meshes() access function Remove Arc<Mutex<>> | |||
| 2021-06-09 | Derive Clone for IslandManager | Waridley | |
| also fix typo | |||
| 2021-06-08 | Release v0.9.2v0.9.2 | Crozet Sébastien | |
| 2021-06-08 | Fix collider removal from narrow-phase when the same collider is listed twice. | Crozet Sébastien | |
| 2021-06-08 | Track the rigid-body graph IDs inside of the JointSet instead of RigidBodyIds | Crozet Sébastien | |
| 2021-06-03 | fixed a few typos | Stephan Dilly | |
| 2021-06-03 | Release v0.9.1v0.9.1 | Crozet Sébastien | |
| 2021-06-03 | Add nalgebra to the prelude to make the macros work out of the box | Crozet Sébastien | |
| 2021-06-02 | Release v0.9.0v0.9.0 | Crozet Sébastien | |
| 2021-06-02 | Merge pull request #173 from DasEtwas/must-use-pub | Sébastien Crozet | |
| Add #[must_use] to builders, expose more fields | |||
| 2021-06-02 | Merge pull request #176 from sdfgeoff/add_collider_shared_shape_method | Sébastien Crozet | |
| Created a method to retrieve the SharedShape from a collider | |||
| 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-02 | Merge pull request #193 from rezural/egui-focus | Sébastien Crozet | |
| Testbed: check if the egui context wants pointer focus, disable orbit camera if so. | |||
| 2021-06-02 | Merge pull request #196 from dimforge/api_changes | Sébastien Crozet | |
| More API changes | |||
| 2021-06-02 | Fix tests and wasm build. | Crozet Sébastien | |
| 2021-06-02 | Reorganize the CHANGELOG for the next version. | Crozet Sébastien | |
| 2021-06-02 | Update dependencies | Crozet Sébastien | |
| 2021-06-01 | remove c_int | Terence | |
| 2021-06-01 | wee | Terence | |
| 2021-06-01 | wip | Terence | |
| 2021-06-01 | Add ActiveCollisionTypes to easily enable collision-detection between two ↵ | Crozet Sébastien | |
| non-static rigid-body. | |||
| 2021-06-01 | Add a velocity-based platform the the platform demos. | Crozet Sébastien | |
| 2021-06-01 | CCD: take collision groups into account | Crozet Sébastien | |
| 2021-06-01 | Add velocity-based kinematic bodies | Crozet Sébastien | |
