Thaddeus Crews
|
e8b6887b36
Add missing int→Variant conversions
|
1 year ago |
gilzoide
|
698da13d66
Fix return value and r_valid value in Variant::iter_init and iter_next
|
1 year ago |
Matthew Murphy
|
857d8e3a56
Fix variant call compiler error
|
2 years ago |
David Snopek
|
431e30bc32
Ensure GDExtension class is the correct type for the Godot engine class
|
2 years ago |
David Snopek
|
a5c6ca5920
Update to load function pointers for GDExtension interface
|
2 years ago |
Fabio Alessandrelli
|
d64d97cb17
Fix Variant::can_convert[_strict] returning gibberish.
|
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 |
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 |
Emmanuel Leblond
|
b6ba0dca13
StringName is working fine with demo \o/
|
2 years ago |
Aaron Franke
|
0455f72ede
Use struct instead of class for core structures
|
2 years ago |
Silc Renew
|
440c4ed703
Mode some methods to Animation from Variant
|
2 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 |
bruvzg
|
bf8fc4c53d
Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add missing `CharString` method implementations.
|
3 years ago |
Gilles Roudière
|
55ba2602db
Avoid crash in Variant constructor from nullptr Object*
|
3 years ago |
Bastiaan Olij
|
ef528d3a86
Rename interface to gdn_interface because it's a defined keyword under windows
|
3 years ago |
Bastiaan Olij
|
46c63af715
Re-introduce build-in type code for core types
|
4 years ago |
George Marques
|
8bcf32a619
Fix issues with method calls
|
4 years ago |
George Marques
|
e4ed48976a
Replace bindgins to work with extensions
|
4 years ago |