index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
ustring.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some crashes, overflows and using variables without values
Rafał Mikrut
2019-11-01
1
-0
/
+1
*
Bind the `String::humanize_size` method
Andrii Doroshenko (Xrayez)
2019-10-04
1
-1
/
+1
*
Create a GDScript String function repeat
Bhupendra Aole
2019-09-03
1
-0
/
+1
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
1
-4
/
+0
*
Added count method to String
Chaosus
2019-07-23
1
-0
/
+4
*
Add sha1 functions to string (using new CryptoCore)
Fabio Alessandrelli
2019-07-03
1
-0
/
+2
*
Some code changed with Clang-Tidy
qarmin
2019-06-26
1
-2
/
+0
*
Merge pull request #28648 from KoBeWi/substr-1
Rémi Verschelde
2019-06-19
1
-1
/
+1
|
\
|
*
Make second parameter of substr optional
Tomasz Chabora
2019-05-03
1
-1
/
+1
*
|
i18n: Fix extract.py support for new TTRC
Rémi Verschelde
2019-06-16
1
-4
/
+4
*
|
Support for binary literals in GDScript. Added an error that shows if a point...
jude-lafitteIII
2019-04-25
1
-0
/
+1
|
/
*
fixed an access after free in OS_X11::set_context.
Ibrahn Sahir
2019-04-22
1
-0
/
+5
*
Add ability to edit editor feature profiles
Juan Linietsky
2019-04-08
1
-0
/
+8
*
Fix new GCC 9 warnings: -Wdeprecated-copy.
marxin
2019-03-02
1
-0
/
+8
*
Fix warnings seen with -Wignored-qualifiers.
marxin
2019-02-21
1
-5
/
+3
*
Repair String lstrip and rstrip.
Ibrahn Sahir
2019-01-07
1
-1
/
+2
*
String[size()] should return a default constructed CharType
Hein-Pieter van Braam
2019-01-04
1
-2
/
+18
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Reduce String CoW
Hein-Pieter van Braam
2018-12-16
1
-2
/
+33
*
const char* operator on CharString now const.
Ibrahn Sahir
2018-12-03
1
-1
/
+1
*
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-09-12
1
-8
/
+8
*
fix out of buffer read when copying non-null terminated strings
Marcin Zawiejski
2018-08-06
1
-2
/
+2
*
Reduce unnecessary COW on Vector by make writing explicit
Hein-Pieter van Braam
2018-07-26
1
-7
/
+44
*
removed redundant strlen calculation from String::substr
Ibrahn Sahir
2018-07-24
1
-0
/
+1
*
Merge pull request #14715 from Krakean/string_add_rsplit2
Max Hilbrunner
2018-05-23
1
-0
/
+1
|
\
|
*
Added rsplit() for String class
Dmitry Koteroff
2017-12-15
1
-0
/
+1
*
|
Merge pull request #18176 from nikibobi/string-trim
George Marques
2018-04-22
1
-0
/
+4
|
\
\
|
*
|
add string trim_prefix trim_suffix lstrip and rstrip methods
bosak
2018-04-17
1
-0
/
+4
*
|
|
Revert "Unify http- and percent- encode/decode"
Pedro J. Estébanez
2018-04-12
1
-2
/
+5
|
/
/
*
|
Unify http- and percent- encode/decode
Pedro J. Estébanez
2018-03-27
1
-5
/
+2
*
|
Mono: Better versioning and gracefully unloading of Godot API assemblies
Ignacio Etcheverry
2018-02-25
1
-0
/
+1
*
|
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-05
1
-0
/
+1
*
|
Update copyright statements to 2018
Rémi Verschelde
2018-01-01
1
-2
/
+2
*
|
Merge pull request #14973 from poke1024/docs-word-selection
Noshyaar
2018-01-01
1
-0
/
+3
|
\
\
|
*
|
Double-click word selection for RichTextLabel (i.e. docs)
Bernhard Liebl
2017-12-28
1
-0
/
+3
*
|
|
Merge pull request #14744 from poke1024/stringname-compare
Juan Linietsky
2017-12-27
1
-0
/
+23
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Avoid string allocations in AlphCompare
Bernhard Liebl
2017-12-17
1
-0
/
+23
*
|
|
Merge pull request #14576 from poke1024/strings
Rémi Verschelde
2017-12-16
1
-13
/
+20
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Some performance tweaking of string handling
poke1024
2017-12-15
1
-13
/
+20
|
|
/
*
/
Added third argument for String.split() function (see issue #14349)
Dmitry Koteroff
2017-12-15
1
-1
/
+1
|
/
*
Allow configuring iOS export
Ruslan Mustakov
2017-11-21
1
-0
/
+2
*
Added String::dedent() to remove text indentation
Zher Huei Lee
2017-11-01
1
-0
/
+1
*
Fix get_node() and $ autocompletion when using single quotes
Unknown
2017-10-30
1
-0
/
+4
*
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-08-27
1
-1
/
+1
*
Synchronize parameter names in definition and declaration
TwistedTwigleg
2017-08-16
1
-4
/
+4
*
Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSyste...
Damian Day
2017-05-12
1
-0
/
+9
*
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-04-08
1
-0
/
+1
*
A Whole New World (clang-format edition)
Rémi Verschelde
2017-03-05
1
-93
/
+82
*
-renamed globals.h to global_config.cpp (this seems to have caused a few modi...
Juan Linietsky
2017-02-21
1
-0
/
+2
*
Merge pull request #7002 from RandomShaper/vcs-friendliness
Juan Linietsky
2017-01-25
1
-0
/
+1
|
\
[next]