| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-01-15 | Update dependencies | Sébastien Crozet | |
| 2022-10-02 | Update CHANGELOG | Sébastien Crozet | |
| 2022-10-02 | Add a character controller implementation | Sébastien Crozet | |
| 2022-03-20 | Fix warnings and add comments. | Sébastien Crozet | |
| 2022-01-02 | Implement multibody joints and the new solver | Sébastien Crozet | |
| 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-06-03 | Add nalgebra to the prelude to make the macros work out of the box | Crozet Sébastien | |
| 2021-05-25 | Add prelude + use vectors for setting linvel/translation in builders | Crozet Sébastien | |
| 2021-04-30 | Add comments. | Crozet Sébastien | |
| 2021-04-26 | Split rigid-bodies and colliders into multiple components | Crozet Sébastien | |
| 2021-02-04 | Make clippy a bit happier | Emil Ernerfeldt | |
| 2021-01-27 | Add all the missing docs. | Crozet Sébastien | |
| 2021-01-24 | Rename cdl to parry. | Crozet Sébastien | |
| 2021-01-23 | Fix warnings and 2D compilation when parallelism is ON but SIMD is OFF. | Crozet Sébastien | |
| 2021-01-22 | Add a VERSION constant containing the package version. | Crozet Sébastien | |
| 2021-01-04 | Add support of 64-bits reals. | Crozet Sébastien | |
| 2020-12-30 | Define the MAX_MANIFOLD_POINTS in this crate. | Crozet Sébastien | |
| 2020-12-29 | Remove some irrelevant code. | Crozet Sébastien | |
| 2020-12-29 | Move all the contact manifold computations out of Rapier. | Crozet Sébastien | |
| 2020-12-29 | Outsource the Shape trait, wquadtree, and shape types. | Crozet Sébastien | |
| 2020-12-29 | Outsource the contact manifold, SAT, and some shapes. | Crozet Sébastien | |
| 2020-10-27 | Re-export crossbeam. | Crozet Sébastien | |
| 2020-09-28 | Fix compilation when SIMD is not enabled. | Crozet Sébastien | |
| 2020-09-28 | Start implementing ray-casting. | Sébastien Crozet | |
| This adds a QueryPipeline structure responsible for scene queries. Currently this structure is able to perform a brute-force ray-cast. This commit also includes the beginning of implementation of a SIMD-based acceleration structure which will be used for these scene queries in the future. | |||
| 2020-09-28 | Fix NaN when computing contacts between a cuboid and a perfectly vertical ↵ | Crozet Sébastien | |
| triangle. | |||
| 2020-08-25 | First public release of Rapier.v0.1.0 | Sébastien Crozet | |
