summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add support for BitField hint, sync API files.bruvzg2022-07-111-2/+2
* Sync containers with new HashMap/HashSet, sync API headers.bruvzg2022-06-061-35/+45
* [Method Bind] Add support for default argument values and static method bindi...bruvzg2022-05-063-19/+45
* Change registered initializers / terminators to the single function with leve...bruvzg2022-05-041-48/+15
* Update copyright yearRémi Verschelde2022-03-1523-46/+46
* Reorder native extension initialization stepsGilles Roudière2022-02-281-8/+8
* Merge pull request #701 from bruvzg/port_templatesRémi Verschelde2022-02-211-0/+13
|\
| * Port a bunch of Godot container templates to GDExtension.bruvzg2022-02-181-0/+13
* | Use forward declares for vector math typesRémi Verschelde2022-02-206-17/+54
* | Merge pull request #688 from zhehangd/masterRémi Verschelde2022-02-192-0/+10
|\ \ | |/ |/|
| * Add missing Vector2::operator Vector2i()Zhehang Ding2022-02-071-0/+5
| * Add missing Vector3::operator Vector3iZhehang Ding2022-02-071-0/+5
* | Add ERR_ macros variants using `String` messages.bruvzg2022-02-171-0/+34
* | Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add missi...bruvzg2022-02-144-120/+296
|/
* Fix object_set_instance being wrongly called for built-in wrapped classesGilles Roudière2021-12-061-1/+8
* Make extension instances create the corresponding godot object in their const...Gilles Roudière2021-12-032-11/+56
* Merge pull request #659 from groud/fix_null_initBastiaan Olij2021-11-251-1/+6
|\
| * Avoid crash in Variant constructor from nullptr Object*Gilles Roudière2021-11-231-1/+6
* | Implementing dictionary operatorsBastiaan Olij2021-11-231-0/+11
* | Implement index operators for ArraysBastiaan Olij2021-11-121-0/+11
|/
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-288-87/+87
* Fully register class on register_class callBastiaan Olij2021-09-271-103/+77
* _err_print_error only output p_message so swapped parameters aroundBastiaan Olij2021-09-271-1/+1
* Add support for property groupsBastiaan Olij2021-09-271-2/+24
* Add in driver types and rejig code to make it easier to extendBastiaan Olij2021-09-271-68/+32
* Change initialization to allow custom level callbacksGeorge Marques2021-09-272-4/+107