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
/
broad_phase.rs
Age
Commit message (
Collapse
)
Author
2024-03-23
feat!: rename BroadPhase to BroadPhaseMultiSap
Sébastien Crozet
2024-01-27
Fix clippy and enable clippy on CI
Sébastien Crozet
2022-12-11
Allow disabling colliders, rigid-bodies and impulse joints
Sébastien Crozet
2022-10-30
Switch to the published parry 0.11
Sébastien Crozet
2022-08-04
docs: fix typo
Timo Kösters
2022-06-24
Fix warning
Sébastien Crozet
2022-06-24
Broad-phase: discard NAN/Inf AABBs.
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-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-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 ↵
Sébastien Crozet
object leaves then re-enter a region
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
Fix #180 and #177
2021-04-29
Fix tests.
Crozet Sébastien
2021-04-26
Split rigid-bodies and colliders into multiple components
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
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