summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix formatting of filesGeorge Marques2021-09-2715-15/+435
* Re-introduce build-in type code for core typesBastiaan Olij2021-09-2716-13/+3483
* Set initialization level to COREGeorge Marques2021-09-271-0/+1
* Silence delete compile warning in memory.h/cpp on WindowsBastiaan Olij2021-09-271-0/+19
* Define the {de,}initialization functions in the bindingsGeorge Marques2021-09-271-0/+11
* Fix issues with method callsGeorge Marques2021-09-273-128/+118
* Replace bindgins to work with extensionsGeorge Marques2021-09-2725-6468/+1521
* Fixup style after #563Rémi Verschelde2021-09-271-1/+0
* Merge pull request #563 from LinwoodCloud/masterRémi Verschelde2021-09-271-1/+0
|\
| * Stop including iostream in Variant.hpp (to produce smaller binaries)kb10002021-05-231-1/+0
* | Merge pull request #601 from colugomusic/fix-string-args-constnessRémi Verschelde2021-09-271-2/+2
|\ \
| * | Fix argument constness in String::begins_with, String::ends_withColugo2021-08-221-2/+2
* | | Merge pull request #595 from Calinou/add-license-headersRémi Verschelde2021-09-2720-3/+573
|\ \ \
| * | | Add license headers to all source and header filesHugo Locurcio2021-08-0220-3/+573
| |/ /
* / / Fix Clang 11 build failure over -Wabsolute-valueSam2021-09-011-2/+2
|/ /
* | edited according to clang-formatDhruvMaroo2021-06-011-2/+2
* | used godot_string_new_copy to copyDhruvMaroo2021-05-311-2/+2
* | removed _deleted class memberDhruvMaroo2021-05-311-6/+1
* | added class member, safety check in the destructorDhruvMaroo2021-05-311-5/+8
* | changed spaces to tabsDhruvMaroo2021-05-301-2/+2
* | added move assignment operatorDhruvMaroo2021-05-301-0/+6
* | added mover constructorDhruvMaroo2021-05-301-0/+5
|/
* Populates incorrect constants for Vector2 and 3 types.Erik Abair2021-05-022-4/+4