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
/
pipeline
Age
Commit message (
Expand
)
Author
2024-07-18
clippy: Fix `clippy::field_reassign_with_default` lints (#690)
Bruce Mitchener
2024-07-12
Prefer explicit features for optional deps. (#681)
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-01
Rotation gizmo for Ball 2d collider (#670)
Roman
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-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-05-25
feat: add simple inverse-kinematics solver for multibodies (#632)
Sébastien Crozet
2024-05-05
chore: update to the latest parry api
Sébastien Crozet
2024-05-05
Fix some typos. (#620)
Bruce Mitchener
2024-04-30
fix compilation of tests
Sébastien Crozet
2024-04-30
chore: clippy fixes
Sébastien Crozet
2024-04-30
feat: add IntegrationParameters::length_unit to adjust internal threshold b...
Sébastien Crozet
2024-04-30
feat: add soft (solver-based) ccd implementation
Sébastien Crozet
2024-04-30
fix contact debug-rendering for compound shapes
Sébastien Crozet
2024-04-30
feat: add Collider::heightfield_with_flags
Sébastien Crozet
2024-04-30
feat: add some additional perf counters
Sébastien Crozet
2024-03-23
feat: add the DefaultBroadPhase type alias
Sébastien Crozet
2024-03-23
feat: add a BroadPhaseTrait for allowing custom broad-phases
Sébastien Crozet
2024-03-23
feat!: rename BroadPhase to BroadPhaseMultiSap
Sébastien Crozet
2024-03-23
chore: minor comment fix
Sébastien Crozet
2024-03-23
fix(user_changes): Fix RigidBodyType changed to Dynamic not updating
Max Whitehead
2024-01-27
Fix clippy and enable clippy on CI
Sébastien Crozet
2024-01-24
Merge pull request #582 from dimforge/misc
Sébastien Crozet
2024-01-24
chore: fix tests
Sébastien Crozet
2024-01-24
Merge pull request #527 from Aceeri/debug-render-com
Sébastien Crozet
2024-01-22
chore: CI fixes
Sébastien Crozet
2024-01-21
feat: implement new "small-steps" solver + joint improvements
Sébastien Crozet
2023-12-09
feat: actually apply the disabled_color_multiplier in the debug-renderer
Sébastien Crozet
2023-12-09
feat/Color of disabled object will change
Soham
2023-09-26
Calculate world center of mass from local com in debug renderer
Aceeri
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-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-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-25
Fix deprecation warning
Sébastien Crozet
2023-03-18
More typo fix
Sébastien Crozet
2023-02-11
Fix typo in `EventHandler::handle_collision_event`
Joseph Rafael Ferrer
2023-01-21
Fix rigid-body mass-properties being incorrect after disable/enable
Sébastien Crozet
2022-12-11
Fix warnings
Sébastien Crozet
2022-12-11
Properly take initial sleeping state set by the user when creating a rigid-body
Sébastien Crozet
2022-12-11
Fix tests
Sébastien Crozet
2022-12-11
Fix ABA problem in incremental query pipeline update
Sébastien Crozet
2022-12-11
Allow the PhysicsPipeline and CollisionPipeline to update the QueryPipeline i...
Sébastien Crozet
[next]