summaryrefslogtreecommitdiffstats
path: root/core/math/dynamic_bvh.h
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Use `Vector*` component-wise `min/max/clamp` functions where applicableA Thousand Ships2024-03-201-7/+2
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-6/+6
* Improve DynamicBVH code to make it clearer how the stack/heap works.Alistair Leslie-Hughes2023-12-131-6/+12
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-1/+1
* Fix various typos with codespellRémi Verschelde2023-02-011-14/+14
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix DynamicBVH crash after #59867Rémi Verschelde2022-04-051-2/+5
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-5/+2
* Core: Make all Variant math types structsRémi Verschelde2022-02-041-3/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Revert some URLs from the "Replace HTTP URLs with HTTPS" PRAaron Franke2021-09-131-1/+1
* Replace HTTP links with HTTPS for sites with HTTPS versionsAaron Franke2021-08-221-1/+1
* Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-3/+3
* Style: Apply clang-tidy's `readability-braces-around-statements`Rémi Verschelde2021-04-051-12/+21
* Style: Apply clang-tidy's `modernize-use-nullptr`Rémi Verschelde2021-04-051-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-4/+4
* Use page allocator for BVHreduz2020-12-241-0/+2
* Cull fixes and optimizationsreduz2020-12-241-1/+1
* Replace Octree by DynamicBVH in cull codereduz2020-12-231-9/+116
* Add a Dynamic BVH implementation.reduz2020-12-191-0/+359