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
/
core
/
String.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace bindgins to work with extensions
George Marques
2021-09-27
1
-522
/
+0
*
Merge pull request #601 from colugomusic/fix-string-args-constness
Rémi Verschelde
2021-09-27
1
-2
/
+2
|
\
|
*
Fix argument constness in String::begins_with, String::ends_with
Colugo
2021-08-22
1
-2
/
+2
*
|
Add license headers to all source and header files
Hugo Locurcio
2021-08-02
1
-0
/
+30
|
/
*
edited according to clang-format
DhruvMaroo
2021-06-01
1
-2
/
+2
*
used godot_string_new_copy to copy
DhruvMaroo
2021-05-31
1
-2
/
+2
*
removed _deleted class member
DhruvMaroo
2021-05-31
1
-6
/
+1
*
added class member, safety check in the destructor
DhruvMaroo
2021-05-31
1
-5
/
+8
*
changed spaces to tabs
DhruvMaroo
2021-05-30
1
-2
/
+2
*
added move assignment operator
DhruvMaroo
2021-05-30
1
-0
/
+6
*
added mover constructor
DhruvMaroo
2021-05-30
1
-0
/
+5
*
Update clang-format to version 11
George Marques
2021-02-28
1
-2
/
+0
*
Merge branch 'master' into container_leaks
Marc
2021-01-31
1
-3
/
+6
|
\
|
*
Merge branch 'master' into master
Marc
2021-01-31
1
-139
/
+43
|
|
\
|
*
|
Fix compilation warnings about unused vars
Mika Pi
2020-02-23
1
-4
/
+4
*
|
|
Fix container and string leaks
Marc Gilleron
2021-01-07
1
-27
/
+20
|
|
/
|
/
|
*
|
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
|
|
/
*
/
Fixed memory leak with String objects
Daniel Rakos
2020-08-15
1
-137
/
+37
|
/
*
Fix String::operator+ memory leak
sheepandshepherd
2019-10-05
1
-2
/
+2
*
Merge pull request #296 from lupoDharkael/missing
Thomas Herzog
2019-08-05
1
-0
/
+30
|
\
|
*
Add missing class methods
lupoDharkael
2019-08-05
1
-0
/
+30
*
|
Synced with Godot 3.1 stable
Bastiaan Olij
2019-04-07
1
-1
/
+1
|
/
*
Implementing clang-format and applying it to all classes
Bastiaan Olij
2018-11-24
1
-4
/
+3
*
Add missing String::(r)find(n) form argument
bruvzg
2018-11-18
1
-10
/
+23
*
Nativescript 1.1
karroffel
2018-11-07
1
-3
/
+9
*
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
*
adds variadic printing function, makes String.format custom placeholder work
danielytics
2018-03-07
1
-1
/
+10
*
String and math fixes
Marc Gilleron
2018-01-23
1
-0
/
+49
*
caller-defined entry methods and string API update
karroffel
2018-01-11
1
-23
/
+47
*
Added alloc_c_string
Bastiaan Olij
2017-11-25
1
-0
/
+16
*
Update bindings to use new Api extensions and rename Rect3->AABB
BastiaanOlij
2017-11-23
1
-2
/
+10
*
Implemented using api struct
Bastiaan Olij
2017-10-23
1
-77
/
+78
*
Fixes #41
Ramesh Ravone
2017-10-03
1
-1
/
+1
*
String bindings updated (at most)
Ramesh Ravone
2017-10-03
1
-55
/
+348
*
updated bindings
Ramesh Ravone
2017-10-03
1
-1
/
+1
*
updated to use the new NativeScript and GDNative interface
Karroffel
2017-07-24
1
-1
/
+1
*
String operator_plus fix
Ramesh Ravone
2017-07-22
1
-2
/
+2
*
updated core to new GDNative interface
Karroffel
2017-06-18
1
-6
/
+6
*
rewrote binding generator in python
Karroffel
2017-05-12
1
-0
/
+140