index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
math
/
rect2.h
Age
Commit message (
Expand
)
Author
2022-10-08
Add `is_finite` method for checking built-in types
Haoyu Qiu
2022-10-07
Use float literals for float calculations in Color
Aaron Franke
2022-10-05
Enhancements to includes in core data structures
Aaron Franke
2022-09-04
Replace Rect2(i) has_no_area with has_area
Aaron Franke
2022-02-10
Float literals - fix main primitives to use .f
lawnjelly
2022-02-04
Core: Move Vector2i to its own `vector2i.h` header
Rémi Verschelde
2022-02-04
Core: Move Rect2i to its own `rect2i.h` header
Rémi Verschelde
2022-01-31
Fix incorrect Rect2i calculations: intersects and encloses
Markus Sauermann
2022-01-20
Add nodiscard to core math classes to catch c++ errors.
lawnjelly
2022-01-14
Remove zero size checks from Rect2 grow methods
Aaron Franke
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-11-30
Warn when using an AABB or Rect2 with a negative size
Aaron Franke
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-09-21
Add Get Center Method for Rect2/Rect2i and AABB.
Anilforextra
2021-06-11
Reformat structure string operators
Aaron Franke
2021-05-10
Dynamic BVH broadphase in 2D & 3D Godot Physics
PouleyKetchoupp
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Merge pull request #44149 from madmiraal/rename-tangent-orthogonal
Rémi Verschelde
2020-12-28
Rename Rect2 and Rect2i grow_margin() to grow_side()
Marcel Admiraal
2020-12-23
Rename Control margin to offset
Marcel Admiraal
2020-12-19
Rename Rect2 and Rect2i clip() to intersection()
Marcel Admiraal
2020-12-06
Rename Vector2.tangent() to Vector2.orthogonal()
Marcel Admiraal
2020-11-07
Refactored variant setters/getters
reduz
2020-11-04
doc: Sync classref with current source + fixup some bindings
Rémi Verschelde
2020-11-04
Implement DirectionalLight2D
reduz
2020-10-14
Refactored binding system for core types
reduz
2020-05-19
Style: Remove unnecessary semicolons from `core`
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-04
Turn Rect2's 'intersects_touch()' into an extra argument of 'intersects()'
Michael Alexsander
2020-02-22
Add support for Vector2i, Rect2i and Vector3i to Variant
Juan Linietsky
2020-02-07
Fix bug where Control at origin with 0 size not rendered
nathanwfranke
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-10-14
Make is_equal_approx separate for structures
Aaron Franke
2019-10-02
Make Rect2.encloses return true on same size
Alexander Holland
2019-05-01
Merge pull request #27676 from qarmin/small_fixes_2
Rémi Verschelde
2019-04-04
Small fixes to static analyzer bugs
qarmin
2019-03-21
Add missing methods to Rect2i
lupoDharkael
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-11
[Core] Move Vector2i and Rect2i out of math_2d.h
Aaron Franke
2018-08-10
[Core] Move Rect2 and Transform2D to their own files
Aaron Franke