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
2020-12-03
Remove the position fields from the PrimitiveContactGenerationContext
collider_pos_in_manifold
Crozet Sébastien
2020-12-03
Fix bogus delta computation of ground position constraint solver.
Crozet Sébastien
2020-12-03
Replace the delta-position by the collider positions in the contact manifolds.
Crozet Sébastien
2020-12-02
Release v0.4.2
v0.4.2
Crozet Sébastien
2020-12-02
Merge pull request #73 from dimforge/mass_props_setter
Sébastien Crozet
2020-12-02
Merge pull request #72 from dimforge/parallel_axis_inertia_bug
Sébastien Crozet
2020-12-02
Add a RigidBody::set_mass_properties method.
Crozet Sébastien
2020-12-02
Fix a bug when applying the parallel axis theorem to the angular inertia matr...
Crozet Sébastien
2020-12-01
Release v0.4.1
v0.4.1
Crozet Sébastien
2020-12-01
Merge pull request #71 from dimforge/principal_inertia_rename
Sébastien Crozet
2020-12-01
Rename RigidBodyBuilder::principal_inertia -> principal_angular_inertia for c...
Crozet Sébastien
2020-11-30
Rename CHANHGELOG -> CHANGELOG.md
Crozet Sébastien
2020-11-30
Release v0.4.0
v0.4.0
Crozet Sébastien
2020-11-30
Add script to publish the testbed.
Crozet Sébastien
2020-11-30
Merge pull request #70 from dimforge/lock_rotations
Sébastien Crozet
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
Add Embark Studio to the gold sponsors list.
Crozet Sébastien
2020-11-26
Merge pull request #69 from dimforge/rigid_body_modifications
Sébastien Crozet
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-25
Add debug demos for rigid-body change tracking.
Crozet Sébastien
2020-11-24
Merge pull request #68 from dimforge/read_contacts
Sébastien Crozet
2020-11-24
Fix the testbed.
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
Minor demos changes.
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-23
Merge pull request #67 from dimforge/determinism_apple_m1
Sébastien Crozet
2020-11-22
Heightfield and trimesh demos: ensure the heights are generated deterministic...
Crozet Sébastien
2020-11-22
Fix NaNs in unused WAABB lanes during the creation of the WAABBTree.
Crozet Sébastien
2020-11-22
Merge pull request #66 from yutannihilation/patch-1
Sébastien Crozet
2020-11-22
Replace build badge on README
Hiroaki Yutani
2020-11-22
Merge pull request #65 from dimforge/testbed-deps-up
Sébastien Crozet
2020-11-22
Testbed: update the kiss3d, physx, and glam dependencies.
Crozet Sébastien
2020-11-20
Merge pull request #64 from dimforge/explicit_wake_up
Sébastien Crozet
2020-11-19
Update CHANGELOG.
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
Merge pull request #63 from dimforge/testbed_parallel
Sébastien Crozet
2020-11-19
Fix CI.
Crozet Sébastien
2020-11-19
CI: add a build of the testbed with the parallel feature enabled.
Crozet Sébastien
2020-11-19
Fix compilation of the testbed when the parallel feature is enabled.
Crozet Sébastien
2020-11-19
Merge pull request #62 from dimforge/salva
Sébastien Crozet
[next]