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
2020-11-30
Add a 2D demo for locking rotation.
Crozet Sébastien
2020-11-30
Update the changelog + make the boolean flags more intuitive.
Crozet Sébastien
2020-11-30
Add a simpler to lock the rotation or translation of a dynamic rigid-body.
Crozet Sébastien
2020-11-26
Restore the previous sleeping pattern.
Crozet Sébastien
2020-11-26
Fix collider insertion/removal tracking.
Crozet Sébastien
2020-11-26
Fix bogus collider removal in the broad-phase.
Crozet Sébastien
2020-11-25
Make the RigidBodyChanges values more readable.
Crozet Sébastien
2020-11-25
Properly track some user-initiatied rigid-body modifications.
Crozet Sébastien
2020-11-24
Add methods to iterate through all the contact and proximity pairs.
Crozet Sébastien
2020-11-24
Allow retrieving one specific contact pair or proximity pair.
Crozet Sébastien
2020-11-24
Fix crash when removing a collider with no graph ID.
Crozet Sébastien
2020-11-23
Remove the narrow-phase graph indices from the collider.
Crozet Sébastien
2020-11-22
Fix NaNs in unused WAABB lanes during the creation of the WAABBTree.
Crozet Sébastien
2020-11-19
Add explicit wake_up parameter to method setting the position and velocity of...
Crozet Sébastien
2020-11-19
Allow a rigid-body to be initialized asleep.
Crozet Sébastien
2020-11-19
Add a parameter to indicate if collider removal should wake-up its parent.
Crozet Sébastien
2020-11-19
Remove traces of the `fluids` feature.
Crozet Sébastien
2020-11-19
Remove the Salva integration code from rapier + add a plugin system to the te...
Crozet Sébastien
2020-11-19
Start integrating salva into rapier.
Crozet Sébastien
2020-11-19
Merge pull request #34 from robert-hrusecky/rigid_body_wake_params
Sébastien Crozet
2020-11-19
Merge pull request #60 from dimforge/ball_ball_collision_bug
Sébastien Crozet
2020-11-11
Fix NaN when two balls are in contact and their centers coincide.
Crozet Sébastien
2020-11-10
SAP: don't serialize workspaces and caches.
Crozet Sébastien
2020-11-10
SAP: make the update_count a u8.
Crozet Sébastien
2020-11-10
Merge pull request #30 from robert-hrusecky/infinite_fall_memory
Sébastien Crozet
2020-11-03
Add damping support + demos.
Crozet Sébastien
2020-11-03
Reset the rigid-bodies internal links properly.
Crozet Sébastien
2020-11-03
Fix 3D compilation.
Crozet Sébastien
2020-11-03
Rename reset_internal_links -> reset_internal_references.
Crozet Sébastien
2020-11-03
Implement Clone for everything that can be cloned.
Crozet Sébastien
2020-11-03
Make cloning rigid-bodies and colliders more idiomatic.
Crozet Sébastien
2020-11-03
Fix typo.
Crozet Sébastien
2020-11-03
Add more details to the MassProperties constructors comments.
Crozet Sébastien
2020-11-03
Add the ability to set the mass and mass properties of the rigid-body built w...
Crozet Sébastien
2020-11-03
Add restitution.
Crozet Sébastien
2020-11-02
Add a cache of empty regions avoiding reallocation
Robert Hrusecky
2020-11-02
Merge branch 'master' into infinite_fall_memory
Robert Hrusecky
2020-11-02
Implement joint removal.
Crozet Sébastien
2020-11-02
Fix 2D compilation.
Crozet Sébastien
2020-11-02
Fix simulation reaching different states when started from different snaphots.
Crozet Sébastien
2020-10-29
Merge branch 'master' into infinite_fall_memory
Robert Hrusecky
2020-10-27
Fix performance regression due to sleeping objects pairs no longer being igno...
Crozet Sébastien
2020-10-27
ContactPairFilter: don't overwrite the effect of the solver groups.
Crozet Sébastien
2020-10-27
Rename SolverFlags::COMPUTE_FORCES to SolverFlags::COMPUTE_IMPULSES.
Crozet Sébastien
2020-10-27
Added user-implementable traits for collision/proximity pair filtering.
Crozet Sébastien
2020-10-27
Ignore the code block in the InteractionGroups doc.
Crozet Sébastien
2020-10-27
Take collision groups into account for ray-casting.
Crozet Sébastien
2020-10-27
Take the solver flags into account when collecting contact manifolds to solve.
Crozet Sébastien
2020-10-27
Add a construstructor to InteractionGroups + make its methods const.
Crozet Sébastien
2020-10-27
Add solver flags for controlling whether or not some contacts should be taken...
Crozet Sébastien
[next]