aboutsummaryrefslogtreecommitdiff
path: root/crates
AgeCommit message (Collapse)Author
2025-01-08Release v0.23.0 (#782)HEADmasterSébastien Crozet
2025-01-08Upgrade bevy 0.15 (#758)Thierry Berger
* upgrade bevy 0.15 * use crate dependencies * use puffin pr dependency * suppress needless lifetimes * fix compiler error due to merge --------- Co-authored-by: Sébastien Crozet <sebcrozet@dimforge.com>
2025-01-08Update to Parry 0.18 (#770)Thierry Berger
* update to parry ~main * use traverse_depth_first * add example to test intersection * rely on upstream PR rather than local * re-enable profiler_ui for examples * rely on official parry repository * chore: switch back to the published version of parry * chore: update changelog * chore: remove dead code * fix compilation of rapier3d-meshloader and rapier3d-urdf * chore: cargo fmt --------- Co-authored-by: Sébastien Crozet <sebcrozet@dimforge.com>
2024-12-06Remove instant dependency in favor of web-time (#767)Thierry Berger
2024-12-05fix clippy needless lifetimes (#769)Thierry Berger
+ ignore them for bevy where we often want explicitness
2024-11-19Profiling support (#743)Thierry Berger
2024-11-19Urdf rs (#745)Thierry Berger
Co-authored-by: Tin Lai <tin@tinyiu.com>
2024-11-12Use meshloader to support multiple file formats loading (#744)Thierry Berger
Co-authored-by: Tin Lai <tin@tinyiu.com>
2024-09-23Fix CharacterController max/min slope handling (#701)Thierry Berger
2024-09-06update testbeds to bevy 0.14 (#723)Thierry Berger
2024-09-03Release rapier3d-stl and rapier3d-urdf v0.3.0Sébastien Crozet
2024-09-03chore: 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-03chore: workspace lints now part of each crate. (#728)Thierry Berger
2024-08-05Improve distant object panics in broad phase (#128)Ben Harper
Co-authored-by: Thierry Berger <contact@thierryberger.com>
2024-08-02Use 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-07-20Release v0.22.0 (#695)v0.22.0Sébastien Crozet
2024-07-18clippy: Fix `clippy::lazy_doc_continuation` lints (#689)Bruce Mitchener
These will be enabled in Rust 1.80 by default.
2024-07-15Fix string serialization for broadphase multisap (#675)Thierry Berger
2024-07-12Prefer 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-12deps: Update `bit-vec` from 0.6 to 0.7 (#678)Bruce Mitchener
2024-07-12ci: cargo doc step (#671)Thierry Berger
2024-07-07Fix broken multibody joint removal.Sébastien Crozet
2024-06-23Release v0.21.0 (#665)v0.21.0Sébastien Crozet
2024-06-23chore: update to nalgebra 0.33 and parry 0.16 (#664)Sébastien Crozet
2024-06-09Release Rapier 0.20.0 (#651)v0.20.0Sébastien Crozet
2024-06-09chore: clippy fixesSébastien Crozet
2024-06-09chore: add more commentsSébastien Crozet
2024-06-09feat: more urdf loader improvementsSébastien Crozet
2024-06-09fix 2D compilationSébastien Crozet
2024-06-09feat: more urdf parser fixes + stl parserSébastien Crozet
2024-06-09feat: add urdf exampleSébastien Crozet
2024-06-09feat: continue urdf implSébastien Crozet
2024-06-09feat: start implementation of rapier_urdfSébastien Crozet
2024-05-25feat: add simple inverse-kinematics solver for multibodies (#632)Sébastien Crozet
* feat: add a simple jacobian-based inverse-kinematics implementation for multibodies * feat: add 2d inverse kinematics example * feat: make forward_kinematics auto-fix the root’s degrees of freedom * feat: add 3d inverse kinematics example * chore: update changelog * chore: clippy fixes * chore: more clippy fixes * fix tests
2024-05-05Release v0.19.0v0.19.0Sébastien Crozet
2024-04-30chore: clippy fixesSébastien Crozet
2024-04-30chore: update cargo.tomlSébastien Crozet
2024-03-24feat: update testbeds to bevy 0.13Sébastien Crozet
2024-01-24Release v0.18.0v0.18.0Sébastien Crozet
2023-12-10chore: update testbed to bevy 0.12Sébastien Crozet
2023-11-04Leave the version bumps to another prSébastien Crozet
2023-11-04Fix typoSébastien Crozet
2023-10-29Fix crashes on MacOSSébastien Crozet
2023-10-23update bevy 0.11 - fix compile errorsjohnny-smitherson
2023-08-28deps: Remove unused `indexmap` dep.Bruce Mitchener
This was only enabled in the `enhanced-determinism` feature, but it wasn't actually used in these crates.
2023-08-28deps: Update `num-derive` from `0.3` to `0.4`.Bruce Mitchener
2023-05-20Upgrade plain-HTTP links to HTTPS in Cargo.toml filesBenji Smith
2023-02-26Release v0.17.2v0.17.2Sébastien Crozet
2023-01-22Release v0.17.1v017.1Sébastien Crozet
2023-01-15Release v0.17.0Sébastien Crozet