Rémi Verschelde
|
ae33cf5f45
Merge pull request #36379 from aaronfranke/color-constructors
|
5 years ago |
Thakee Nathees
|
e32cdbe568
Fix: can't convert Transform -> Transform2D
|
5 years ago |
Aaron Franke
|
90df1d67cb
Color with alpha constructor
|
6 years ago |
Aaron Franke
|
540156b387
[Core] Rename linear_interpolate to lerp
|
5 years ago |
Aaron Franke
|
72ecd36cb3
Print errors when passing an invalid type to xform
|
5 years ago |
lupoDharkael
|
95a1400a2a
Replace NULL with nullptr
|
5 years ago |
Zak Grumbles
|
d648f77119
Make dict erase node sequenced godotengine#37477
|
5 years ago |
Rémi Verschelde
|
56175bb6fa
Merge pull request #36896 from kuruk-mm/doc_return_variant_2
|
5 years ago |
Mateo Miccino
|
64cd5d197d
Doctool and core: Fix return type in docs for some Variant methods assigning PROPERTY_USAGE_NIL_IS_VARIANT to MethodInfo usage when we have something to return
|
5 years ago |
Fabio Alessandrelli
|
b8ddaf9c33
Refactor ScriptDebugger.
|
5 years ago |
Michael Alexsander
|
8c8c48a7ad
Turn Rect2's 'intersects_touch()' into an extra argument of 'intersects()'
|
5 years ago |
Rémi Verschelde
|
6c8f2ae53a
Update docs and bindings for new integer vector types
|
5 years ago |
Juan Linietsky
|
33b5c57199
Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT.
|
5 years ago |
Juan Linietsky
|
88f84c78ca
Store arrays inside of Variant as shared.
|
5 years ago |
Juan Linietsky
|
6da0eef9e6
Add support for Vector2i, Rect2i and Vector3i to Variant
|
5 years ago |
Juan Linietsky
|
3c0059650d
Added StringName as a variant type.
|
5 years ago |
Juan Linietsky
|
69c95f4b4c
Reworked signal connection system, added support for Callable and Signal objects and made them default.
|
5 years ago |
Juan Linietsky
|
3205a92ad8
PoolVector is gone, replaced by Vector
|
5 years ago |
Juan Linietsky
|
867d073b98
Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr.
|
5 years ago |
Hanif Bin Ariffin
|
7bc1dc828f
Remove deprecated Color::gray
|
6 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Aaron Franke
|
1b8b380993
Document that translated does not behave like rotated or scaled
|
5 years ago |
Rémi Verschelde
|
9abc0ad8a5
Merge pull request #27792 from Giacom/fix_quat
|
5 years ago |
Rémi Verschelde
|
77816fea8b
Merge pull request #32477 from aaronfranke/equal-approx-separate
|
5 years ago |
PouleyKetchoupp
|
475115c0c3
Added empty() function to pool array types
|
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 |
qarmin
|
04c6579fd7
Don't use in some functions empty PoolByteArrays
|
5 years ago |
Rémi Verschelde
|
7f075e519a
Merge pull request #32741 from qarmin/fix_string_utf_ascii
|
5 years ago |
qarmin
|
c62da553cb
Don't use to_utf8() and to_ascii() on empty String
|
5 years ago |