Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
058f3fe069
Merge pull request #44149 from madmiraal/rename-tangent-orthogonal
|
4 years ago |
Marcel Admiraal
|
b628912af0
Rename Rect2 and Rect2i grow_margin() to grow_side()
|
4 years ago |
Marcel Admiraal
|
4b8b803931
Rename Control margin to offset
|
4 years ago |
Marcel Admiraal
|
2df9a8ccad
Rename Rect2 and Rect2i clip() to intersection()
|
4 years ago |
Marcel Admiraal
|
a24c38d1a8
Rename Vector2.tangent() to Vector2.orthogonal()
|
4 years ago |
reduz
|
05de7ce6ca
Refactored variant setters/getters
|
4 years ago |
Rémi Verschelde
|
424cd00f8b
doc: Sync classref with current source + fixup some bindings
|
4 years ago |
reduz
|
f123981a96
Implement DirectionalLight2D
|
4 years ago |
reduz
|
b8c64184c6
Refactored binding system for core types
|
4 years ago |
Rémi Verschelde
|
85220fec01
Style: Remove unnecessary semicolons from `core`
|
5 years ago |
Rémi Verschelde
|
0ee0fa42e6
Style: Enforce braces around if blocks and loops
|
5 years ago |
Rémi Verschelde
|
0be6d925dc
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
5 years ago |
Rémi Verschelde
|
1f6f364a56
Port member initialization from constructor to declaration (C++11)
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Michael Alexsander
|
8c8c48a7ad
Turn Rect2's 'intersects_touch()' into an extra argument of 'intersects()'
|
5 years ago |
Juan Linietsky
|
6da0eef9e6
Add support for Vector2i, Rect2i and Vector3i to Variant
|
5 years ago |
nathanwfranke
|
e5cb557b73
Fix bug where Control at origin with 0 size not rendered
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Aaron Franke
|
86922ff70b
Make is_equal_approx separate for structures
|
5 years ago |
Alexander Holland
|
a681c90009
Make Rect2.encloses return true on same size
|
5 years ago |
Rémi Verschelde
|
ae41e35191
Merge pull request #27676 from qarmin/small_fixes_2
|
6 years ago |
qarmin
|
8460d0678c
Small fixes to static analyzer bugs
|
6 years ago |
lupoDharkael
|
6232e7eed3
Add missing methods to Rect2i
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Aaron Franke
|
14fe7230f4
[Core] Move Vector2i and Rect2i out of math_2d.h
|
7 years ago |
Aaron Franke
|
2eb8a9749e
[Core] Move Rect2 and Transform2D to their own files
|
7 years ago |