summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Update typed array API to match "GDScript: Fix typed arrays".bruvzg2023-01-311-23/+19
* Merge pull request #982 from WildRackoon/templates-add-LocalVectorRémi Verschelde2023-01-301-0/+339
|\
| * Add missing LocalVector templateRackoon2023-01-301-0/+339
* | Merge pull request #1023 from mashumafi/fix-alloc-orderRémi Verschelde2023-01-301-14/+14
|\ \
| * | Move allocator to after memdeletemashumafi2023-01-291-14/+14
* | | Merge pull request #956 from DmitriySalnikov/enum_bitfield_castRémi Verschelde2023-01-302-59/+69
|\ \ \ | |/ / |/| |
| * | Fixed variant casting for enum and bitfieldДмитрий Сальников2023-01-202-59/+69
* | | Use std type traits instead of intrinsicsGeorge Marques2023-01-281-4/+4
* | | Merge pull request #1003 from akien-mga/fix-sign-0Rémi Verschelde2023-01-201-1/+1
|\ \ \ | |/ / |/| |
| * | Change behavior of Math::sign to match Godot builtinErik Abair2023-01-191-1/+1
* | | Fix sign comparison warnings in method_bind.hppAndy Maloney2023-01-191-6/+8
* | | Merge pull request #1004 from asmaloney/remove-unused-ucapsRémi Verschelde2023-01-191-1415/+0
|\ \ \
| * | | Remove unused ucaps headerAndy Maloney2023-01-191-1415/+0
| |/ /
* | | Merge pull request #939 from bruvzg/gde_low_level_funcs_cppRémi Verschelde2023-01-193-49/+175
|\ \ \
| * | | Expose some low level functions and String operators.bruvzg2023-01-193-49/+175
| |/ /
* | | Merge pull request #965 from WildRackoon/fix-GDCLASS-fwddeclarationRémi Verschelde2023-01-191-0/+2
|\ \ \
| * | | Fix GDCLASS needs explicit ClassDB fwd declarationRackoon2022-12-161-0/+2
* | | | "Wrapped" has virtual functions so it should have a virtual destructor.Andy Maloney2023-01-191-0/+1
| |/ / |/| |
* | | Merge pull request #997 from asmaloney/fix-shadow-eulerorderRémi Verschelde2023-01-181-9/+1
|\ \ \
| * | | Fix a shadowed enum (EulerOrder)Andy Maloney2023-01-171-9/+1
* | | | Merge pull request #983 from rburing/variant_to_from_objectidRémi Verschelde2023-01-181-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Add conversions between Variant and ObjectIDRicardo Buring2023-01-011-0/+4
| | |/ | |/|
* | | Added property info for ptr and ref + ported the implementation of the `check...Дмитрий Сальников2023-01-133-5/+11
* | | Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-1058-1683/+1683
* | | 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-143-43/+43
* | Rename godot-headers to gdextension, move header to top folderRémi Verschelde2022-12-1411-11/+11
* | Merge pull request #958 from BastiaanOlij/improve_gdextension_virtual_refRémi Verschelde2022-12-141-2/+13
|\ \
| * | Fix virtual GDExtension method Ref<T> conversionBastiaan Olij2022-12-131-2/+13
* | | Use int64_t for BitField as in Godot itselfДмитрий Сальников2022-12-131-3/+3
|/ /
* / Rename GDNative to GDExtensionGilles Roudière2022-12-1216-426/+426
|/
* Fix cast on PtrToArg::convertEmmanuel Leblond2022-12-051-2/+2
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-0311-143/+143
* Fix lifetime of StringName objects returned by Wrapped::_get_property_listEmmanuel Leblond2022-11-291-206/+207
* Basic static analysis fixesAndy Maloney2022-11-1811-16/+16
* Update named colors to be in sync with the engineAaron Franke2022-11-121-146/+149
* Fix broken namespace isolation in GDCLASS macroEmmanuel Leblond2022-11-111-12/+12
* StringName is working fine with demo \o/Emmanuel Leblond2022-11-083-8/+8
* Correct GDNativeExtensionScriptInstanceToStringEmmanuel Leblond2022-11-081-3/+4
* Correct __constant_get_bitfield_name with StringNameEmmanuel Leblond2022-11-081-1/+1
* Remove now useless `_alloc_and_copy_cstr`Emmanuel Leblond2022-11-083-21/+0
* Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond2022-11-088-187/+193
* Uses `StringName` in GDExtension perf critical instance creation & method/pro...Emmanuel Leblond2022-11-081-12/+16
* Add missing bindings for GDNativePtr<void>.Fabio Alessandrelli2022-10-201-0/+1
* Add support for virtual and abstract classesRicardo Buring2022-10-151-3/+22
* Type `GDNativePropertyInfo.type` field as `GDNativeVariantType`Emmanuel Leblond2022-10-132-2/+2
* Run scripts to format and make headers consistentAaron Franke2022-10-0939-113/+113
* Merge pull request #885 from aaronfranke/core-data-structsRémi Verschelde2022-10-0711-206/+318
|\
| * Update core data structures to match the engineAaron Franke2022-10-0711-206/+318
* | Merge pull request #876 from Daylily-Zeleen/Daylily-Zeleen/masterRémi Verschelde2022-10-071-2/+2
|\ \