summaryrefslogtreecommitdiffstats
path: root/binding_generator.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #416 from DuncanSparks/template_get_nodeMarc2020-08-231-9/+33
|\
| * Update binding_generator.pyDuncan Sparks2020-08-231-15/+8
| * Fix redundant check in binding_generator.pyDuncan Sparks2020-08-231-12/+10
| * Merge branch 'master' into template_get_nodeDuncan Sparks2020-08-161-16/+20
| |\
| * | Add option for template get_nodeDuncan Sparks2020-06-171-11/+44
* | | Use godot_object_cast_to instead of TagDB to cast engine typessheepandshepherd2020-08-171-0/+12
| |/ |/|
* | Don't use Ref<T> in Object.hppMarc Gilleron2020-07-281-16/+20
|/
* Optimizations to the generated bindingsDaniel Rakos2019-04-101-75/+53
* Fix and improve the build systemHugo Locurcio2019-04-071-162/+162
* escape 'typename' keyword, which is causing errors when generating bindingsDavid Castro2019-02-031-1/+2
* Fix NULL dereferencing in get_from_variant and cast_tobruvzg2018-11-261-1/+1
* Fix passing NULL pointers as arguments via ptrcallbruvzg2018-11-191-1/+1
* Fix TagDB registration for classes with underscore in the name.bruvzg2018-11-171-1/+1
* Fix ptrcall passing invalid size int.bruvzg2018-11-171-0/+4
* Nativescript 1.1karroffel2018-11-071-51/+136
* Merge pull request #130 from marcelofg55/int_real_arraysThomas Herzog2018-05-091-1/+3
|\
| * Fix bindings for PoolIntArray and PoolRealArrayMarcelo Fernandez2018-05-081-1/+3
* | fix method calls that take floats/doublesMarcelo Fernandez2018-05-081-0/+4
|/
* Merge branch 'master' of https://github.com/GodotNativeTools/godot-cppNickolai Korshunov2018-04-251-3/+11
|\
| * adds Array::make and Dictionary::make static methods and has variadic templat...danielytics2018-03-071-1/+1
| * make register_signal and auto-generated variadic funcitons use variadic templ...danielytics2018-03-061-3/+11
* | disable strict enumsNickolai Korshunov2018-04-251-1/+1
* | NULL -> nullptrNickolai Korshunov2018-02-231-2/+2
* | local deps included with quotesNickolai Korshunov2018-02-231-7/+7
* | Strict enumsNickolai Korshunov2018-02-231-1/+1
|/
* Fix Ref leak when using Godot gettersMarc Gilleron2018-01-251-2/+2
* Do not include Ref.hpp file in Reference.hppRameshRavone2018-01-241-1/+1
* Rewrite Ref<T> to behave like Godot againMarc Gilleron2018-01-221-1/+6
* Don't leak memory from Ref<>()karroffel2018-01-191-1/+1
* custom types can now be used as method parameterskarroffel2018-01-141-0/+2
* Fixed buildingGrosskopf2017-12-111-9/+9
* Update bindings to use new Api extensions and rename Rect3->AABBBastiaanOlij2017-11-231-2/+3
* Implemented using api structBastiaan Olij2017-10-231-11/+13
* updated bindingsRamesh Ravone2017-10-031-3/+3
* Fix bindings generation for enumsMaxim Sheronov2017-09-131-13/+68
* updated to use the new NativeScript and GDNative interfaceKarroffel2017-07-241-3/+3
* Use static linking instead of dynamic linkingKarroffel2017-07-231-15/+3
* new ptrcall number sizes (int64_t and double)Karroffel2017-07-231-3/+12
* Wohoo, Ref<>s are now workingKarroffel2017-06-211-2/+2
* some Ref WIP, memory leaks and invalid returnsKarroffel2017-06-211-16/+45
* fixed singleton naming thingyKarroffel2017-06-201-1/+1
* [experimental] constructors and Ref<T>Karroffel2017-06-191-0/+14
* removed InputEvent and ImageKarroffel2017-05-231-2/+0
* made msvc happierKarroffel2017-05-161-2/+3
* made script "inheritance" less OOPKarroffel2017-05-131-1/+2
* rewrote binding generator in pythonKarroffel2017-05-121-0/+623