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
/
dynamics
/
island_manager.rs
Age
Commit message (
Expand
)
Author
2024-04-30
feat: add IntegrationParameters::length_unit to adjust internal threshold b...
Sébastien Crozet
2024-01-27
Fix clippy and enable clippy on CI
Sébastien Crozet
2024-01-24
feat!: rename narrow-phase methods for more clarity.
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-01-23
Allow customising the time until sleep for a rigid body
fabriceci
2022-12-11
Properly take initial sleeping state set by the user when creating a rigid-body
Sébastien Crozet
2022-12-11
Allow disabling colliders, rigid-bodies and impulse joints
Sébastien Crozet
2022-05-30
Rename JointSet::joints_with to attached_joints
Sébastien Crozet
2022-04-20
Finalize refactoring
Sébastien Crozet
2022-04-20
First round deleting the component sets.
Sébastien Crozet
2022-03-20
Rename rigid-body `static` to `fixed`
Sébastien Crozet
2022-03-20
Joint API and joint motors improvements
Sébastien Crozet
2022-01-31
Fix rigid bodies falling asleep when linear/angular threshold is negative.
Fun Maker
2022-01-16
Fix some solver issues
Sébastien Crozet
2022-01-02
Implement multibody joints and the new solver
Sébastien Crozet
2021-09-25
Impl Default for a few structs
Jamen Marz
2021-06-09
Derive Clone for IslandManager
Waridley
2021-06-08
Track the rigid-body graph IDs inside of the JointSet instead of RigidBodyIds
Crozet Sébastien
2021-06-01
Rework the event system
Crozet Sébastien
2021-04-30
Add comments.
Crozet Sébastien
2021-04-29
Fix compilation of the parallel version
Crozet Sébastien
2021-04-26
Split rigid-bodies and colliders into multiple components
Crozet Sébastien