Aaron Franke
|
f230e51e98
[3.x] Run black format on SConstruct files and bindings generator
|
3 anni fa |
Rémi Verschelde
|
83ef64079b
bindgen: Properly escape NodePath in default args
|
3 anni fa |
Raul Santos
|
54c2d23572
Escape parameters named `enum`.
|
3 anni fa |
Fabio Alessandrelli
|
024ffef50f
Fix binding when default parameter is a PoolByteArray.
|
4 anni fa |
Hristo Stamenov
|
476a870d6c
Fix CMake generation on Windows (#536)
|
4 anni fa |
Matteo De Carlo
|
0c8dd096c4
Fix cmake source file generation
|
5 anni fa |
Marc Gilleron
|
67976ee47d
Remove the need to use GODOT_SUBCLASS
|
4 anni fa |
Marc
|
824f4ef481
Merge pull request #416 from DuncanSparks/template_get_node
|
5 anni fa |
Duncan Sparks
|
a2ebc8bbec
Update binding_generator.py
|
5 anni fa |
Duncan Sparks
|
bd72bd4d68
Fix redundant check in binding_generator.py
|
5 anni fa |
sheepandshepherd
|
33f9de16e4
Use godot_object_cast_to instead of TagDB to cast engine types
|
5 anni fa |
Duncan Sparks
|
2b14529de6
Merge branch 'master' into template_get_node
|
5 anni fa |
Marc Gilleron
|
251062c9a5
Don't use Ref<T> in Object.hpp
|
5 anni fa |
Duncan Sparks
|
3b16f34d89
Add option for template get_node
|
5 anni fa |
Daniel Rakos
|
01606fa212
Optimizations to the generated bindings
|
6 anni fa |
Hugo Locurcio
|
976a188837
Fix and improve the build system
|
6 anni fa |
David Castro
|
30500632b1
escape 'typename' keyword, which is causing errors when generating bindings
|
6 anni fa |
bruvzg
|
be5a012ff7
Fix NULL dereferencing in get_from_variant and cast_to
|
6 anni fa |
bruvzg
|
715d1dc82b
Fix passing NULL pointers as arguments via ptrcall
|
6 anni fa |
bruvzg
|
ec5d718191
Fix TagDB registration for classes with underscore in the name.
|
6 anni fa |
bruvzg
|
700310c8c3
Fix ptrcall passing invalid size int.
|
6 anni fa |
karroffel
|
200bf226bf
Nativescript 1.1
|
7 anni fa |
Thomas Herzog
|
d8becfbe90
Merge pull request #130 from marcelofg55/int_real_arrays
|
7 anni fa |
Marcelo Fernandez
|
ae38ebc80c
fix method calls that take floats/doubles
|
7 anni fa |
Marcelo Fernandez
|
709446da94
Fix bindings for PoolIntArray and PoolRealArray
|
7 anni fa |
Nickolai Korshunov
|
ef37d8d76e
Merge branch 'master' of https://github.com/GodotNativeTools/godot-cpp
|
7 anni fa |
Nickolai Korshunov
|
876715b610
disable strict enums
|
7 anni fa |
danielytics
|
01db553c49
adds Array::make and Dictionary::make static methods and has variadic template functions use those
|
7 anni fa |
danielytics
|
c7b03c4132
make register_signal and auto-generated variadic funcitons use variadic templates to streamline their use
|
7 anni fa |
Nickolai Korshunov
|
f1c35f24f6
NULL -> nullptr
|
7 anni fa |