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
2023-09-09
Merge pull request #505 from mrDIMAS/master
Sébastien Crozet
2023-09-09
Merge pull request #508 from PaulL48/master
Sébastien Crozet
2023-09-09
Merge pull request #511 from Triuman/master
Sébastien Crozet
2023-09-09
Merge pull request #520 from waywardmonkeys/doc-fixes
Sébastien Crozet
2023-09-09
Merge pull request #521 from waywardmonkeys/expand-wrt
Sébastien Crozet
2023-08-28
docs: exclude kinematic/dynamic reversed in description.
Bruce Mitchener
2023-08-28
docs: Expand "wrt" to "with respect to".
Bruce Mitchener
2023-08-28
docs: Minor fixes.
Bruce Mitchener
2023-08-10
fix lock_rotations doesn't work both ways
Triuman
2023-08-10
fix lock_translations doesn't work both ways
Triuman
2023-08-01
Add serde derives to structures in the control module
Paul Lane
2023-07-15
user_data for joints
Dmitry
2023-07-09
Give access to more vehicle controller fields
Sébastien Crozet
2023-07-08
Merge pull request #474 from dimforge/debug-render-filtering
Sébastien Crozet
2023-05-26
Delete mention of removed `PhysicsPipeline::step_generic`
Imbris
2023-03-30
Fix doc-links for `ColliderBuilder` and `RigidBodyBuilder`
MrGunflame
2023-03-26
Fix typo
Sébastien Crozet
2023-03-26
Add a predicate to the DebugRenderBackend to filter out objects that are bein...
Sébastien Crozet
2023-03-26
Add missing import
Sébastien Crozet
2023-03-26
Add methods to customize a SphericalJoint’s local reference frames.
Sébastien Crozet
2023-03-26
Fix docs for method setting kinematic translation/rotation
Sébastien Crozet
2023-03-26
Move the side_friction_stiffness init to the WheelTuning
Sébastien Crozet
2023-03-26
Make raycast vehicle friction_slip property public
Nash
2023-03-26
Add the Ability to Control the Side-to-Side Grip of a Raycast Vehicle Wheels
Nash
2023-03-25
cargo fmt
Sébastien Crozet
2023-03-25
Fix deprecation warning
Sébastien Crozet
2023-03-19
#465 Add is_sliding_down_slope field to EffectiveCharacterMovement
jeff425
2023-03-18
Merge pull request #454 from JRF63/typo
Sébastien Crozet
2023-03-18
More typo fix
Sébastien Crozet
2023-02-26
Fix climbing small slopes when autostepping is disabled
Sébastien Crozet
2023-02-11
Fix typo in `EventHandler::handle_collision_event`
Joseph Rafael Ferrer
2023-02-09
Fix horizontal jittering along walls in 3D
Jan Hohenheim
2023-02-08
Fix faulty snap distance
Jan Hohenheim
2023-02-05
Simplify code
Jan Hohenheim
2023-02-05
Fix erroneous sliding
Jan Hohenheim
2023-02-04
Make clippy happier
Jan Hohenheim
2023-02-04
Remove dead code
Jan Hohenheim
2023-02-04
Fix jittering on jointed platform, but result in violating offset
Jan Hohenheim
2023-02-04
Fix snap to ground being triggered on exactly perpendicular movement
Jan Hohenheim
2023-02-04
Merge branch 'master' into fix-kcc
Jan Hohenheim
2023-02-04
Fix moving along obstacle twice per iteration
Jan Hohenheim
2023-02-04
Fix inconsistency in grounded detection at manifold
Jan Hohenheim
2023-02-04
Add debug messages
Jan Hohenheim
2023-02-04
Fix grounded false positives when normal is [0, 0]
Jan Hohenheim
2023-02-04
Revert "Optimistically add normalization"
Jan Hohenheim
2023-02-04
Optimistically add normalization
Jan Hohenheim
2023-02-04
Revert grounded checks to not be grounded by default again
Jan Hohenheim
2023-02-04
Remove overzealous ground-snapping
Jan Hohenheim
2023-02-04
Remove anti-jitter check
Jan Hohenheim
2023-02-04
Fix formatting
Jan Nils Ferner
[next]