Rémi Verschelde
|
fe52458154
|
Update copyright statements to 2022
Happy new year to the wonderful Godot community!
|
2022-01-03 21:27:34 +01:00 |
Nathan Franke
|
49403cbfa0
|
Replace String comparisons with "", String() to is_empty()
Also:
- Adds two stress tests to test_string.h
- Changes to .empty() on std::strings
|
2021-12-09 04:48:38 -06:00 |
Rémi Verschelde
|
2017590ef6
|
AABB: Improve docs and test for `has_point`
Contrarily to the 2D Rect2i counterpart, it doesn't make much sense in 3D
and for floating-point AABBs to exclude points on some of its faces.
|
2021-12-02 15:45:55 +01:00 |
Rémi Verschelde
|
36c4451a7b
|
Rect2: Clarify docs for `has_point` excluding bottom and right borders
Improve tests, as well as documentation for `expand`.
|
2021-11-11 22:51:29 +01:00 |
Aaron Franke
|
99a282f631
|
Move and organize tests into subfolders
|
2021-11-07 00:43:31 -06:00 |