index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
math
/
dynamic_bvh.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Use `Vector*` component-wise `min/max/clamp` functions where applicable
A Thousand Ships
2024-03-20
1
-7
/
+2
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-6
/
+6
*
Improve DynamicBVH code to make it clearer how the stack/heap works.
Alistair Leslie-Hughes
2023-12-13
1
-6
/
+12
*
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
1
-1
/
+1
*
Fix various typos with codespell
Rémi Verschelde
2023-02-01
1
-14
/
+14
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix DynamicBVH crash after #59867
Rémi Verschelde
2022-04-05
1
-2
/
+5
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-5
/
+2
*
Core: Make all Variant math types structs
Rémi Verschelde
2022-02-04
1
-3
/
+3
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Revert some URLs from the "Replace HTTP URLs with HTTPS" PR
Aaron Franke
2021-09-13
1
-1
/
+1
*
Replace HTTP links with HTTPS for sites with HTTPS versions
Aaron Franke
2021-08-22
1
-1
/
+1
*
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-3
/
+3
*
Style: Apply clang-tidy's `readability-braces-around-statements`
Rémi Verschelde
2021-04-05
1
-12
/
+21
*
Style: Apply clang-tidy's `modernize-use-nullptr`
Rémi Verschelde
2021-04-05
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-4
/
+4
*
Use page allocator for BVH
reduz
2020-12-24
1
-0
/
+2
*
Cull fixes and optimizations
reduz
2020-12-24
1
-1
/
+1
*
Replace Octree by DynamicBVH in cull code
reduz
2020-12-23
1
-9
/
+116
*
Add a Dynamic BVH implementation.
reduz
2020-12-19
1
-0
/
+359