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
/
user_changes.rs
Age
Commit message (
Expand
)
Author
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
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
Allow the PhysicsPipeline and CollisionPipeline to update the QueryPipeline i...
Sébastien Crozet
2022-12-11
Allow disabling colliders, rigid-bodies and impulse joints
Sébastien Crozet
2022-07-05
Improve the API for initializing/setting mass-properties
Sébastien Crozet
2022-04-20
CI: deny warnings again
Sébastien Crozet
2022-04-20
Remove unnecessary type annotation
Sébastien Crozet
2022-04-20
Finalize refactoring
Sébastien Crozet
2022-04-20
First round deleting the component sets.
Sébastien Crozet
2022-04-20
Fix mass-properties update after collider change
Sébastien Crozet
2022-03-20
Rename rigid-body `static` to `fixed`
Sébastien Crozet
2021-11-05
Remove useless ref
Sébastien Crozet
2021-10-26
Track the change of effective dominance of a rigid-body.
Sébastien Crozet
2021-06-01
CCD: take collision groups into account
Crozet Sébastien
2021-04-29
Fix tests.
Crozet Sébastien
2021-04-29
Restore the collision pipeline
Crozet Sébastien
2021-04-26
Split rigid-bodies and colliders into multiple components
Crozet Sébastien