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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Json bindings are generated in cwd
Nickolai Korshunov
2018-02-18
1
-1
/
+1
*
Updated readme
Nickolai Korshunov
2018-02-18
1
-1
/
+1
*
Merge pull request #94 from lupoDharkael/const
Thomas Herzog
2018-02-12
2
-14
/
+14
|
\
|
*
Add const qualifier to PoolArray's size()
lupoDharkael
2018-02-12
2
-14
/
+14
|
/
*
Merge pull request #90 from lupoDharkael/cpp-syntax
Thomas Herzog
2018-01-30
1
-1
/
+1
|
\
|
*
README: Enable cpp syntax highlighting
Dharkael
2018-01-29
1
-1
/
+1
|
/
*
Merge pull request #88 from Zylann/fix_ref_return_leak
Thomas Herzog
2018-01-26
2
-2
/
+11
|
\
|
*
Fix Ref leak when using Godot getters
Marc Gilleron
2018-01-25
2
-2
/
+11
*
|
Merge pull request #89 from Zylann/fix_rid_valid
Thomas Herzog
2018-01-25
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix RID::is_valid()
Marc Gilleron
2018-01-25
1
-1
/
+1
|
/
*
Merge pull request #87 from RameshRavone/patch-24
Thomas Herzog
2018-01-24
1
-1
/
+1
|
\
|
*
Do not include Ref.hpp file in Reference.hpp
RameshRavone
2018-01-24
1
-1
/
+1
|
/
*
Merge pull request #86 from RameshRavone/patch-22
Thomas Herzog
2018-01-24
1
-6
/
+11
|
\
|
*
Update README.md
RameshRavone
2018-01-24
1
-6
/
+11
|
/
*
Merge pull request #84 from Zylann/string_and_math_fixes
Thomas Herzog
2018-01-23
11
-68
/
+271
|
\
|
*
String and math fixes
Marc Gilleron
2018-01-23
11
-68
/
+271
|
/
*
Merge pull request #83 from Zylann/gitignore_update
Thomas Herzog
2018-01-22
1
-1
/
+8
|
\
|
*
Ignore Windows binaries
Marc Gilleron
2018-01-22
1
-1
/
+8
*
|
Merge pull request #82 from Zylann/rewrite_ref
Thomas Herzog
2018-01-22
2
-109
/
+158
|
\
\
|
|
/
|
/
|
|
*
Rewrite Ref<T> to behave like Godot again
Marc Gilleron
2018-01-22
2
-109
/
+158
|
/
*
Merge pull request #75 from Zylann/add_rid_valid_and_operators
Thomas Herzog
2018-01-21
2
-1
/
+47
|
\
|
*
Added RID::is_valid() and comparison operators
Marc Gilleron
2018-01-20
2
-1
/
+47
|
/
*
allow ~ in godotbinpath
karroffel
2018-01-19
1
-1
/
+1
*
allow const getter functions
karroffel
2018-01-19
1
-0
/
+6
*
Don't leak memory from Ref<>()
karroffel
2018-01-19
2
-58
/
+37
*
Merge pull request #72 from Zylann/fix_poolarrays_read_write
Thomas Herzog
2018-01-18
1
-0
/
+105
|
\
|
*
Added copy constructors to PoolArray Read and Write
Marc Gilleron
2018-01-18
1
-0
/
+105
|
/
*
Merge pull request #71 from Zylann/fix_poolvectors_copy
Thomas Herzog
2018-01-18
2
-0
/
+98
|
\
|
*
Added missing copy constructors and assign operators to PoolVectors
Marc Gilleron
2018-01-17
2
-0
/
+98
|
/
*
Merge pull request #67 from Zylann/rename_aabb_position
Thomas Herzog
2018-01-17
3
-107
/
+107
|
\
|
*
Renamed AABB::pos --> AABB::position
Marc Gilleron
2018-01-17
3
-107
/
+107
*
|
Merge pull request #68 from Zylann/ref_instance
Thomas Herzog
2018-01-17
1
-0
/
+5
|
\
\
|
*
|
Added Ref<T>::instance()
Marc Gilleron
2018-01-17
1
-0
/
+5
|
|
/
*
|
Merge pull request #70 from Zylann/fix_register_signal
Thomas Herzog
2018-01-17
1
-4
/
+8
|
\
\
|
*
|
Fix potential malloc(0)
Marc Gilleron
2018-01-17
1
-4
/
+8
|
|
/
*
|
Merge pull request #69 from Zylann/fix_copy_constructors
Thomas Herzog
2018-01-17
4
-0
/
+28
|
\
\
|
|
/
|
/
|
|
*
Added copy constructors and assignment operators to Array and Dictionary
Marc Gilleron
2018-01-17
4
-0
/
+28
|
/
*
custom types can now be used as method parameters
karroffel
2018-01-14
2
-7
/
+15
*
Added Read and Write access for PoolArrays
karroffel
2018-01-11
2
-0
/
+436
*
caller-defined entry methods and string API update
karroffel
2018-01-11
5
-43
/
+72
*
Merge pull request #57 from Grosskopf/master
Thomas Herzog
2017-12-16
2
-13
/
+13
|
\
|
*
Fixed building
Grosskopf
2017-12-11
2
-13
/
+13
*
|
made godotbinpath accept the binary path itself
karroffel
2017-12-13
1
-12
/
+2
|
/
*
Merge pull request #52 from BastiaanOlij/change_to_new_extensions
Thomas Herzog
2017-11-25
16
-95
/
+153
|
\
|
*
Added alloc_c_string
Bastiaan Olij
2017-11-25
3
-38
/
+37
|
*
Update bindings to use new Api extensions and rename Rect3->AABB
BastiaanOlij
2017-11-23
16
-95
/
+154
|
/
*
Merge pull request #47 from BastiaanOlij/add_api_struct
Thomas Herzog
2017-10-24
22
-402
/
+379
|
\
|
*
Implemented using api struct
Bastiaan Olij
2017-10-23
22
-402
/
+379
|
/
*
Merge pull request #43 from RameshRavone/patch-8
Thomas Herzog
2017-10-03
1
-5
/
+8
|
\
|
*
Updated README
Ramesh Ravone
2017-10-03
1
-5
/
+8
[next]