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
/
rect2.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework blending method in Variant animation for Int/Array/String
Silc Lizard (Tokage) Renew
2023-11-16
1
-0
/
+4
*
Minor typo and docs URL fixes
Rémi Verschelde
2023-02-28
1
-1
/
+1
*
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
-5
/
+5
*
Enhancements to includes in core data structures
Aaron Franke
2022-10-05
1
-1
/
+1
*
Replace Rect2(i) has_no_area with has_area
Aaron Franke
2022-09-04
1
-2
/
+2
*
Float literals - fix main primitives to use .f
lawnjelly
2022-02-10
1
-5
/
+5
*
Core: Move Vector2i to its own `vector2i.h` header
Rémi Verschelde
2022-02-04
1
-0
/
+1
*
Core: Move Rect2i to its own `rect2i.h` header
Rémi Verschelde
2022-02-04
1
-211
/
+6
*
Fix incorrect Rect2i calculations: intersects and encloses
Markus Sauermann
2022-01-31
1
-6
/
+6
*
Add nodiscard to core math classes to catch c++ errors.
lawnjelly
2022-01-20
1
-2
/
+2
*
Remove zero size checks from Rect2 grow methods
Aaron Franke
2022-01-14
1
-20
/
+0
*
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
-5
/
+77
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-5
/
+5
*
Add Get Center Method for Rect2/Rect2i and AABB.
Anilforextra
2021-09-21
1
-1
/
+5
*
Reformat structure string operators
Aaron Franke
2021-06-11
1
-2
/
+2
*
Dynamic BVH broadphase in 2D & 3D Godot Physics
PouleyKetchoupp
2021-05-10
1
-4
/
+8
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Merge pull request #44149 from madmiraal/rename-tangent-orthogonal
Rémi Verschelde
2020-12-28
1
-1
/
+1
|
\
|
*
Rename Vector2.tangent() to Vector2.orthogonal()
Marcel Admiraal
2020-12-06
1
-1
/
+1
*
|
Rename Rect2 and Rect2i grow_margin() to grow_side()
Marcel Admiraal
2020-12-28
1
-16
/
+16
*
|
Rename Control margin to offset
Marcel Admiraal
2020-12-23
1
-14
/
+14
*
|
Rename Rect2 and Rect2i clip() to intersection()
Marcel Admiraal
2020-12-19
1
-2
/
+4
|
/
*
Refactored variant setters/getters
reduz
2020-11-07
1
-0
/
+17
*
doc: Sync classref with current source + fixup some bindings
Rémi Verschelde
2020-11-04
1
-6
/
+6
*
Implement DirectionalLight2D
reduz
2020-11-04
1
-0
/
+62
*
Refactored binding system for core types
reduz
2020-10-14
1
-0
/
+8
*
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-19
1
-2
/
+2
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-32
/
+63
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-16
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
1
-1
/
+2
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-1
/
+1
*
Turn Rect2's 'intersects_touch()' into an extra argument of 'intersects()'
Michael Alexsander
2020-03-04
1
-22
/
+20
*
Add support for Vector2i, Rect2i and Vector3i to Variant
Juan Linietsky
2020-02-22
1
-0
/
+5
*
Fix bug where Control at origin with 0 size not rendered
nathanwfranke
2020-02-07
1
-0
/
+13
*
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
*
Make Rect2.encloses return true on same size
Alexander Holland
2019-10-02
1
-2
/
+2
*
Merge pull request #27676 from qarmin/small_fixes_2
Rémi Verschelde
2019-05-01
1
-1
/
+1
|
\
|
*
Small fixes to static analyzer bugs
qarmin
2019-04-04
1
-1
/
+1
*
|
Add missing methods to Rect2i
lupoDharkael
2019-03-21
1
-8
/
+31
|
/
*
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
-1
/
+1
*
[Core] Move Vector2i and Rect2i out of math_2d.h
Aaron Franke
2018-08-11
1
-0
/
+135
*
[Core] Move Rect2 and Transform2D to their own files
Aaron Franke
2018-08-10
1
-0
/
+236