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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename `RID::get_rid()` => `get_id()` to match Godot
Marc Gilleron
2020-08-23
1
-1
/
+1
*
Merge pull request #441 from TerraAr/master
Marc
2020-08-16
1
-1
/
+2
|
\
|
*
Updated operator
TerraAr
2020-08-15
1
-2
/
+2
|
*
Fixed operator
TerraAr
2020-08-14
1
-1
/
+2
|
*
Created operator.
TerraAr
2020-08-14
1
-1
/
+1
*
|
Merge pull request #307 from aqnuep/string_memory_leak_fix
Marc
2020-08-15
1
-137
/
+37
|
\
\
|
|
/
|
/
|
|
*
Fixed memory leak with String objects
Daniel Rakos
2020-08-15
1
-137
/
+37
*
|
Merge pull request #356 from sheepandshepherd/variantleak2
Marc
2020-06-05
1
-4
/
+2
|
\
\
|
*
|
Add C conversion constructors to fix leak of default-constructed empty arrays
sheepandshepherd
2020-01-31
1
-4
/
+2
|
|
/
*
|
Merge pull request #406 from Zylann/color_operators
Bastiaan Olij
2020-06-02
1
-0
/
+118
|
\
\
|
*
|
Added missing Color operators
Marc Gilleron
2020-05-29
1
-0
/
+118
|
|
/
*
/
Fix godot-cpp types registration
Fredia Huya-Kouadio
2020-04-14
1
-6
/
+7
|
/
*
Merge pull request #333 from sheepandshepherd/string-plus-leak
RĂ©mi Verschelde
2020-01-19
1
-2
/
+2
|
\
|
*
Fix String::operator+ memory leak
sheepandshepherd
2019-10-05
1
-2
/
+2
*
|
Fix leaks caused by implicitly called copy constructors
sheepandshepherd
2019-12-04
1
-22
/
+33
|
/
*
Call register types and init earlier
Bastiaan Olij
2019-09-14
1
-3
/
+4
*
Store all main entry points to the currently available APIs
Bastiaan Olij
2019-08-12
1
-0
/
+35
*
Merge pull request #296 from lupoDharkael/missing
Thomas Herzog
2019-08-05
7
-0
/
+252
|
\
|
*
Add missing class methods
lupoDharkael
2019-08-05
7
-0
/
+252
*
|
Fixed wrong implementation of Quat multiplication
shaderbeast
2019-05-06
1
-4
/
+4
*
|
Fix snapped from Vector2
RameshRavone
2019-05-02
1
-6
/
+0
*
|
Fix #272
RameshRavone
2019-04-21
1
-0
/
+2
*
|
Fix bug in Basis [] operator and add missing Transform-Vector3 * operator
Daniel Rakos
2019-04-11
1
-4
/
+4
*
|
Make Basis look column-major while retaining a row-major representation
Daniel Rakos
2019-04-08
3
-378
/
+0
*
|
Synced with Godot 3.1 stable
Bastiaan Olij
2019-04-07
1
-1
/
+1
*
|
Renamed Rect2::pos to Rect2::position
bruvzg
2018-12-13
2
-54
/
+54
|
/
*
Profiling support
Marcelo Fernandez
2018-11-27
1
-0
/
+4
*
Implementing clang-format and applying it to all classes
Bastiaan Olij
2018-11-24
19
-2325
/
+1729
*
Fix NULL pointer dereferencing on uninstantiated Ref<T>() conversion to Variant
bruvzg
2018-11-22
1
-1
/
+4
*
Redid PR 190 for master now that nativescript 1.1 has been merged
Bastiaan Olij
2018-11-22
1
-1
/
+21
*
Merge pull request #198 from bruvzg/fix_str_find_and_cmp
Bastiaan Olij
2018-11-19
1
-10
/
+23
|
\
|
*
Add missing String::(r)find(n) form argument
bruvzg
2018-11-18
1
-10
/
+23
*
|
Redid kirsanium xform fix
Bastiaan Olij
2018-11-19
1
-2
/
+2
|
/
*
Nativescript 1.1
karroffel
2018-11-07
7
-20
/
+134
*
Fix issue where Vector2::normalize() did not normalize correctly
Christoffer
2018-09-03
1
-1
/
+1
*
Fix clang warning: 'const' type qualifier on return type has no effect
Marcelo Fernandez
2018-06-23
1
-3
/
+3
*
Fix const for += operator in string
Timothy Werquin
2018-05-15
1
-1
/
+1
*
Fix String const operators.
Timothy Werquin
2018-05-15
1
-8
/
+8
*
Merge branch 'master' of https://github.com/GodotNativeTools/godot-cpp
Nickolai Korshunov
2018-04-25
3
-10
/
+27
|
\
|
*
Make all Pool*Array::operator[] as const
Gary Oberbrunner
2018-03-13
1
-7
/
+7
|
*
adds variadic printing function, makes String.format custom placeholder work
danielytics
2018-03-07
1
-1
/
+10
|
*
fix #101
karroffel
2018-03-02
1
-2
/
+10
*
|
NULL -> nullptr
Nickolai Korshunov
2018-02-23
1
-10
/
+10
|
/
*
Add const qualifier to PoolArray's size()
lupoDharkael
2018-02-12
1
-7
/
+7
*
String and math fixes
Marc Gilleron
2018-01-23
8
-63
/
+250
*
Added RID::is_valid() and comparison operators
Marc Gilleron
2018-01-20
1
-0
/
+34
*
Added missing copy constructors and assign operators to PoolVectors
Marc Gilleron
2018-01-17
1
-0
/
+84
*
Merge pull request #67 from Zylann/rename_aabb_position
Thomas Herzog
2018-01-17
2
-103
/
+103
|
\
|
*
Renamed AABB::pos --> AABB::position
Marc Gilleron
2018-01-17
2
-103
/
+103
*
|
Added copy constructors and assignment operators to Array and Dictionary
Marc Gilleron
2018-01-17
2
-0
/
+24
|
/
[next]