summaryrefslogtreecommitdiffstats
path: root/core/templates/paged_array.h
Commit message (Expand)AuthorAgeFilesLines
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-2/+2
* Use '_v' shorthand for type traits and 'if constexpr' where appropriatevittorioromeo2024-02-021-5/+5
* Shadow volume culling and tighter shadow caster cullinglawnjelly2024-01-301-0/+6
* fix: data race in PagedArrayStuart Carnie2024-01-031-9/+12
* [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-111-3/+3
* Fix PagedArray.merge_unordered() dropping pagesmyaaaaaaaaa2023-02-161-11/+9
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warnings C4701 and C4703: Potentially uninitialized variable usedRémi Verschelde2022-09-281-1/+1
* [Core] Use std type traits to check operations triviality.Fabio Alessandrelli2022-08-041-5/+7
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rewrite culling to be more cache/thread friendly.reduz2020-12-261-0/+18
* Replace Octree by DynamicBVH in cull codereduz2020-12-231-1/+1
* Add a paged array templatereduz2020-12-211-0/+349