summaryrefslogtreecommitdiffstats
path: root/include/godot_cpp/core/method_bind.hpp
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-311-2/+4
* Fix argument metadata when binding methodsYuri Sizov2024-06-271-1/+1
* Allow submitting documentation to the Godot editorDavid Snopek2024-05-071-0/+2
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-101-21/+21
* Identifiers containing double underscore are reserved according to the C++ st...Andy Maloney2023-06-151-2/+2
* Fix sign comparison warnings in method_bind.hppAndy Maloney2023-01-191-6/+8
* 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-19/+19
* Rename godot-headers to gdextension, move header to top folderRémi Verschelde2022-12-141-1/+1
* Rename GDNative to GDExtensionGilles Roudière2022-12-121-56/+56
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-031-19/+19
* Basic static analysis fixesAndy Maloney2022-11-181-1/+1
* StringName is working fine with demo \o/Emmanuel Leblond2022-11-081-1/+1
* 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-081-55/+56
* Type `GDNativePropertyInfo.type` field as `GDNativeVariantType`Emmanuel Leblond2022-10-131-1/+1
* Run scripts to format and make headers consistentAaron Franke2022-10-091-3/+3
* Change PropertyInfo members to String.bruvzg2022-09-141-14/+34
* Add support for `_notification`, `_set`, `_get`, `_get_property_list`, `_prop...bruvzg2022-08-221-3/+3
* Fix crash when using static methods without return valueAlessandro Famà2022-07-031-1/+5
* Cast `Variant::Type` to `GDNativeVariantType`Teodor Potancok2022-05-171-3/+3
* [Method Bind] Add support for default argument values and static method bindi...bruvzg2022-05-061-5/+141
* Add support for variadic method binds with the typed return. Sync headers.bruvzg2022-03-301-34/+80
* Update copyright yearRémi Verschelde2022-03-151-2/+2
* Fixed crash on release builds due to missing argument type informationMelissa Geels2022-03-021-8/+0
* Fixing compiler warnings around implicit type casting loosing precisionBastiaan Olij2021-11-221-9/+9
* Change constructor/destructor management of extension classesGeorge Marques2021-09-271-1/+1
* Auto-bind virtual method overridesGeorge Marques2021-09-271-4/+4
* Replace bindgins to work with extensionsGeorge Marques2021-09-271-0/+539