index
:
redot-cpp.git
4.3
master
C++ bindings for the Redot script API
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
binding_generator.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Array:make macro
Bastiaan Olij
2021-11-02
1
-0
/
+9
*
Rename interface to gdn_interface because it's a defined keyword under windows
Bastiaan Olij
2021-10-28
1
-17
/
+17
*
Use default destructor for Object
Hennadii Chernyshchyk
2021-09-28
1
-1
/
+1
*
Temporary fix for issue in JSON export with NIL in operators
Bastiaan Olij
2021-09-27
1
-1
/
+4
*
Use default initialization
Hennadii Chernyshchyk
2021-09-27
1
-1
/
+1
*
Add virtual destructor to Object class
Bastiaan Olij
2021-09-27
1
-0
/
+2
*
Change constructor/destructor management of extension classes
George Marques
2021-09-27
1
-15
/
+4
*
Fix formatting of files
George Marques
2021-09-27
1
-9
/
+11
*
Fix calling of native functions that return object types
George Marques
2021-09-27
1
-2
/
+2
*
Re-introduce build-in type code for core types
Bastiaan Olij
2021-09-27
1
-1
/
+55
*
Always convert float to double
Bastiaan Olij
2021-09-27
1
-0
/
+2
*
Fix print file list
Hennadii Chernyshchyk
2021-09-27
1
-0
/
+3
*
Fix return type check for variadic functions
Hennadii Chernyshchyk
2021-09-27
1
-1
/
+1
*
Remove unused import that breaks on windows
Bastiaan Olij
2021-09-27
1
-1
/
+0
*
Properly encode numeric POD types
George Marques
2021-09-27
1
-1
/
+6
*
Add copy/move constructors and assignment op to builtin types
George Marques
2021-09-27
1
-5
/
+59
*
Add support for engine singletons
George Marques
2021-09-27
1
-1
/
+26
*
Fix build with native structs
George Marques
2021-09-27
1
-20
/
+80
*
Auto-bind virtual method overrides
George Marques
2021-09-27
1
-257
/
+205
*
Fix issues with method calls
George Marques
2021-09-27
1
-5
/
+7
*
Replace bindgins to work with extensions
George Marques
2021-09-27
1
-644
/
+1356
*
bindgen: Properly escape NodePath in default args
Rémi Verschelde
2021-09-27
1
-1
/
+1
*
Escape parameters named `enum`.
Raul Santos
2021-09-22
1
-0
/
+1
*
Fix binding when default parameter is a PoolByteArray.
Fabio Alessandrelli
2021-07-17
1
-1
/
+1
*
Fix CMake generation on Windows (#536)
Hristo Stamenov
2021-05-15
1
-28
/
+31
*
Fix cmake source file generation
Matteo De Carlo
2021-03-03
1
-18
/
+63
*
Remove the need to use GODOT_SUBCLASS
Marc Gilleron
2020-09-12
1
-4
/
+5
*
Merge pull request #416 from DuncanSparks/template_get_node
Marc
2020-08-23
1
-9
/
+33
|
\
|
*
Update binding_generator.py
Duncan Sparks
2020-08-23
1
-15
/
+8
|
*
Fix redundant check in binding_generator.py
Duncan Sparks
2020-08-23
1
-12
/
+10
|
*
Merge branch 'master' into template_get_node
Duncan Sparks
2020-08-16
1
-16
/
+20
|
|
\
|
*
|
Add option for template get_node
Duncan Sparks
2020-06-17
1
-11
/
+44
*
|
|
Use godot_object_cast_to instead of TagDB to cast engine types
sheepandshepherd
2020-08-17
1
-0
/
+12
|
|
/
|
/
|
*
|
Don't use Ref<T> in Object.hpp
Marc Gilleron
2020-07-28
1
-16
/
+20
|
/
*
Optimizations to the generated bindings
Daniel Rakos
2019-04-10
1
-75
/
+53
*
Fix and improve the build system
Hugo Locurcio
2019-04-07
1
-162
/
+162
*
escape 'typename' keyword, which is causing errors when generating bindings
David Castro
2019-02-03
1
-1
/
+2
*
Fix NULL dereferencing in get_from_variant and cast_to
bruvzg
2018-11-26
1
-1
/
+1
*
Fix passing NULL pointers as arguments via ptrcall
bruvzg
2018-11-19
1
-1
/
+1
*
Fix TagDB registration for classes with underscore in the name.
bruvzg
2018-11-17
1
-1
/
+1
*
Fix ptrcall passing invalid size int.
bruvzg
2018-11-17
1
-0
/
+4
*
Nativescript 1.1
karroffel
2018-11-07
1
-51
/
+136
*
Merge pull request #130 from marcelofg55/int_real_arrays
Thomas Herzog
2018-05-09
1
-1
/
+3
|
\
|
*
Fix bindings for PoolIntArray and PoolRealArray
Marcelo Fernandez
2018-05-08
1
-1
/
+3
*
|
fix method calls that take floats/doubles
Marcelo Fernandez
2018-05-08
1
-0
/
+4
|
/
*
Merge branch 'master' of https://github.com/GodotNativeTools/godot-cpp
Nickolai Korshunov
2018-04-25
1
-3
/
+11
|
\
|
*
adds Array::make and Dictionary::make static methods and has variadic templat...
danielytics
2018-03-07
1
-1
/
+1
|
*
make register_signal and auto-generated variadic funcitons use variadic templ...
danielytics
2018-03-06
1
-3
/
+11
*
|
disable strict enums
Nickolai Korshunov
2018-04-25
1
-1
/
+1
*
|
NULL -> nullptr
Nickolai Korshunov
2018-02-23
1
-2
/
+2
[next]