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
/
aabb.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
*
Simplify and fix Rect2/AABB get_support function
Aaron Franke
2024-08-19
1
-10
/
+13
*
Merge pull request #90582 from Repiteo/core/remove-macro-_NO_DISCARD_
Rémi Verschelde
2024-06-25
1
-1
/
+1
|
\
|
*
Core: Replace `_NO_DISCARD_` macro with attribute
Thaddeus Crews
2024-04-12
1
-1
/
+1
*
|
Fix AABB Ray intersection - return inside
lawnjelly
2024-05-09
1
-2
/
+7
*
|
[Core] Add scalar versions of `Vector*` `min/max/clamp/snap(ped)`
A Thousand Ships
2024-05-02
1
-1
/
+1
|
/
*
Use `Vector*` component-wise `min/max/clamp` functions where applicable
A Thousand Ships
2024-03-20
1
-1
/
+1
*
[Core] Codestyle improvements to math types
A Thousand Ships
2024-03-04
1
-3
/
+3
*
[Core] Fix `AABB.encloses` failing on shared upper bound
A Thousand Ships
2024-01-12
1
-3
/
+3
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Add `is_finite` method for checking built-in types
Haoyu Qiu
2022-10-08
1
-0
/
+1
*
Use float literals for float calculations in Color
Aaron Franke
2022-10-07
1
-1
/
+0
*
Enhancements to includes in core data structures
Aaron Franke
2022-10-05
1
-1
/
+1
*
Replace AABB has_no_volume with has_volume
Aaron Franke
2022-09-04
1
-4
/
+4
*
Float literals - fix main primitives to use .f
lawnjelly
2022-02-10
1
-11
/
+11
*
Core: Make all Variant math types structs
Rémi Verschelde
2022-02-04
1
-4
/
+4
*
Add nodiscard to core math classes to catch c++ errors.
lawnjelly
2022-01-20
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Warn when using an AABB or Rect2 with a negative size
Aaron Franke
2021-11-30
1
-0
/
+30
*
Rename AABB `get_area` to `get_volume`
Brian Semrau
2021-11-05
1
-2
/
+2
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-1
/
+1
*
Add Get Center Method for Rect2/Rect2i and AABB.
Anilforextra
2021-09-21
1
-0
/
+4
*
Type consistencies in core
Aaron Franke
2021-01-26
1
-4
/
+4
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Cull fixes and optimizations
reduz
2020-12-24
1
-0
/
+27
*
Implement automatic LOD (Level of Detail)
reduz
2020-12-18
1
-3
/
+3
*
Refactored variant setters/getters
reduz
2020-11-07
1
-0
/
+8
*
Refactored binding system for core types
reduz
2020-10-14
1
-0
/
+4
*
Update core documentation to match recent C# changes
Aaron Franke
2020-07-21
1
-0
/
+4
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-1
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-32
/
+64
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-17
/
+0
*
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
1
-8
/
+16
*
Fixed false positives in the culling system.
Kiri Jolly
2020-04-29
1
-2
/
+26
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-2
/
+2
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Make is_equal_approx separate for structures
Aaron Franke
2019-10-14
1
-0
/
+1
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-3
/
+3
*
Polished 3D selection
JFonS
2018-06-13
1
-0
/
+20
*
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
1
-3
/
+3
*
Rename Rect3 to AABB.
Ferenc Arn
2017-11-17
1
-0
/
+345
*
Style: Cleanups, added headers, renamed files
Rémi Verschelde
2017-01-16
1
-395
/
+0
*
Type renames:
Juan Linietsky
2017-01-11
1
-27
/
+26
*
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2017-01-01
1
-1
/
+1
*
remove trailing whitespace
Hubert Jarosz
2016-03-09
1
-7
/
+7
*
Correct octree's AABB intersect test, fixes #3576 and #3253
sheepandshepherd
2016-02-17
1
-0
/
+18
[next]