summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/classes
Commit message (Expand)AuthorAgeFilesLines
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-102-58/+58
* Fix virtual GDExtension method Ref<T> conversionBastiaan Olij2022-12-131-2/+13
* Rename GDNative to GDExtensionGilles Roudière2022-12-122-101/+101
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-032-12/+12
* Fix lifetime of StringName objects returned by Wrapped::_get_property_listEmmanuel Leblond2022-11-291-206/+207
* Basic static analysis fixesAndy Maloney2022-11-181-6/+6
* Fix broken namespace isolation in GDCLASS macroEmmanuel Leblond2022-11-111-12/+12
* StringName is working fine with demo \o/Emmanuel Leblond2022-11-081-5/+5
* Correct GDNativeExtensionScriptInstanceToStringEmmanuel Leblond2022-11-081-3/+4
* Remove now useless `_alloc_and_copy_cstr`Emmanuel Leblond2022-11-081-7/+0
* Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond2022-11-082-15/+10
* Uses `StringName` in GDExtension perf critical instance creation & method/pro...Emmanuel Leblond2022-11-081-12/+16
* Type `GDNativePropertyInfo.type` field as `GDNativeVariantType`Emmanuel Leblond2022-10-131-1/+1
* Run scripts to format and make headers consistentAaron Franke2022-10-092-6/+6
* Fix deriving a custom class with virtual methodsMarc Gilleron2022-09-211-3/+3
* Merge pull request #844 from Zylann/fix_get_constRémi Verschelde2022-09-161-6/+6
|\
| * Fix issues with `_get` and `_get_property_list`Marc Gilleron2022-09-151-6/+6
* | Change PropertyInfo members to String.bruvzg2022-09-142-9/+9
|/
* Ensure GDCLASS can be used outside the godot namespace.Fabio Alessandrelli2022-09-011-21/+21
* Add support for `_notification`, `_set`, `_get`, `_get_property_list`, `_prop...bruvzg2022-08-221-62/+263
* Allow GDCLASS in own namespacesKevin Smith2022-07-311-1/+1
* Fix "_instance_bindings != nullptr" for Wrapped objects.Fabio Alessandrelli2022-07-291-1/+4
* Merge pull request #677 from lukas-toenne/fix_object_ptr_argsFabio Alessandrelli2022-07-291-2/+2
|\
| * Fix for pointer indirection in the Ref<T> template.Lukas Tönne2022-01-071-2/+2
* | Update copyright yearRémi Verschelde2022-03-152-4/+4
* | Fix GDCLASS when inherited class is in another namespaceMarc Gilleron2022-02-201-2/+6
* | Fix object_set_instance being wrongly called for built-in wrapped classesGilles Roudière2021-12-061-19/+2
|/
* Make extension instances create the corresponding godot object in their const...Gilles Roudière2021-12-031-151/+128
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-282-119/+119
* Add Ref<T> binding support.Fabio Alessandrelli2021-09-281-0/+43
* Implement Ref copy constructorBastiaan Olij2021-09-271-20/+39
* Fix creation (and godot-side deletion) of extended objects.Fabio Alessandrelli2021-09-271-9/+12
* Change constructor/destructor management of extension classesGeorge Marques2021-09-272-111/+154
* Auto-bind virtual method overridesGeorge Marques2021-09-271-0/+6
* Replace bindgins to work with extensionsGeorge Marques2021-09-272-0/+389