summaryrefslogtreecommitdiffstats
path: root/src/core/method_bind.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-311-2/+4
* Update to load function pointers for GDExtension interfaceDavid Snopek2023-05-091-1/+1
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-101-29/+29
* Extension header: amend const correctness of `p_args` parametersJan Haller2022-12-141-2/+2
* Rename GDNative to GDExtensionGilles Roudière2022-12-121-5/+5
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-031-2/+2
* Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond2022-11-081-22/+7
* [Method Bind] Add support for default argument values and static method bindi...bruvzg2022-05-061-0/+8
* Update copyright yearRémi Verschelde2022-03-151-2/+2
* Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add missi...bruvzg2022-02-141-1/+1
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-281-1/+1
* Fix issues with method callsGeorge Marques2021-09-271-1/+1
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-0/+120