Aaron Franke
|
592bd15c7a
|
Run scripts to format and make headers consistent
|
2022-10-09 01:47:07 -05:00 |
Fabio Alessandrelli
|
8d4de1b537
|
Merge pull request #677 from lukas-toenne/fix_object_ptr_args
Fixed pointer indirection in the PtrToArg template for Object arguments.
|
2022-07-29 01:17:34 +02:00 |
bruvzg
|
91c56a0ad1
|
Add bindings for Vector4, Vector4i, Projection built-in types.
|
2022-07-21 09:36:38 +03:00 |
Rémi Verschelde
|
1632322ce0
|
Update copyright year
|
2022-03-15 10:17:53 +01:00 |
bruvzg
|
a8cd21ac07
|
Fix "const" NativePtr binds.
|
2022-02-16 11:35:13 +02:00 |
Lukas Tönne
|
5fa9b765dc
|
Fixed pointer indirection in the PtrToArg template for Object arguments.
|
2022-01-02 17:10:32 +01:00 |
Bastiaan Olij
|
ef528d3a86
|
Rename interface to gdn_interface because it's a defined keyword under windows
|
2021-10-28 19:44:20 +11:00 |
Fabio Alessandrelli
|
80fdb9146f
|
Add pointers support for virtual methods.
As introduced in godot for virtual methods.
Custom structs are not yet supported.
|
2021-09-27 16:13:24 +02:00 |
Fabio Alessandrelli
|
ea7324afe8
|
Fix encoding/decoding of null objects.
|
2021-09-27 23:08:12 +10:00 |
Fabio Alessandrelli
|
42dd64f22f
|
Fix binding of function that takes Object * parameters.
|
2021-09-27 23:08:11 +10:00 |
Fabio Alessandrelli
|
cc88df05e7
|
Fix PtrToArg encoding for `Object *`.
It didn't set the return value at all, changing the local value instead.
Now instead correctly sets it as a generic pointer type from `_owner`.
|
2021-09-27 23:08:11 +10:00 |
George Marques
|
e4ed48976a
|
Replace bindgins to work with extensions
|
2021-09-27 23:08:08 +10:00 |