Aaron Franke
|
6c197cf259
Define GDNative sizes using sizeof(godot_real_t) and sizeof(int32_t)
|
4 years ago |
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 |
Aaron Franke
|
5465e604bb
Improve argument names for core types
|
4 years ago |
Marcel Admiraal
|
a24c38d1a8
Rename Vector2.tangent() to Vector2.orthogonal()
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
reduz
|
f2397809a8
Refactored Variant Operators.
|
4 years ago |
reduz
|
26f5bd245c
Implement GPU Particle Collisions
|
4 years ago |
George Marques
|
e4942e4a96
Allow commutative multiplication in Variant
|
5 years ago |
Aaron Franke
|
d0a1399a1b
Change inequality comparison operators to use exact equality
|
5 years ago |
Rémi Verschelde
|
85220fec01
Style: Remove unnecessary semicolons from `core`
|
5 years ago |
Rémi Verschelde
|
07bc4e2f96
Style: Enforce separation line between function definitions
|
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 |
Aaron Franke
|
540156b387
[Core] Rename linear_interpolate to lerp
|
5 years ago |
Aaron Franke
|
23a349c427
Improve the Vector2 rotated code
|
5 years ago |
Juan Linietsky
|
6da0eef9e6
Add support for Vector2i, Rect2i and Vector3i to Variant
|
5 years ago |
Hugo Locurcio
|
a002b93d86
Add explanations for errors related to Vector/Quat normalization
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Aaron Franke
|
218f38c7ec
Expose is_equal_approx and restore == to be exact again
|
5 years ago |
Aaron Franke
|
86922ff70b
Make is_equal_approx separate for structures
|
5 years ago |
Aaron Franke
|
092346d82b
Add Vector2/3 sign and posmod functions, misc additions
|
6 years ago |
Giacom
|
c00427add3
Added move_toward functions for float, Vector2 and Vector3
|
6 years ago |
Aaron Franke
|
b2e1c9c276
[Core] Approximate equality
|
6 years ago |
Juan Linietsky
|
04847ef5f9
Added ability for multiple images to be imported as an atlas
|
6 years ago |
Chaosus
|
55f3bd97a2
Added direction_to method to vectors
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Aaron Franke
|
4f7b33cdcf
Remove redundant "== false" code
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Thomas Herzog
|
037f4638ab
add project method to Vector2/3
|
7 years ago |