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
*
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
*
|
local deps included with quotes
Nickolai Korshunov
2018-02-23
1
-7
/
+7
*
|
Strict enums
Nickolai Korshunov
2018-02-23
1
-1
/
+1
|
/
*
Fix Ref leak when using Godot getters
Marc Gilleron
2018-01-25
1
-2
/
+2
*
Do not include Ref.hpp file in Reference.hpp
RameshRavone
2018-01-24
1
-1
/
+1
*
Rewrite Ref<T> to behave like Godot again
Marc Gilleron
2018-01-22
1
-1
/
+6
*
Don't leak memory from Ref<>()
karroffel
2018-01-19
1
-1
/
+1
*
custom types can now be used as method parameters
karroffel
2018-01-14
1
-0
/
+2
*
Fixed building
Grosskopf
2017-12-11
1
-9
/
+9
*
Update bindings to use new Api extensions and rename Rect3->AABB
BastiaanOlij
2017-11-23
1
-2
/
+3
*
Implemented using api struct
Bastiaan Olij
2017-10-23
1
-11
/
+13
*
updated bindings
Ramesh Ravone
2017-10-03
1
-3
/
+3
*
Fix bindings generation for enums
Maxim Sheronov
2017-09-13
1
-13
/
+68
*
updated to use the new NativeScript and GDNative interface
Karroffel
2017-07-24
1
-3
/
+3
*
Use static linking instead of dynamic linking
Karroffel
2017-07-23
1
-15
/
+3
*
new ptrcall number sizes (int64_t and double)
Karroffel
2017-07-23
1
-3
/
+12
*
Wohoo, Ref<>s are now working
Karroffel
2017-06-21
1
-2
/
+2
*
some Ref WIP, memory leaks and invalid returns
Karroffel
2017-06-21
1
-16
/
+45
*
fixed singleton naming thingy
Karroffel
2017-06-20
1
-1
/
+1
*
[experimental] constructors and Ref<T>
Karroffel
2017-06-19
1
-0
/
+14
*
removed InputEvent and Image
Karroffel
2017-05-23
1
-2
/
+0
*
made msvc happier
Karroffel
2017-05-16
1
-2
/
+3
*
made script "inheritance" less OOP
Karroffel
2017-05-13
1
-1
/
+2
*
rewrote binding generator in python
Karroffel
2017-05-12
1
-0
/
+623