Mikael Hermansson
|
943d1c8cdf
Change bit field enums to use `uint64_t` as underlying type
|
1 year ago |
Rémi Verschelde
|
4fed88afcf
Merge pull request #1307 from LAK132/master
|
1 year ago |
LAK132
|
39c139c814
Fix file list issues when trying to build with meson via cmake
|
1 year ago |
David Snopek
|
d33bd47219
Add `CallableCustom` that devs can use in their GDExtensions
|
1 year ago |
David Snopek
|
64eac01d04
Merge pull request #1266 from dsnopek/automatic-engine-class-registration
|
1 year ago |
David Snopek
|
b507b3e591
Automatically register only engine classes whose header has been included
|
1 year ago |
David Snopek
|
3d814f9e4a
Use the new `string_name_new_with_latin1_chars` function to improve StringName construction performance
|
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
|
1 year ago |
David Snopek
|
8990d5a40e
Merge pull request #1091 from Daylily-Zeleen/daylily-zeleen/implement_builtin_classes_vararg_methods
|
1 year ago |
David Snopek
|
3cd3f24150
Ensure that PtrToArg specializations for native structs are used
|
1 year ago |
David Snopek
|
5eebc6b20c
Merge pull request #1193 from Zylann/version_header
|
1 year 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 |