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
/
geometry
/
broad_phase_multi_sap
Age
Commit message (
Expand
)
Author
2021-07-30
Add missing comments.
Sébastien Crozet
2021-06-02
Fix tests and wasm build.
Crozet Sébastien
2021-05-01
Fix crash in broad-phase after shape modification.
Crozet Sébastien
2021-04-29
Fix tests.
Crozet Sébastien
2021-04-26
Split rigid-bodies and colliders into multiple components
Crozet Sébastien
2021-04-02
Fix determinism problem in the broad-phase after snapshot restoration.
Crozet Sébastien
2021-03-31
Fix tests.
Crozet Sébastien
2021-03-29
Allow collider modification after its insersion to the ColliderSet.
Crozet Sébastien
2021-03-26
Fix bug wher ethe broad-phase could miss some contacts pairs.
Crozet Sébastien
2021-03-17
Fix the last few bugs and unbounded memory usage.
Crozet Sébastien
2021-03-13
Experiment with a smaller region power basis.
Crozet Sébastien
2021-03-13
Some tunning of the way layers are attributed to a collider.
Crozet Sébastien
2021-03-13
First complete implementation of the hierarchical SAP.
Crozet Sébastien
2021-03-08
Start implementing SAPLayer creation and insertion.
Crozet Sébastien
2021-03-08
Start introducing SAP layers.
Crozet Sébastien
2021-03-08
Split the broad-phase code into multiple files.
Crozet Sébastien