summaryrefslogtreecommitdiffstats
path: root/binding_generator.py
Commit message (Expand)AuthorAgeFilesLines
...
* | Uses `StringName` in GDExtension perf critical instance creation & method/pro...Emmanuel Leblond2022-11-081-6/+14
|/
* Fix Variant types displayed as `Nil` in extension_api.jsonEmmanuel Leblond2022-10-101-5/+6
* Bind enums in built-in types and expose bindings for global constantsMikael Hermansson2022-10-061-2/+24
* Merge pull request #864 from Zylann/fix_passing_nullRémi Verschelde2022-10-051-1/+3
|\
| * Fix passing null to functions taking Object parametersMarc Gilleron2022-09-231-1/+3
* | Merge pull request #880 from aaronfranke/structRémi Verschelde2022-10-051-9/+12
|\ \
| * | Use struct instead of class for core structuresAaron Franke2022-10-051-9/+12
* | | Merge pull request #855 from Zylann/fix_issue854_virtual_methodsRémi Verschelde2022-10-051-3/+8
|\ \ \ | |/ / |/| |
| * | Fix deriving a custom class with virtual methodsMarc Gilleron2022-09-211-3/+8
* | | Add wrapper function generation for built-in module ↔ godot-cpp interoperab...bruvzg2022-09-281-0/+72
| |/ |/|
* | Implement support for typed arrays.bruvzg2022-09-231-5/+56
|/
* Merge pull request #838 from PapyChacal/scons-cachingFabio Alessandrelli2022-09-191-0/+10
|\
| * Add options to use scons caching for faster iteration.Emilien Bauer2022-09-191-0/+10
* | Merge pull request #849 from Zylann/const_cast_toRémi Verschelde2022-09-191-0/+5
|\ \
| * | Add `Object::cast_to` for `const Object*`Marc Gilleron2022-09-181-0/+5
* | | Class constants should be staticMarc Gilleron2022-09-181-1/+1
|/ /
* / Fix get_file_list not returning all generated files.Fabio Alessandrelli2022-09-111-5/+18
|/
* Generate constants in the bindings generatorAaron Franke2022-09-021-0/+7
* Merge pull request #703 from AlphaSoftLLC/fix_struct_forward_declarationRémi Verschelde2022-08-311-2/+19
|\
| * Native structures forward declaration fixNikita Parfenov2022-02-161-2/+19
* | Add bindings for Vector4, Vector4i, Projection built-in types.bruvzg2022-07-211-0/+9
* | Add support for BitField hint, sync API files.bruvzg2022-07-111-9/+38
* | Fix typo in static method binding generatorRémi Verschelde2022-07-081-1/+1
* | Unify bits, android_arch, macos_arch ios_arch into arch, support non-x86Aaron Franke2022-06-011-1/+1
* | Add double precision build support.bruvzg2022-05-041-3/+11
* | [Scons] Use builder to track bindings regeneration.Fabio Alessandrelli2022-05-031-9/+27
* | [CI] Add python file format to static checks.Fabio Alessandrelli2022-05-021-2/+6
* | Add support for variadic method binds with the typed return. Sync headers.bruvzg2022-03-301-1/+6
* | Fix generating static methods without return value.bruvzg2022-03-251-1/+4
* | Add support for static method bindings.bruvzg2022-03-221-4/+15
* | Sync godot-headers and fix build after "Create GDExtension clases for Physics...bruvzg2022-03-161-4/+26
* | Update copyright yearRémi Verschelde2022-03-151-2/+2
* | Fix return type encoding for ptrcall.bruvzg2022-03-091-5/+11
* | [master] Run black format on SConstruct files and bindings generatorAaron Franke2022-02-261-2/+8
* | Port a bunch of Godot container templates to GDExtension.bruvzg2022-02-181-0/+2
* | Merge pull request #704 from bruvzg/fix_const_ptrRémi Verschelde2022-02-161-0/+4
|\ \
| * | Fix "const" NativePtr binds.bruvzg2022-02-161-0/+4
| |/
* | Merge pull request #699 from bruvzg/enum_and_ptr_bindsRémi Verschelde2022-02-161-0/+45
|\ \ | |/ |/|
| * Add Variant binders for the generated classes, structs and global enumsbruvzg2022-02-151-0/+45
* | Add `ptr()` / `ptrw()` to the arrays, add missing `String` methods, add missi...bruvzg2022-02-141-1/+9
|/
* Make extension instances create the corresponding godot object in their const...Gilles Roudière2021-12-031-3/+0
* Implementing dictionary operatorsBastiaan Olij2021-11-231-2/+19
* Implement index operators for ArraysBastiaan Olij2021-11-121-0/+4
* Add Array:make macroBastiaan Olij2021-11-021-0/+9
* Rename interface to gdn_interface because it's a defined keyword under windowsBastiaan Olij2021-10-281-17/+17
* Use default destructor for ObjectHennadii Chernyshchyk2021-09-281-1/+1
* Temporary fix for issue in JSON export with NIL in operatorsBastiaan Olij2021-09-271-1/+4
* Use default initializationHennadii Chernyshchyk2021-09-271-1/+1
* Add virtual destructor to Object classBastiaan Olij2021-09-271-0/+2
* Change constructor/destructor management of extension classesGeorge Marques2021-09-271-15/+4