Thaddeus Crews
|
9e48c45bfc
Enforce template syntax `typename` over `class`
|
1 year ago |
David Snopek
|
f7a9d32f32
Fix _notification with parent and child classes
|
1 year ago |
Thaddeus Crews
|
805cdde0b7
GDCLASS synced by ending with "private:"
|
1 year ago |
David Snopek
|
9d813310bb
Add protections against registering classes that didn't use GDCLASS()
|
1 year ago |
David Snopek
|
f7ffc4fe4d
Automatically register only engine classes whose header has been included
|
1 year ago |
David Snopek
|
bc82ae8b0b
Add static methods to `ClassDB` for the methods bound to the `ClassDB` singleton
|
2 years ago |
A Thousand Ships
|
014132d4c0
Ensure `const` correctness for wrappers
|
1 year ago |
Andy Maloney
|
db2394dbe7
Identifiers containing double underscore are reserved according to the C++ standard
|
2 years ago |
Rémi Verschelde
|
04731d2b78
Merge pull request #965 from WildRackoon/fix-GDCLASS-fwddeclaration
|
2 years ago |
Andy Maloney
|
5dd2928790
"Wrapped" has virtual functions so it should have a virtual destructor.
|
2 years ago |
Rémi Verschelde
|
931f1a3f34
Sync license copyright with upstream GH-70885
|
2 years ago |
Rackoon
|
72d537fd95
Fix GDCLASS needs explicit ClassDB fwd declaration
|
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
|
fa405a8337
Fix lifetime of StringName objects returned by Wrapped::_get_property_list
|
2 years ago |
Andy Maloney
|
c7e34c2f9d
Basic static analysis fixes
|
2 years ago |
Emmanuel Leblond
|
2745d341aa
Fix broken namespace isolation in GDCLASS macro
|
2 years ago |
Emmanuel Leblond
|
b6ba0dca13
StringName is working fine with demo \o/
|
2 years ago |
Emmanuel Leblond
|
3b82d5937b
Correct GDNativeExtensionScriptInstanceToString
|
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 |
Emmanuel Leblond
|
0e81f89dd3
Uses `StringName` in GDExtension perf critical instance creation & method/properties setter/getter
|
2 years ago |
Emmanuel Leblond
|
b21931c4a3
Type `GDNativePropertyInfo.type` field as `GDNativeVariantType`
|
2 years ago |
Aaron Franke
|
592bd15c7a
Run scripts to format and make headers consistent
|
2 years ago |
Marc Gilleron
|
5de2c059d1
Fix deriving a custom class with virtual methods
|
2 years ago |
Rémi Verschelde
|
3276688c82
Merge pull request #844 from Zylann/fix_get_const
|
2 years ago |
Marc Gilleron
|
6f3bdab090
Fix issues with `_get` and `_get_property_list`
|
2 years ago |
bruvzg
|
36273baa7e
Change PropertyInfo members to String.
|
2 years ago |
Fabio Alessandrelli
|
bcf27d8af4
Ensure GDCLASS can be used outside the godot namespace.
|
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 |