| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-06 | Remove instant dependency in favor of web-time (#767) | Thierry Berger | |
| 2024-12-05 | fix clippy needless lifetimes (#769) | Thierry Berger | |
| + ignore them for bevy where we often want explicitness | |||
| 2024-12-03 | Fixed typo in link in CONTRIBUTING.md (#766) | legendofa | |
| 2024-11-19 | Profiling support (#743) | Thierry Berger | |
| 2024-11-19 | Urdf rs (#745) | Thierry Berger | |
| Co-authored-by: Tin Lai <tin@tinyiu.com> | |||
| 2024-11-19 | Fix character controller ground detection (#715) | Thierry Berger | |
| 2024-11-15 | Fixes default values for wasm32 for physics hooks (#740) | Dragos Daian | |
| * Fixes default values for wasm32 for physics hooks --------- Co-authored-by: Thierry Berger <contact@thierryberger.com> | |||
| 2024-11-12 | Use meshloader to support multiple file formats loading (#744) | Thierry Berger | |
| Co-authored-by: Tin Lai <tin@tinyiu.com> | |||
| 2024-11-06 | Fixed some typos. (#757) | Pier Angelo Vendrame | |
| 2024-09-23 | fix compilation for feature enhanced-determinism (#739) | Thierry Berger | |
| 2024-09-23 | Fix CharacterController max/min slope handling (#701) | Thierry Berger | |
| 2024-09-16 | Improve capacity handling for `ColliderSet`, `RigidBodySet`. (#726) | Bruce Mitchener | |
| These allow an application to reduce the cost of reallocation when they know that a large number of colliders or rigid bodies will be created. | |||
| 2024-09-13 | ImpulseJointSet::get_mut option to wake up connected bodies (#716) | Thierry Berger | |
| 2024-09-06 | update testbeds to bevy 0.14 (#723) | Thierry Berger | |
| 2024-09-03 | Release rapier3d-stl and rapier3d-urdf v0.3.0 | Sébastien Crozet | |
| 2024-09-03 | chore: add publish script for urdf and stl + unify all releases by de… (#727) | Thierry Berger | |
| * chore: add publish script for urdf and stl + unify all releases by default * better cross platform publish support * publish in dry run within ci * publish scripts better errors, abort if a publish fails, with an exit code. * chore(rapier_urdf): fix warnings * chore(rapier-urdf): typo fix --------- Co-authored-by: Sébastien Crozet <developer@crozet.re> | |||
| 2024-09-03 | chore: workspace lints now part of each crate. (#728) | Thierry Berger | |
| 2024-08-30 | Fix pluralization in doc comment. (#725) | Bruce Mitchener | |
| 2024-08-26 | Improve typos configuration (#714) | Viktor Szépe | |
| 2024-08-09 | Fix string serialization for broadphase multisap (regions) (#710) | Thierry Berger | |
| * serialize regions as vec | |||
| 2024-08-09 | Fix more typos. (#712) | Bruce Mitchener | |
| These are ones not found by `typos` for various reasons. | |||
| 2024-08-09 | character controller: Fix some cases of grounded not being detected (#711) | Thierry Berger | |
| character offset exxageration to 1.2 | |||
| 2024-08-05 | `InteractionGroups` default memberships value is now `GROUP_1` (#706) | Aceeri | |
| Co-authored-by: Thierry Berger <contact@thierryberger.com> | |||
| 2024-08-05 | Improve distant object panics in broad phase (#128) | Ben Harper | |
| Co-authored-by: Thierry Berger <contact@thierryberger.com> | |||
| 2024-08-05 | Fix CI (#707) | Thierry Berger | |
| Removes dead code + other rust 1.80 related fixes | |||
| 2024-08-02 | Use workspace lints to control unexpected_cfgs. (#682) | Bruce Mitchener | |
| By using `workspace.lints`, we can configure lints once for everything (and then inherit it into the various crates). The lint configuration for `unexpected_cfgs` works in 1.80+ and warns otherwise. Co-authored-by: Thierry Berger <contact@thierryberger.com> | |||
| 2024-08-02 | Color visualization for grounded character controller (#705) | Thierry Berger | |
| 2024-07-31 | Update flags for testbed (#704) | Julian Knodt | |
| 2024-07-29 | forbid bellow (#703) | Thierry Berger | |
| 2024-07-26 | Fix spelling of `below` and `orthogonalization`. (#700) | Bruce Mitchener | |
| 2024-07-23 | ci: Add `typos` check (#698) | Bruce Mitchener | |
| 2024-07-23 | Fix intradoc link to fix CI. (#699) | Bruce Mitchener | |
| 2024-07-22 | ci: Enable same features as docs.rs in cargo doc (#697) | Bruce Mitchener | |
| 2024-07-22 | docs: Fix minor typos and tweaks (#696) | Bruce Mitchener | |
| --------- Co-authored-by: Thierry Berger <contact@thierryberger.com> | |||
| 2024-07-20 | Release v0.22.0 (#695)v0.22.0 | Sébastien Crozet | |
| 2024-07-19 | testbed: Remove use of missing log feature (#684) | Bruce Mitchener | |
| This code has been here but not used for a long time. There's no log feature (or dependency) within the testbed crates. | |||
| 2024-07-19 | More Debug derives. (#686) | Thierry Berger | |
| 2024-07-18 | Fix spelling in filename for `debug_excentric_boxes3` (#691) | Bruce Mitchener | |
| 2024-07-18 | Fix `rustdoc::broken_intra_doc_links` (#688) | Bruce Mitchener | |
| These show up when the `serde_serialize` feature is enabled. | |||
| 2024-07-18 | clippy: Fix `clippy::field_reassign_with_default` lints (#690) | Bruce Mitchener | |
| 2024-07-18 | clippy: Fix `clippy::lazy_doc_continuation` lints (#689) | Bruce Mitchener | |
| These will be enabled in Rust 1.80 by default. | |||
| 2024-07-15 | Fix string serialization for broadphase multisap (#675) | Thierry Berger | |
| 2024-07-14 | Remove commented out reference to array-macro (#683) | Bruce Mitchener | |
| 2024-07-12 | Prefer explicit features for optional deps. (#681) | Bruce Mitchener | |
| Implicit features are slated to be removed in a future version of Rust (2024 edition). Fixing this exposed 2 instances where the wrong feature was being checked for `serde` vs `serde-serialize`. | |||
| 2024-07-12 | deps: Update `bit-vec` from 0.6 to 0.7 (#678) | Bruce Mitchener | |
| 2024-07-12 | Remove check for `target_arch = "asmjs"` (#679) | Bruce Mitchener | |
| This is long obsolete and was removed from Rust itself in https://github.com/rust-lang/rust/pull/117338 | |||
| 2024-07-12 | Use `bitflags!` consistently. (#680) | Bruce Mitchener | |
| This removes an `extern crate` and a `use` so that we always call it via `bitflags::bitflags!` everywhere. | |||
| 2024-07-12 | ci: cargo doc step (#671) | Thierry Berger | |
| 2024-07-08 | Fix QueryFilterFlags values having a bitshift too much (#673) | Thierry Berger | |
| 2024-07-07 | chore: add one more test for the multibody insertion out-of-bounds issue | Sébastien Crozet | |
