summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #897 from touilleMan/gdextension-fix-gdnative-types-const-...Emmanuel Leblond2022-12-0320-273/+272
|\
| * Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-0320-273/+272
|/
* headers: Sync with upstream commit 0ff874291 (4.0-beta7)Rémi Verschelde2022-12-011-258/+391
* Merge pull request #940 from touilleMan/fix-get_property_list-stringname-life...Rémi Verschelde2022-11-291-206/+207
|\
| * Fix lifetime of StringName objects returned by Wrapped::_get_property_listEmmanuel Leblond2022-11-291-206/+207
|/
* headers: Sync with upstream commit 7f8ecffa5 (4.0-beta6)Rémi Verschelde2022-11-231-130/+290
* Merge pull request #927 from asmaloney/type-warningsRémi Verschelde2022-11-231-3/+3
|\
| * Fix some type warnings in exampleAndy Maloney2022-11-161-3/+3
* | Merge pull request #930 from rune-scape/rune-missing-string-opsRémi Verschelde2022-11-222-16/+36
|\ \
| * | Add missing String operatorsrune-scape2022-11-202-16/+36
* | | Merge pull request #932 from Faless/build/4.x_msvc_runtimeRémi Verschelde2022-11-212-7/+7
|\ \ \
| * | | [SCons] Link MSVC debug runtime for optimize=none|debug only.Fabio Alessandrelli2022-11-212-7/+7
| |/ /
* | | Merge pull request #929 from asmaloney/static-analysis-fixesRémi Verschelde2022-11-2113-28/+28
|\ \ \ | |/ / |/| |
| * | Basic static analysis fixesAndy Maloney2022-11-1813-28/+28
|/ /
* | headers: Resync with actual 4.0-beta5 release buildRémi Verschelde2022-11-161-3/+17
* | headers: Sync with upstream commit 89a33d28f (4.0-beta5)Rémi Verschelde2022-11-161-331/+1211
* | Fixup after 243ec87918Rémi Verschelde2022-11-161-1/+1
* | Sync gdnative_interface.h with upstream refactoringRémi Verschelde2022-11-161-26/+46
|/
* Merge pull request #924 from aaronfranke/color-namesRémi Verschelde2022-11-141-146/+149
|\
| * Update named colors to be in sync with the engineAaron Franke2022-11-121-146/+149
|/
* Merge pull request #920 from touilleMan/fix-using-godot-requiredRémi Verschelde2022-11-111-12/+12
|\
| * Fix broken namespace isolation in GDCLASS macroEmmanuel Leblond2022-11-111-12/+12
|/
* Merge pull request #913 from bruvzg/mac_androidRémi Verschelde2022-11-112-0/+5
|\
| * Fix Android build on macOS.bruvzg2022-11-102-0/+5
|/
* Merge pull request #896 from touilleMan/stringname-in-gdextension-apiEmmanuel Leblond2022-11-0816-369/+377
|\
| * Fix missing final newline in godot-headers/extension_api.jsonEmmanuel Leblond2022-11-081-1/+1
| * StringName is working fine with demo \o/Emmanuel Leblond2022-11-086-17/+29
| * Correct GDNativeExtensionScriptInstanceToStringEmmanuel Leblond2022-11-082-5/+6
| * 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-0814-314/+318
| * Uses `StringName` in GDExtension perf critical instance creation & method/pro...Emmanuel Leblond2022-11-084-34/+46
|/
* Merge pull request #908 from Faless/build/4.x_cxxflagsFabio Alessandrelli2022-11-041-2/+0
|\
| * [SCons] Remove bogus CCFLAGS from windows toolchain.Fabio Alessandrelli2022-11-021-2/+0
* | headers: Sync with upstream commit e6751549c (4.0-beta4)Rémi Verschelde2022-11-031-206/+815
|/
* Merge pull request #895 from Faless/ext/add_missing_nativeptrFabio Alessandrelli2022-10-201-0/+1
|\
| * Add missing bindings for GDNativePtr<void>.Fabio Alessandrelli2022-10-201-0/+1
|/
* Merge pull request #883 from rburing/abstract_classRémi Verschelde2022-10-164-3/+40
|\
| * Add support for virtual and abstract classesRicardo Buring2022-10-154-3/+40
|/
* headers: Sync with upstream commit 01ae26d31 (4.0-beta3)Rémi Verschelde2022-10-142-612/+1710
* Merge pull request #888 from touilleMan/gdextension-typed-enum-in-structRémi Verschelde2022-10-134-9/+9
|\
| * Type `GDNativePropertyInfo.type` field as `GDNativeVariantType`Emmanuel Leblond2022-10-134-9/+9
|/
* Merge pull request #891 from mihe/classdb-deinitRémi Verschelde2022-10-111-1/+2
|\
| * Fix use-after-free when deleting objects from extension terminatorMikael Hermansson2022-10-111-1/+2
|/
* Merge pull request #887 from aaronfranke/static-checksRémi Verschelde2022-10-1048-191/+337
|\
| * Run scripts to format and make headers consistentAaron Franke2022-10-0940-114/+114
| * Add more static checks and move to separate file to match main repoAaron Franke2022-10-098-77/+223
* | Merge pull request #879 from touilleMan/fix-variant-type-in-extension-api-dumpRémi Verschelde2022-10-102-90/+91
|\ \ | |/ |/|
| * Correct godot-headers/extension_api.json `operator.right_type` field Nil -> V...Emmanuel Leblond2022-10-101-85/+85
| * Fix Variant types displayed as `Nil` in extension_api.jsonEmmanuel Leblond2022-10-101-5/+6
|/