summaryrefslogtreecommitdiffstats
path: root/src/classes
Commit message (Expand)AuthorAgeFilesLines
* Don't call parent _get_property_list when a class doesn't define it.Marc Gilleron2023-07-261-0/+29
* Automatically remove editor plugins when deinitializing GDExtensionDavid Snopek2023-06-131-0/+61
* Update to load function pointers for GDExtension interfaceDavid Snopek2023-05-092-8/+8
* Fix compilation error: const GDExtensionStringPtr -> GDExtensionConstStringPtrZhehang Ding2023-02-141-2/+2
* Expose some low level functions and String operators.bruvzg2023-01-191-0/+58
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-101-29/+29
* Rename GDNative to GDExtensionGilles Roudière2022-12-121-3/+3
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-031-6/+2
* Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond2022-11-081-4/+8
* Uses `StringName` in GDExtension perf critical instance creation & method/pro...Emmanuel Leblond2022-11-081-5/+5
* Update copyright yearRémi Verschelde2022-03-151-2/+2
* Fix object_set_instance being wrongly called for built-in wrapped classesGilles Roudière2021-12-061-1/+8
* Make extension instances create the corresponding godot object in their const...Gilles Roudière2021-12-031-0/+56