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
2022-04-20
Finalize refactoring
Sébastien Crozet
2022-04-20
First round deleting the component sets.
Sébastien Crozet
2022-04-19
Include broken values in assertion failure message.
Nolan Darilek
2022-03-27
Fix broad-phase becomming potentially invalid after collision group change
Sébastien Crozet
2022-03-20
Update tests
Sébastien Crozet
2022-03-20
Rename rigid-body `static` to `fixed`
Sébastien Crozet
2022-01-23
Run cargo fmt
Sébastien Crozet
2022-01-23
add defaults for the several structs
zhguchev
2022-01-02
Fix tests
Sébastien Crozet
2022-01-02
More warning fixes + temporarily disable -D warning in the CI
Sébastien Crozet
2022-01-02
Run cargo fmt
Sébastien Crozet
2022-01-02
Implement multibody joints and the new solver
Sébastien Crozet
2021-09-25
Impl Default for a few structs
Jamen Marz
2021-09-12
Make the 2D add-remove demo more intereting.
Sébastien Crozet
2021-09-12
Fix broad-phase bug that could result in missed collision pairs when an objec...
Sébastien Crozet
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