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
Age
Commit message (
Expand
)
Author
2024-06-23
Release v0.21.0 (#665)
v0.21.0
Sébastien Crozet
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
Release Rapier 0.20.0 (#651)
v0.20.0
Sébastien Crozet
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
2024-06-09
chore: add more comments
Sébastien Crozet
2024-06-09
feat: more urdf loader improvements
Sébastien Crozet
2024-06-09
fix 2D compilation
Sébastien Crozet
2024-06-09
feat: add suport for kinematic multibody links
Sébastien Crozet
2024-06-09
feat: add the ability to disable all contacts between two links belonging to ...
Sébastien Crozet
2024-06-09
feat: let user specify joints that cannot move for IK
Sébastien Crozet
2024-06-09
chore: update changelog
Sébastien Crozet
2024-06-09
feat: more urdf parser fixes + stl parser
Sébastien Crozet
2024-06-09
feat: add MeshConverter and Colliders::converted_trimesh for building a colli...
Sébastien Crozet
2024-06-09
feat: make `RigidBody::add_collider` private
Sébastien Crozet
2024-06-09
feat: impl Default for RigidBodyBuilder and ColliderBuilder
Sébastien Crozet
2024-06-09
feat: rename JointAxesMask::X/Y/Z by ::LIN_X/LIN_Y/LIN_Z and JointAxis::X/Y/...
Sébastien Crozet
2024-06-09
feat: add urdf example
Sébastien Crozet
2024-06-09
feat: continue urdf impl
Sébastien Crozet
2024-06-09
feat: start implementation of rapier_urdf
Sébastien Crozet
2024-06-07
fix: testbed: keyD removes only dynamic bodies as intended (#648)
Thierry Berger
2024-06-03
Merge pull request #589 from whatf0xx/collider-builder-debug
Thierry Berger
2024-06-03
updated changelog
Thierry Berger
2024-06-03
Merge branch 'master' into collider-builder-debug
Thierry Berger
2024-06-03
Merge pull request #636 from waywardmonkeys/fix-spelling-in-variable
Thierry Berger
2024-05-29
Merge pull request #639 from dimforge/fix-todo-range
Thierry Berger
2024-05-29
fix todo; removing a private type.
Thierry Berger
2024-05-25
Fix typo in internal variable name.
Bruce Mitchener
2024-05-25
chore: update changelog
Sébastien Crozet
2024-05-25
feat: rename cfm_factor, damping_ratio to contact_cfm_factor and contact_da...
Sébastien Crozet
2024-05-25
fix: allow enexpected_cfgs
Sébastien Crozet
2024-05-25
feat: ui to set the number of simulation steps per frame
Sébastien Crozet
2024-05-25
feat: add a benchmark with many individual pyramids
Sébastien Crozet
2024-05-25
feat: remove the "fast constraint" special case
Sébastien Crozet
2024-05-25
feat: make the constraints regularization coefficients configurable with angu...
Sébastien Crozet
2024-05-25
feat: add simple inverse-kinematics solver for multibodies (#632)
Sébastien Crozet
2024-05-05
Release v0.19.0
v0.19.0
Sébastien Crozet
2024-05-05
fix: temporarily switch to the master branch of parry
Sébastien Crozet
2024-05-05
chore: update changelog
Sébastien Crozet
2024-05-05
chore: don’t return &mut Self with GenericJoint::flip
Sébastien Crozet
[next]