summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update typed array API to match "GDScript: Fix typed arrays".bruvzg2023-01-311-0/+4
* Move Array:set_typed to internal GDExtension structure.bruvzg2023-01-301-0/+4
* Fix sign comparison warnings in class_db.cppAndy Maloney2023-01-191-4/+4
* Expose some low level functions and String operators.bruvzg2023-01-192-8/+99
* Merge pull request #1001 from Faless/ext/basis_absFabio Alessandrelli2023-01-191-1/+1
|\
| * Fix Basis::scaled_orthogonal using incorrect abs function.Fabio Alessandrelli2023-01-191-1/+1
* | Fix Variant::can_convert[_strict] returning gibberish.Fabio Alessandrelli2023-01-191-4/+2
|/
* Merge pull request #997 from asmaloney/fix-shadow-eulerorderRémi Verschelde2023-01-181-2/+2
|\
| * Fix a shadowed enum (EulerOrder)Andy Maloney2023-01-171-2/+2
* | Merge pull request #983 from rburing/variant_to_from_objectidRémi Verschelde2023-01-181-0/+19
|\ \ | |/ |/|
| * Add conversions between Variant and ObjectIDRicardo Buring2023-01-011-0/+19
* | Sync license copyright with upstream GH-70885Rémi Verschelde2023-01-1026-754/+754
|/
* Merge pull request #961 from mihe/char-string-lengthRémi Verschelde2022-12-201-25/+30
|\
| * Fix incorrect length passed to `CharString`Mikael Hermansson2022-12-141-25/+30
* | Extension header: amend const correctness of `p_args` parametersJan Haller2022-12-141-2/+2
|/
* Rename GDNative to GDExtensionGilles Roudière2022-12-1210-242/+242
* Fix const qualifier for parameters in GDExtension api functionsEmmanuel Leblond2022-12-035-17/+13
* Merge pull request #930 from rune-scape/rune-missing-string-opsRémi Verschelde2022-11-221-0/+16
|\
| * Add missing String operatorsrune-scape2022-11-201-0/+16
* | Basic static analysis fixesAndy Maloney2022-11-182-12/+12
|/
* Fixup after 243ec87918Rémi Verschelde2022-11-161-1/+1
* StringName is working fine with demo \o/Emmanuel Leblond2022-11-082-7/+7
* Use StringName in the whole GDExtension API instead of const char *Emmanuel Leblond2022-11-084-89/+90
* Uses `StringName` in GDExtension perf critical instance creation & method/pro...Emmanuel Leblond2022-11-081-5/+5
* Type `GDNativePropertyInfo.type` field as `GDNativeVariantType`Emmanuel Leblond2022-10-131-2/+2
* Fix use-after-free when deleting objects from extension terminatorMikael Hermansson2022-10-111-1/+2
* Merge pull request #885 from aaronfranke/core-data-structsRémi Verschelde2022-10-0710-297/+421
|\
| * Update core data structures to match the engineAaron Franke2022-10-0710-297/+421
* | Merge pull request #876 from Daylily-Zeleen/Daylily-Zeleen/masterRémi Verschelde2022-10-071-22/+22
|\ \ | |/ |/|
| * Add detail infos for binding error message.daylilyzeleen2022-09-301-22/+22
* | Merge pull request #880 from aaronfranke/structRémi Verschelde2022-10-051-32/+32
|\ \
| * | Use struct instead of class for core structuresAaron Franke2022-10-051-32/+32
* | | Merge pull request #855 from Zylann/fix_issue854_virtual_methodsRémi Verschelde2022-10-051-5/+14
|\ \ \ | |/ / |/| |
| * | Fix deriving a custom class with virtual methodsMarc Gilleron2022-09-211-5/+14
* | | Merge pull request #859 from aaronfranke/basis-transform-quatRémi Verschelde2022-10-043-573/+605
|\ \ \
| * | | Update Basis/Transform3D/Quaternion to match the engineAaron Franke2022-09-203-573/+605
| | |/ | |/|
* | | Update Vector4/4i to match the engineAaron Franke2022-10-012-33/+105
* | | Update Vector2/2i/3/3i to match the engineAaron Franke2022-10-013-25/+29
|/ /
* | Rename Basis "elements" to "rows"Aaron Franke2022-09-192-160/+160
* | Rename Transform2D "elements" to "columns"Aaron Franke2022-09-192-64/+64
|/
* Split is_equal_approx into float and double versions to match GodotAaron Franke2022-09-192-2/+2
* Merge pull request #847 from ninfur/issue-65997Rémi Verschelde2022-09-191-0/+20
|\
| * Add missing Vector4 function bindingsJohannes Sinander2022-09-181-0/+20
* | Merge pull request #850 from Zylann/transform_localRémi Verschelde2022-09-191-7/+23
|\ \
| * | Add Transform3D `translated_local`, `rotated_local`, `scaled_local`Marc Gilleron2022-09-181-7/+23
| |/
* / Use `quaternion` instead of `quat` in method namesMarc Gilleron2022-09-182-17/+17
|/
* Merge pull request #826 from bruvzg/string_infoRémi Verschelde2022-09-151-11/+21
|\
| * Change PropertyInfo members to String.bruvzg2022-09-141-11/+21
* | Mode some methods to Animation from VariantSilc Renew2022-09-151-8/+0
|/
* Add bindings for Vector4, Vector4i, Projection built-in types.bruvzg2022-07-219-85/+1314