summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/core/binder_common.hpp
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-311-2/+4
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-101-41/+41
* Fix expected argument count for call errorsA Thousand Ships2023-12-301-22/+22
* Implement `callable_mp()` and `callable_mp_static()`David Snopek2023-09-211-0/+90
* Update to load function pointers for GDExtension interfaceDavid Snopek2023-05-091-3/+3
* Fixed variant casting for enum and bitfieldДмитрий Сальников2023-01-201-38/+38
* Added property info for ptr and ref + ported the implementation of the `check...Дмитрий Сальников2023-01-131-1/+7
* Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-101-29/+29
* Allow method binds to take Object subclasses as argumentsFabio Alessandrelli2023-01-101-3/+18
* Extension header: amend const correctness of `p_args` parametersJan Haller2022-12-141-18/+18
* Rename godot-headers to gdextension, move header to top folderRémi Verschelde2022-12-141-1/+1
* Rename GDNative to GDExtensionGilles Roudière2022-12-121-62/+62
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-031-56/+56
* Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond2022-11-081-2/+2
* Run scripts to format and make headers consistentAaron Franke2022-10-091-3/+3
* Bind enums in built-in types and expose bindings for global constantsMikael Hermansson2022-10-061-0/+3
* Add support for BitField hint, sync API files.bruvzg2022-07-111-0/+21
* Cast `Variant::Type` to `GDNativeVariantType`Teodor Potancok2022-05-171-4/+4
* [Method Bind] Add support for default argument values and static method bindi...bruvzg2022-05-061-0/+112
* Update copyright yearRémi Verschelde2022-03-151-2/+2
* Fixing compiler warnings around implicit type casting loosing precisionBastiaan Olij2021-11-221-12/+12
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-281-3/+3
* Auto-bind virtual method overridesGeorge Marques2021-09-271-2/+2
* Fix issues with method callsGeorge Marques2021-09-271-4/+4
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-0/+449