Markus Sauermann
|
c2d99fd519
Fix `Object::notification` order
|
2 years ago |
David Snopek
|
1d49bef096
Merge pull request #1184 from Zylann/fix_get_property_list_calling_parent
|
2 years ago |
Marc Gilleron
|
baf0b9e0f7
Don't call parent _get_property_list when a class doesn't define it.
|
2 years ago |
Mikael Hermansson
|
7d8cb7c155
Add support for indexed properties
|
2 years ago |
Kehom
|
20be441026
Unregister custom classes in reverse registration order
|
2 years ago |
Andy Maloney
|
db2394dbe7
Identifiers containing double underscore are reserved according to the C++ standard
|
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 |
Rémi Verschelde
|
931f1a3f34
Sync license copyright with upstream GH-70885
|
2 years ago |
Jan Haller
|
fce753c05d
Extension header: amend const correctness of `p_args` parameters
|
2 years ago |
Rémi Verschelde
|
bab247dcb6
Rename godot-headers to gdextension, move header to top folder
|
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 |
Emmanuel Leblond
|
a706a9ceb9
Remove now useless `_alloc_and_copy_cstr`
|
2 years ago |
Emmanuel Leblond
|
e24b6b0e51
Use StringName in the whole GDExtension API instead of const char *
|
2 years ago |
Ricardo Buring
|
01960ffc9f
Add support for virtual and abstract classes
|
2 years ago |
Aaron Franke
|
592bd15c7a
Run scripts to format and make headers consistent
|
2 years ago |
Rémi Verschelde
|
0eba81ef79
Merge pull request #876 from Daylily-Zeleen/Daylily-Zeleen/master
|
2 years ago |
daylilyzeleen
|
3e91ec1729
Add detail infos for binding error message.
|
2 years ago |
Marc Gilleron
|
5de2c059d1
Fix deriving a custom class with virtual methods
|
2 years ago |
bruvzg
|
36273baa7e
Change PropertyInfo members to String.
|
2 years ago |
bruvzg
|
270ad28931
Add support for `_notification`, `_set`, `_get`, `_get_property_list`, `_property_can_revert`, `_property_get_revert`, and `_to_string` methods.
|
3 years ago |
Yuri Sizov
|
fa111d7078
Add support for `property_*_revert` methods
|
3 years ago |
bruvzg
|
713b122b84
Add support for BitField hint, sync API files.
|
3 years ago |
bruvzg
|
031a83b0ea
[Method Bind] Add support for default argument values and static method binding. Sync headers.
|
3 years ago |
bruvzg
|
817efdd484
Fix build after "Discern between VIRTUAL and ABSTRACT class bindings".
|
3 years ago |
Rémi Verschelde
|
1632322ce0
Update copyright year
|
3 years ago |
bruvzg
|
e36180f377
Port a bunch of Godot container templates to GDExtension.
|
3 years ago |
Bradley Clemetson
|
76c4adb7f8
Normalized additional macros to ensure that everything works without client code needing using
|
3 years ago |