David Snopek
|
8fbb7cf795
Allow GDExtensions to register virtual methods and call them on scripts
|
1 éve |
Chris Cranford
|
5f350e2572
Rework GDCLASS macro to allow pure virtual functions
|
1 éve |
David Snopek
|
a61cdc8860
Add protections against registering classes that didn't use GDCLASS()
|
1 éve |
David Snopek
|
b507b3e591
Automatically register only engine classes whose header has been included
|
1 éve |
David Snopek
|
df849651d9
Changes necessary for hot reload to work
|
2 éve |
David Snopek
|
c18c1916c3
Implement `callable_mp()` and `callable_mp_static()`
|
2 éve |
David Snopek
|
3a02feddc3
Update for addition of `get_virtual_call_data_func` and `call_virtual_func` to `GDExtensionClassCreationInfo2`
|
1 éve |
David Snopek
|
b1fd1b65fd
Merge pull request #1242 from AThousandShips/null_check
|
1 éve |
David Snopek
|
0d6de7a80e
Merge pull request #1164 from dsnopek/classdb-singleton-alternate
|
1 éve |
A Thousand Ships
|
1e5767693e
Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 éve |
David Snopek
|
aa6867e6c9
Support `_validate_property()`
|
1 éve |
Daylily-Zeleen
|
2d1f852baf
Implement register unexposed class.
|
2 éve |
Markus Sauermann
|
c2d99fd519
Fix `Object::notification` order
|
2 éve |
David Snopek
|
6f913563d8
Add static methods to `ClassDB` for the methods bound to the `ClassDB` singleton
|
2 éve |
David Snopek
|
1d49bef096
Merge pull request #1184 from Zylann/fix_get_property_list_calling_parent
|
2 éve |
Marc Gilleron
|
baf0b9e0f7
Don't call parent _get_property_list when a class doesn't define it.
|
2 éve |
Mikael Hermansson
|
7d8cb7c155
Add support for indexed properties
|
2 éve |
Kehom
|
20be441026
Unregister custom classes in reverse registration order
|
2 éve |
Andy Maloney
|
db2394dbe7
Identifiers containing double underscore are reserved according to the C++ standard
|
2 éve |
David Snopek
|
431e30bc32
Ensure GDExtension class is the correct type for the Godot engine class
|
2 éve |
David Snopek
|
a5c6ca5920
Update to load function pointers for GDExtension interface
|
2 éve |
Rémi Verschelde
|
931f1a3f34
Sync license copyright with upstream GH-70885
|
2 éve |
Jan Haller
|
fce753c05d
Extension header: amend const correctness of `p_args` parameters
|
2 éve |
Rémi Verschelde
|
bab247dcb6
Rename godot-headers to gdextension, move header to top folder
|
2 éve |
Gilles Roudière
|
c02e644679
Rename GDNative to GDExtension
|
2 éve |
Emmanuel Leblond
|
fe86a94dcf
Fix const qualifier for parameters in GDExtension api functions
|
2 éve |
Emmanuel Leblond
|
b6ba0dca13
StringName is working fine with demo \o/
|
2 éve |
Emmanuel Leblond
|
a706a9ceb9
Remove now useless `_alloc_and_copy_cstr`
|
2 éve |
Emmanuel Leblond
|
e24b6b0e51
Use StringName in the whole GDExtension API instead of const char *
|
2 éve |
Ricardo Buring
|
01960ffc9f
Add support for virtual and abstract classes
|
2 éve |