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
/
ccd
Age
Commit message (
Expand
)
Author
2022-05-30
CCD improvements
Sébastien Crozet
2022-04-28
Add collision event flags
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
Emit collision stopped events after a collider is removed.
Sébastien Crozet
2022-03-20
Combine contact events and intersection events into a single event type and f...
Sébastien Crozet
2022-03-20
Rename rigid-body `static` to `fixed`
Sébastien Crozet
2021-09-25
Impl Default for a few structs
Jamen Marz
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
Rework the event system
Crozet Sébastien
2021-04-27
Fix regression in CCD resolution.
Crozet Sébastien
2021-04-26
Split rigid-bodies and colliders into multiple components
Crozet Sébastien
2021-04-03
Make the CCDSolver clonable and serializable.
Crozet Sébastien
2021-04-02
Release v0.7.0
Crozet Sébastien
2021-04-01
Some small performance improvements.
Crozet Sébastien
2021-03-30
CCD: take angular motion and penetration depth into account in various thresh...
Crozet Sébastien
2021-03-29
Add missing files.
Crozet Sébastien
2021-03-29
Implement the ability to run multiple CCD substeps.
Crozet Sébastien
2021-03-28
Attenuate the warmstart impulse for CCD contacts.
Crozet Sébastien
2021-03-26
First working version of non-linear CCD based on single-substep motion-clamping.
Crozet Sébastien