David Snopek
|
a7127d3ec7
Merge pull request #1771 from tomfull123/array-constructor-crash
|
3 months ago |
Thaddeus Crews
|
64cdf089d9
CI: Various version bumps; sync with main repo
|
5 months ago |
Tom
|
ddd4f2513c
Fixed a crash with an Array constructor
|
5 months ago |
Tom
|
946a693859
.
|
6 months ago |
Tom
|
a2c37f8a16
Made the Array's ptr and ptrw methods private
|
7 months ago |
Thaddeus Crews
|
7056c996dd
Style: Replace header guards with `#pragma once`
|
6 months ago |
Lukas Tenbrink
|
daef7d48ea
Add variant_internal.hpp.
|
10 months ago |
David Snopek
|
688ed4b388
Merge pull request #1626 from ruffenman/remove-unimplemented-variant-functions
|
11 months ago |
David Snopek
|
0602c32986
Directly get object instance ID from `Variant` and implement `Variant::get_validated_object()`
|
1 year ago |
ruffenman
|
42a35a1852
Remove unimplemented static variant functions 'blend' and 'interpolate'. If a user attempts to call either of these it will introduce a linker error and it may not be immediately clear to them why. Also, variant interpolation can already be accessed via 'UtilityFunctions::lerp', making at least the interpolate function unecessary here.
|
11 months ago |
Chris Cranford
|
78b63203d4
Add missing enum & ctor for PackedVector4Array implementation
|
1 year ago |
David Snopek
|
44d78ec881
Merge pull request #1409 from Repiteo/class-to-typename
|
1 year ago |
Thaddeus Crews
|
87f5fb0691
Enforce template syntax `typename` over `class`
|
1 year ago |
David Snopek
|
c4fde852e6
Avoid creating most objects that Godot is going to use placement new to initialize
|
1 year ago |
A Thousand Ships
|
f037a697eb
Add missing `OP_POWER` operator to `Variant`
|
1 year ago |
Aaron Franke
|
646c71c277
Add PackedRealArray as an alias for PackedFloat(32/64)Array
|
1 year ago |
Thaddeus Crews
|
bcac96c8c2
Add missing int→Variant conversions
|
1 year ago |
Matthew Murphy
|
ca3e25de04
Fix variant call compiler error
|
2 years ago |
Daylily-Zeleen
|
3536803e9e
Implement vararg methods of builtin classes.
|
2 years ago |
bruvzg
|
abca497b72
Expose some low level functions and String operators.
|
2 years ago |
Rémi Verschelde
|
0dfe0d0166
Merge pull request #983 from rburing/variant_to_from_objectid
|
2 years ago |
Rémi Verschelde
|
931f1a3f34
Sync license copyright with upstream GH-70885
|
2 years ago |
Ricardo Buring
|
d4e1dfe5dc
Add conversions between Variant and ObjectID
|
2 years ago |
Rémi Verschelde
|
bab247dcb6
Rename godot-headers to gdextension, move header to top folder
|
2 years ago |
Gilles Roudière
|
c02e644679
Rename GDNative to GDExtension
|
2 years ago |
Emmanuel Leblond
|
fe86a94dcf
Fix const qualifier for parameters in GDExtension api functions
|
2 years ago |
Aaron Franke
|
592bd15c7a
Run scripts to format and make headers consistent
|
3 years ago |
bruvzg
|
91c56a0ad1
Add bindings for Vector4, Vector4i, Projection built-in types.
|
3 years ago |
bruvzg
|
e3119e7d05
Sync containers with new HashMap/HashSet, sync API headers.
|
3 years ago |
Rémi Verschelde
|
1632322ce0
Update copyright year
|
3 years ago |