summaryrefslogtreecommitdiffstats
path: root/src/core/method_bind.cpp
Commit message (Collapse)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
| | | | | | | | | | | | | Non-exhaustive list of case-sensitive renames: GDExtension -> GDNative GDNATIVE -> GDEXTENSION gdextension -> gdnative ExtensionExtension -> Extension (for where there was GDNativeExtension) EXTENSION_EXTENSION -> EXTENSION (for where there was GDNATIVE_EXTENSION) gdnlib -> gdextension gdn_interface -> gde_interface gdni -> gde_interface
* 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 ↵bruvzg2022-05-061-0/+8
| | | | binding. Sync headers.
* Update copyright yearRémi Verschelde2022-03-151-2/+2
|
* Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add ↵bruvzg2022-02-141-1/+1
| | | | missing `CharString` method implementations.
* 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