index
:
github/rapier.git
bevy-glam
broken-perf-experiments
collider_pos_in_manifold
collider_removal
disabled-flag
master
perf_experiments
public_pair_events
testbed-init-app
v0.11-maintainance
voxels
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2025-01-08
Fix Nans from RevoluteJoint::angle() (#736)
Chris Bacon
2025-01-08
Update to Parry 0.18 (#770)
Thierry Berger
2024-12-06
Remove instant dependency in favor of web-time (#767)
Thierry Berger
2024-12-05
fix clippy needless lifetimes (#769)
Thierry Berger
2024-11-19
Profiling support (#743)
Thierry Berger
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
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
2024-09-13
ImpulseJointSet::get_mut option to wake up connected bodies (#716)
Thierry Berger
2024-08-30
Fix pluralization in doc comment. (#725)
Bruce Mitchener
2024-08-09
Fix string serialization for broadphase multisap (regions) (#710)
Thierry Berger
2024-08-09
Fix more typos. (#712)
Bruce Mitchener
2024-08-09
character controller: Fix some cases of grounded not being detected (#711)
Thierry Berger
2024-08-05
`InteractionGroups` default memberships value is now `GROUP_1` (#706)
Aceeri
2024-08-05
Improve distant object panics in broad phase (#128)
Ben Harper
2024-08-05
Fix CI (#707)
Thierry Berger
2024-08-02
Use workspace lints to control unexpected_cfgs. (#682)
Bruce Mitchener
2024-07-26
Fix spelling of `below` and `orthogonalization`. (#700)
Bruce Mitchener
2024-07-23
Fix intradoc link to fix CI. (#699)
Bruce Mitchener
2024-07-22
docs: Fix minor typos and tweaks (#696)
Bruce Mitchener
2024-07-19
More Debug derives. (#686)
Thierry Berger
2024-07-18
Fix `rustdoc::broken_intra_doc_links` (#688)
Bruce Mitchener
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
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
2024-07-12
Use `bitflags!` consistently. (#680)
Bruce Mitchener
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
2024-07-07
Fix broken multibody joint removal.
Sébastien Crozet
2024-07-07
Fix out-of-bounds crash when merging two multibodies
Sébastien Crozet
2024-07-01
Rotation gizmo for Ball 2d collider (#670)
Roman
2024-06-23
Fix `attempt to subtract with overflow` panic in `SAPRegion::update_after_sub...
Di Saber
2024-06-23
fix: less invasive `solve_character_collision_impulses` function (#652)
Thierry Berger
2024-06-23
chore: update to nalgebra 0.33 and parry 0.16 (#664)
Sébastien Crozet
2024-06-23
Fix delta_time being 0 resulting in incorrect simulation (#660)
Thierry Berger
2024-06-20
Fix typos. (#658)
Bruce Mitchener
2024-06-17
fix: character controller: walls less likely to trigger ground detection (#655)
Thierry Berger
2024-06-14
fix: capitalization typo in docs (#654)
Miguel Medina Ballesteros
2024-06-13
fix: Fixed typo in castShape functions (#653)
Thierry Berger
2024-06-09
feat: rework QueryPipeline update API to take less parameters (#647)
Thierry Berger
2024-06-09
feat: change the character controller’s solve_character_collision_impulse...
Thierry Berger
2024-06-09
feat: add RevoluteJoint::angle to compute the revolute joint’s angle
Sébastien Crozet
2024-06-09
fix warning in tests
Sébastien Crozet
2024-06-09
chore: clippy fixes
Sébastien Crozet
[next]