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
Age
Commit message (
Expand
)
Author
2020-10-12
Release v0.2.1
v0.2.1
Crozet Sébastien
2020-10-12
Merge pull request #33 from dimforge/wquadtree_stack_overflow
Sébastien Crozet
2020-10-10
WQuadtree: fix stack overflow caused by more than 4 AABB with the same center.
Crozet Sébastien
2020-10-06
Release v0.2.0
v0.2.0
Crozet Sébastien
2020-10-06
Merge pull request #28 from dimforge/raycast
Sébastien Crozet
2020-10-06
CI: Conditionally set the commit for the bench message.
Crozet Sébastien
2020-10-06
Fix examples.
Crozet Sébastien
2020-10-06
Fix bogus PhantomData import.
Crozet Sébastien
2020-10-06
Fix compilation in 2D.
Crozet Sébastien
2020-10-06
Use simba ^0.2.1
Crozet Sébastien
2020-10-06
Don't let the PubSub internal offsets overflow + fix some warnings.
Crozet Sébastien
2020-10-06
Implement RayCast for the Trimesh.
Crozet Sébastien
2020-10-06
Completely remove the WAABBHierarchy structure.
Crozet Sébastien
2020-10-06
WQuadtree query: reduce the amount of allocations.
Crozet Sébastien
2020-10-06
Use the WQuadtree for the exhaustive ray-cast too.
Crozet Sébastien
2020-10-06
Make the WQuadTree more generic and use it as the trimesh acceleration struct...
Crozet Sébastien
2020-10-06
Fix crash when deleting a collider.
Crozet Sébastien
2020-10-05
Testbed: fix snapshot restoration.
Crozet Sébastien
2020-10-05
Use the publish-subscribe mechanism to handle collider removals across pipeli...
Crozet Sébastien
2020-10-05
Make the query pipeline serializable.
Crozet Sébastien
2020-10-05
Make the WQuadtree serializable.
Crozet Sébastien
2020-10-05
Joint set iteration: also yield the joint handle.
Crozet Sébastien
2020-10-05
Add a simple publish-subscribe mechanism.
Crozet Sébastien
2020-09-28
Fix compilation when parallelism is not enabled.
Crozet Sébastien
2020-09-28
Query pipeline: aggressive workaround until we properly support collider addi...
Crozet Sébastien
2020-09-28
Fix crash of WQuadtree when the collider set contains holes.
Crozet Sébastien
2020-09-28
Fix compilation when SIMD is not enabled.
Crozet Sébastien
2020-09-28
Add non-topological WQuadtree update.
Crozet Sébastien
2020-09-28
Start adding incremental topology update for the WQuadtree.
Crozet Sébastien
2020-09-28
Complete the WQuadtree construction and ray-cast.
Crozet Sébastien
2020-09-28
Make kinematic bodies properly wake up dynamic bodies.
Crozet Sébastien
2020-09-28
Fix crash caused by the removal of a kinematic body.
Crozet Sébastien
2020-09-28
Disable physx query shapes for now.
Crozet Sébastien
2020-09-28
Start implementing ray-casting.
Sébastien Crozet
2020-09-28
Merge pull request #22 from dimforge/github-actions
Sébastien Crozet
2020-09-28
Add branch selector to the CI bench workflow.
Crozet Sébastien
2020-09-28
Attemt to fix benchmark workflow.
Crozet Sébastien
2020-09-28
Add a workflow for sending benchmark requests.
Crozet Sébastien
2020-09-28
Delete circleci config.
Crozet Sébastien
2020-09-28
Actions: add fmt checks and WASM build.
Crozet Sébastien
2020-09-28
Actions: fix spurious space.
Crozet Sébastien
2020-09-28
Actions: use sudo.
Crozet Sébastien
2020-09-28
Actions: use run instead of command.
Crozet Sébastien
2020-09-28
Actions: install dependencies.
Crozet Sébastien
2020-09-28
Start setting-up a github-action workflow.
Sébastien Crozet
2020-09-28
Merge pull request #18 from zalo/patch-1
Sébastien Crozet
2020-09-28
Release v0.1.5
v0.1.5
Crozet Sébastien
2020-09-28
Merge pull request #21 from dimforge/trimesh_cd_bug
Sébastien Crozet
2020-09-28
Add missing debug_trimesh3 example file.
Crozet Sébastien
2020-09-28
Fix trimesh/shape collision-detection when the trimesh was input as the secon...
Crozet Sébastien
[next]