lawnjelly
|
5c6d7bfb98
Change `VariantUtility` to prevent undef `print_verbose`
|
6 months ago |
Thaddeus Crews
|
e06d83860d
Style: Enforce `AllowShortFunctionsOnASingleLine`
|
7 months ago |
A Thousand Ships
|
38f9769bc6
[Core] Improve error messages with `vformat`
|
10 months ago |
aXu-AP
|
7218dd6a3a
Add support for Transform2D/3D in lerp()
|
11 months ago |
kobewi
|
413c11357d
Use Core/Scene stringnames consistently
|
1 year ago |
K. S. Ernest (iFire) Lee
|
f9b488508c
Add PackedVector4Array Variant type
|
1 year ago |
Thaddeus Crews
|
9903e6779b
Enforce template syntax `typename` over `class`
|
1 year ago |
Muller-Castro
|
a8bc9f3e78
Add const lvalue ref to core/* container parameters
|
1 year ago |
Danil Alexeev
|
0c2202c56e
GDScript: Fix incorrect error message for utility functions
|
2 years ago |
Jakub Janšta
|
74c937079c
Add type_string() utility
|
1 year ago |
Rémi Verschelde
|
e95b7e84a4
Merge pull request #80844 from dalexeev/fix-callable-expected-argc
|
1 year ago |
etti
|
3a39de4e2f
Add rotate_toward and angle_difference to GDScript and C#
|
1 year ago |
Danil Alexeev
|
aff767ef07
Fix expected argument count for `Callable` call errors
|
1 year ago |
A Thousand Ships
|
893f889d74
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 year ago |
Aaron Franke
|
6f7eccc758
Add a type conversion method to Variant Utility and expose to scripting
|
2 years ago |
Jcrespo
|
528a76486c
Add inverse hyperbolic functions `asinh()`, `acosh()` & `atanh()`
|
2 years ago |
Aaron Franke
|
7e9b5e59d4
Make a header for VariantUtilityFunctions
|
2 years ago |
Juan Linietsky
|
273a6eeb66
Redo how the remote filesystem works
|
2 years ago |
Paweł
|
899da22002
Fix lerp error message
|
2 years ago |
Ninni Pipping
|
c8c43997c7
Fix type check for max/min
|
2 years ago |
George Marques
|
ed81b165eb
Make max() and min() global functions only accept numbers
|
2 years ago |
Adam Scott
|
37248d7c87
Add `@GlobalScope` `is_same(a, b)` and `Variant::identity_compare()`
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Rémi Verschelde
|
4a8b725bc9
Merge pull request #68386 from MewPurPur/snappedi-snappedf
|
2 years ago |
Yaohua Xiong
|
f9fa182abc
Refactor Curve3D::_bake() method
|
2 years ago |
Xpertice
|
3e36cc7c73
Add case for Variant::INT in lerp variant switch
|
2 years ago |
VolTer
|
e26f0906f2
Implement snappedi, snappedf, and Vector[2/3/4]i.snapped
|
2 years ago |
Haoyu Qiu
|
5da515773d
Add `is_finite` method for checking built-in types
|
3 years ago |
kobewi
|
52b20ce909
Use 64bit integers in utility methods
|
2 years ago |
kobewi
|
7499f41264
Fix wrong floori() behavior
|
2 years ago |