David Snopek
|
b507b3e591
Automatically register only engine classes whose header has been included
|
1 year ago |
David Snopek
|
b1fd1b65fd
Merge pull request #1242 from AThousandShips/null_check
|
1 year ago |
David Snopek
|
0d6de7a80e
Merge pull request #1164 from dsnopek/classdb-singleton-alternate
|
1 year ago |
A Thousand Ships
|
1e5767693e
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 year ago |
David Snopek
|
5cdc2fc099
Merge pull request #1214 from dsnopek/ptrtoarg-native-struct
|
2 years ago |
David Snopek
|
8990d5a40e
Merge pull request #1091 from Daylily-Zeleen/daylily-zeleen/implement_builtin_classes_vararg_methods
|
2 years ago |
David Snopek
|
3cd3f24150
Ensure that PtrToArg specializations for native structs are used
|
2 years ago |
David Snopek
|
5eebc6b20c
Merge pull request #1193 from Zylann/version_header
|
2 years ago |
David Snopek
|
6f913563d8
Add static methods to `ClassDB` for the methods bound to the `ClassDB` singleton
|
2 years ago |
David Snopek
|
8bc1c1dbeb
Implement `String::resize()`
|
2 years ago |
Marc Gilleron
|
c6b2c82570
Added generated version header
|
2 years ago |
Marc Gilleron
|
548c758677
Don't cache `null` forever if a singleton isn't available yet
|
2 years ago |
David Snopek
|
efc16b49d9
In generated methods, only construct the method StringName the first time
|
2 years ago |
Daylily-Zeleen
|
3536803e9e
Implement vararg methods of builtin classes.
|
2 years ago |
Rémi Verschelde
|
130644c061
Merge pull request #1138 from dsnopek/editor-plugins-deinitialize
|
2 years ago |
Rémi Verschelde
|
ca78bcf558
Merge pull request #1086 from lucasrafael98/fixes/missing-include-audio-frame
|
2 years ago |
Rémi Verschelde
|
f56f45156b
Merge pull request #1143 from bruvzg/py_utf8
|
2 years ago |
bruvzg
|
f1ad719ffc
Force UTF-8 encoding in the binding generator script.
|
2 years ago |
Andy Maloney
|
db2394dbe7
Identifiers containing double underscore are reserved according to the C++ standard
|
2 years ago |
David Snopek
|
d28a3cbbd5
Automatically remove editor plugins when deinitializing GDExtension
|
2 years ago |
Rémi Verschelde
|
d12cf071bb
Merge pull request #1128 from Mathis-Z/master
|
2 years ago |
Mathis-Z
|
ac98dd2752
Fixing #1127 by making return types of auto-generated functions dynamic
|
2 years ago |
David Snopek
|
ad726015e7
Revert the changes from PR #1044 and #1045 and standardize on `Object **` encoding in ptrcall
|
2 years ago |
Rémi Verschelde
|
2078c00bab
Merge pull request #1114 from dsnopek/editor-plugins
|
2 years ago |
David Snopek
|
e75ebffb70
Add support for adding/removing editor plugins
|
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 |
Lucas Rafael
|
cb0b105402
Fix: Include method_ptrcall.hpp on simple structs.
|
2 years ago |
Daylily-Zeleen
|
a614f61015
Fix global enum cast and add Varint::Type cast.
|
2 years ago |
bruvzg
|
37f6e35974
Update typed array API to match "GDScript: Fix typed arrays".
|
2 years ago |