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.rs
Age
Commit message (
Expand
)
Author
2021-01-24
Rename cdl to parry.
Crozet Sébastien
2021-01-23
Fix warnings in tests and testbed.
Crozet Sébastien
2021-01-04
Add support of 64-bits reals.
Crozet Sébastien
2020-12-29
Remove some irrelevant code.
Crozet Sébastien
2020-12-29
Move all the contact manifold computations out of Rapier.
Crozet Sébastien
2020-12-29
Outsource the contact manifold, SAT, and some shapes.
Crozet Sébastien
2020-11-26
Restore the previous sleeping pattern.
Crozet Sébastien
2020-11-26
Fix bogus collider removal in the broad-phase.
Crozet Sébastien
2020-11-25
Properly track some user-initiatied rigid-body modifications.
Crozet Sébastien
2020-11-10
SAP: don't serialize workspaces and caches.
Crozet Sébastien
2020-11-10
SAP: make the update_count a u8.
Crozet Sébastien
2020-11-10
Merge pull request #30 from robert-hrusecky/infinite_fall_memory
Sébastien Crozet
2020-11-03
Implement Clone for everything that can be cloned.
Crozet Sébastien
2020-11-02
Add a cache of empty regions avoiding reallocation
Robert Hrusecky
2020-11-02
Merge branch 'master' into infinite_fall_memory
Robert Hrusecky
2020-11-02
Fix simulation reaching different states when started from different snaphots.
Crozet Sébastien
2020-10-29
Merge branch 'master' into infinite_fall_memory
Robert Hrusecky
2020-10-20
Collider shape: use a trait-object instead of an enum.
Crozet Sébastien
2020-10-06
Merge branch 'master' into infinite_fall_memory
Robert Hrusecky
2020-10-06
Fix corner case: exit on multiple axes
Robert Hrusecky
2020-10-06
Fix examples.
Crozet Sébastien
2020-10-06
Don't let the PubSub internal offsets overflow + fix some warnings.
Crozet Sébastien
2020-10-06
Completely remove the WAABBHierarchy structure.
Crozet Sébastien
2020-10-06
Fix edge case
Robert Hrusecky
2020-10-05
Bug fix: newly empty regions not updating
Robert Hrusecky
2020-10-05
Simple fix: Always remove empty SAPRegions
Robert Hrusecky
2020-10-05
Use the publish-subscribe mechanism to handle collider removals across pipeli...
Crozet Sébastien
2020-08-31
Allow the removal of a collider.
Sébastien Crozet
2020-08-27
Fix BroadPhase proxy handle recycling causing a crash.
Sébastien Crozet
2020-08-25
First public release of Rapier.
v0.1.0
Sébastien Crozet