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
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-539
/
+0
*
Refactored Variant Operators.
reduz
2020-11-06
1
-0
/
+4
*
Refactored binding system for core types
reduz
2020-10-14
1
-0
/
+5
*
Ensure assignment operators return by reference to avoid unnecessary copies.
Marcel Admiraal
2020-09-04
1
-3
/
+3
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
1
-43
/
+135
*
Updated Translation architecture to have TranslationPO, did some commit fixes...
SkyJJ
2020-08-19
1
-0
/
+2
*
Added plurals and context support to Translation
SkyJJ
2020-08-19
1
-3
/
+6
*
Make all String float conversion methods be 64-bit
Aaron Franke
2020-07-27
1
-4
/
+3
*
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-07-03
1
-1
/
+0
*
Rename String bin_to_int64 to bin_to_int
Aaron Franke
2020-06-03
1
-2
/
+2
*
Remove 32-bit String hex_to_int method
Aaron Franke
2020-06-03
1
-2
/
+1
*
Remove 32-bit String to_int method
Aaron Franke
2020-06-03
1
-2
/
+1
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
1
-8
/
+12
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
1
-9
/
+0
*
New lightmapper
Juan Linietsky
2020-05-10
1
-1
/
+1
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-3
/
+3
*
i18n: Add support for translating the class reference
Rémi Verschelde
2020-03-20
1
-8
/
+8
*
A lot of progress with canvas rendering, still far from working.
Juan Linietsky
2020-02-11
1
-0
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Encodes property names properly in project.godot
Haoyu Qiu
2019-12-20
1
-0
/
+2
*
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
[next]