summaryrefslogtreecommitdiffstats
path: root/core/math/bvh.h
Commit message (Expand)AuthorAgeFilesLines
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* BVH - fix lockguards for multithread modelawnjelly2023-02-201-6/+2
* Merge pull request #72168 from RandomShaper/sensible_lock_returnRémi Verschelde2023-01-271-1/+1
|\
| * Booleanize various sync primitives' wait & locking methodsPedro J. Estébanez2023-01-271-1/+1
* | Use range iterators in LocalVector loopskobewi2023-01-211-6/+2
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fixup BVH debugging statementsRicardo Buring2022-07-251-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-17/+10
* Add protective checks for invalid handle use in BVHlawnjelly2022-03-231-7/+9
* BVH - Sync BVH with 3.xlawnjelly2022-02-041-68/+196
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Replace references to VisualServer in code comments with RenderingServerHugo Locurcio2021-10-071-1/+1
* Dynamic BVH broadphase in 2D & 3D Godot PhysicsPouleyKetchoupp2021-05-101-0/+695