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
2021-06-08
Fix collider removal from narrow-phase when the same collider is listed twice.
Crozet Sébastien
2021-06-08
Track the rigid-body graph IDs inside of the JointSet instead of RigidBodyIds
Crozet Sébastien
2021-06-03
Add nalgebra to the prelude to make the macros work out of the box
Crozet Sébastien
2021-06-02
Release v0.9.0
v0.9.0
Crozet Sébastien
2021-06-02
Merge pull request #173 from DasEtwas/must-use-pub
Sébastien Crozet
2021-06-02
Merge pull request #176 from sdfgeoff/add_collider_shared_shape_method
Sébastien Crozet
2021-06-02
Merge pull request #195 from tpdickso/ungenerate-nans
Sébastien Crozet
2021-06-02
Fix tests and wasm build.
Crozet Sébastien
2021-06-01
remove c_int
Terence
2021-06-01
wee
Terence
2021-06-01
wip
Terence
2021-06-01
Add ActiveCollisionTypes to easily enable collision-detection between two non...
Crozet Sébastien
2021-06-01
CCD: take collision groups into account
Crozet Sébastien
2021-06-01
Add velocity-based kinematic bodies
Crozet Sébastien
2021-06-01
Rework the event system
Crozet Sébastien
2021-05-25
Add prelude + use vectors for setting linvel/translation in builders
Crozet Sébastien
2021-05-06
Remove Copy from RigidBodyBuilder
DasEtwas
2021-05-06
Added documentation to newly public fields derived from setters
DasEtwas
2021-05-06
Add #[must_use] to builders, expose more fields
DasEtwas
2021-05-01
Fix crash in broad-phase after shape modification.
Crozet Sébastien
2021-04-30
Add comments.
Crozet Sébastien
2021-04-29
Fix tests.
Crozet Sébastien
2021-04-29
Fix compilation of the parallel version
Crozet Sébastien
2021-04-29
Fix some warnings
Crozet Sébastien
2021-04-29
Restore the collision pipeline
Crozet Sébastien
2021-04-27
Fix regression in CCD resolution.
Crozet Sébastien
2021-04-27
Fix some warnings.
Crozet Sébastien
2021-04-26
Split rigid-bodies and colliders into multiple components
Crozet Sébastien
2021-04-18
Created a method to retrieve the SharedShape from a collider
Geoffrey Irons
2021-04-13
Fix compilation in 2D.
Crozet Sébastien
2021-04-13
Fix torque generation for the prismatic joint motor
Crozet Sébastien
2021-04-12
Switch to nalgebra 0.26
Crozet Sébastien
2021-04-03
Remove useless comment.
Crozet Sébastien
2021-04-03
Add comment regarding the fix.
Crozet Sébastien
2021-04-03
Make the CCDSolver clonable and serializable.
Crozet Sébastien
2021-04-03
Fix crash caused by a collider being remove before the first timestep.
Crozet Sébastien
2021-04-02
Fix determinism problem in the broad-phase after snapshot restoration.
Crozet Sébastien
2021-04-02
Release v0.7.0
Crozet Sébastien
2021-04-01
Add getters indicating if the translation or rotation dofs of a rigid-body ar...
Crozet Sébastien
2021-04-01
Add the ability to pass a custom filter to all the QueryPipeline queries.
Crozet Sébastien
2021-04-01
Fix parallel build.
Crozet Sébastien
2021-04-01
Some small performance improvements.
Crozet Sébastien
2021-04-01
Remove useless rigid-body fields.
Crozet Sébastien
2021-03-31
Remove the IntegrationParameters field we don't use.
Crozet Sébastien
2021-03-31
ColliderSet::handle_user_changes - don't drain the set of modified colliders.
Crozet Sébastien
2021-03-31
Fix tests.
Crozet Sébastien
2021-03-31
Revert the warmstart_correction_slope to its previous value.
Crozet Sébastien
2021-03-31
Fix more warnings.
Crozet Sébastien
2021-03-31
Test to see how the warmstart correction affect the benchmarks.
Crozet Sébastien
2021-03-31
Make the collider shape mutable.
Crozet Sébastien
[next]