A Thousand Ships
|
38f9769bc6
[Core] Improve error messages with `vformat`
|
6 months ago |
rune-scape
|
cee0e6667a
Refactor ref-counting code and fix ref counted releasing before aquiring
|
10 months ago |
Thaddeus Crews
|
9853a69144
Implement typed dictionaries
|
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 |
Juan Linietsky
|
1c93606e47
Add ValidatedCall to MethodBind
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Rémi Verschelde
|
cfb9cae23a
Merge pull request #62814 from KoBeWi/strint
|
2 years ago |
Aaron Franke
|
83634119d4
Replace Quaternion Euler constructor with `from_euler` method
|
2 years ago |
bruvzg
|
163257d51b
[GDExtension] Implement support for typed arrays.
|
2 years ago |
kobewi
|
a43319b6c9
Restore numeric from String constructors
|
3 years ago |
Yuri Rubinsky
|
e97ece55aa
Add constructor accepting four Vector4's to `Projection`
|
2 years ago |
reduz
|
455c06ecd4
Implement Vector4, Vector4i, Projection
|
2 years ago |
Rémi Verschelde
|
e7a58a7eb6
Core: Rename math 'phi' arguments to 'angle'
|
3 years ago |
Rémi Verschelde
|
c273ddc3ee
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
reduz
|
d03b7fbe09
Refactored Node3D rotation modes
|
3 years ago |
mennomax
|
b4eeeb315a
Swap args of Plane(point, normal) constructor
|
4 years ago |
Vincent D
|
aa82cb6f35
Expose get_skew for transform2d and add new constructor
|
3 years ago |
reduz
|
2c81e5fa0e
Make some variant internal functions public.
|
3 years ago |
Pedro J. Estébanez
|
04688b92ff
Rename Reference to RefCounted
|
3 years ago |
Marcel Admiraal
|
8acd13a456
Rename Quat to Quaternion
|
4 years ago |
Aaron Franke
|
de3f6699a5
Rename Transform to Transform3D in core
|
4 years ago |
Alex Hirsch
|
6985967c3b
Add missing ERR_FAIL_INDEX check to Variant::construct
|
4 years ago |
Aaron Franke
|
f55445079a
Replace ColorN and from HTML with a string constructor
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
cb42bf113c
Merge pull request #44406 from vnen/variant-ptr-construct
|
4 years ago |
George Marques
|
35e7490c95
Add PtrConstruct template to use in Variant constructors
|
4 years ago |
George Marques
|
e4e9231420
Use pointer parameters in Variant function pointers
|
4 years ago |
George Marques
|
029fd88adb
Fix VariantInternal initialization and setting of object
|
4 years ago |