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
/
string
/
ustring.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix split_floats behavior when spaces are used as separators
Haoyu Qiu
2024-09-16
1
-2
/
+8
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
Add const char * overloads to String class
Wilson E. Alvarez
2024-05-07
1
-8
/
+426
*
Prefer family name in fonts' names table
Haoyu Qiu
2024-04-06
1
-3
/
+7
*
[Core] Fix incorrect file sort method
A Thousand Ships
2024-03-24
1
-4
/
+3
*
Merge pull request #89671 from alesliehughes/string_underrun
Rémi Verschelde
2024-03-24
1
-2
/
+2
|
\
|
*
Stop possible underrun when processing a string
Alistair Leslie-Hughes
2024-03-19
1
-2
/
+2
*
|
Fix sorting of files/dirs in dialogs
A Thousand Ships
2024-03-20
1
-39
/
+88
|
/
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-1
/
+1
*
Fix String::begins_with when both strings are empty
Mika Viskari
2024-03-05
1
-1
/
+5
*
Add option to add built-in strings in the POT generation
Michael Alexsander
2024-02-28
1
-14
/
+7
*
Remove word duplicates in comments and strings, and fix casing and punctuation
Robert Yevdokimov
2024-02-23
1
-1
/
+1
*
Add Unicode support to `String.to_*_case()` methods
Danil Alexeev
2024-02-22
1
-5
/
+5
*
Add const lvalue ref to core/* container parameters
Muller-Castro
2024-02-14
1
-1
/
+1
*
Remove unnecessary `this->` expressions
A Thousand Ships
2024-01-29
1
-14
/
+14
*
Merge pull request #84462 from MewPurPur/optimize-humanizesize
Rémi Verschelde
2024-01-04
1
-16
/
+31
|
\
|
*
Optimize String.humanize_size()
MewPurPur
2023-11-05
1
-16
/
+31
*
|
Merge pull request #84445 from Rubonnek/add-const-references-clang-tidy
Rémi Verschelde
2024-01-04
1
-2
/
+2
|
\
\
|
*
|
Add const references detected by clang-tidy
Wilson E. Alvarez
2023-12-16
1
-2
/
+2
*
|
|
Merge pull request #84375 from Rubonnek/use-const-reference
Rémi Verschelde
2024-01-04
1
-4
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add const references in String class
Wilson E. Alvarez
2023-11-02
1
-4
/
+4
|
|
/
*
|
Add 'u' format modifier for unsigned int/hex
Pedro J. Estébanez
2023-12-01
1
-5
/
+21
*
|
Add unsigned char cast ifdef.
bruvzg
2023-11-29
1
-0
/
+20
*
|
Allow auto-generated node names in `PopupMenu::add_submenu_item`
Yuri Sizov
2023-11-09
1
-1
/
+6
|
/
*
Do not replace starting digit with underscore when making identifier
Alfonso J. Ramos
2023-10-04
1
-11
/
+13
*
Fix platform-dependent hashing for char* and wchar_t*
Jan Haller
2023-09-24
1
-6
/
+14
*
[String] Fix string conversion for -0.0 float values.
bruvzg
2023-09-05
1
-5
/
+5
*
Optimize String.left() and String.right()
MewPurPur
2023-08-20
1
-2
/
+6
*
Merge pull request #78529 from Chaosus/string_reverse
Rémi Verschelde
2023-08-16
1
-0
/
+17
|
\
|
*
Add `String.reverse` method
Yuri Roubinski
2023-06-21
1
-0
/
+17
*
|
[String] Fix Unicode parsing error message encoding and related JSON tests.
bruvzg
2023-07-28
1
-1
/
+1
*
|
Fix erroneous pad_zeros warning
MewPurPur
2023-07-08
1
-4
/
+5
*
|
Merge pull request #74760 from lassade/unicode-err-uses-replacement-char
Rémi Verschelde
2023-06-22
1
-31
/
+50
|
\
\
|
|
/
|
/
|
|
*
use the unicode replacement char on error
Felipe Jorge
2023-03-12
1
-31
/
+50
*
|
Merge pull request #76735 from AThousandShips/natural_cmp
Rémi Verschelde
2023-05-09
1
-48
/
+110
|
\
\
|
*
|
Add `naturalcasecmp_to` function to `String`
Ninni Pipping
2023-05-07
1
-48
/
+110
*
|
|
Merge pull request #75510 from SilicDev/string_erase
Clay John
2023-05-05
1
-0
/
+6
|
\
\
\
|
*
|
|
Reimplement String.erase
SilicDev
2023-05-04
1
-0
/
+6
*
|
|
|
Merge pull request #72288 from MewPurPur/use-string-repeat
Clay John
2023-05-05
1
-24
/
+17
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Use String.repeat() in more places
VolTer
2023-05-01
1
-24
/
+17
*
|
|
|
Fix misuses of error macros
Danil Alexeev
2023-04-18
1
-1
/
+1
*
|
|
|
Optimize Node::add_child validation
Juan Linietsky
2023-04-07
1
-6
/
+73
|
|
/
/
|
/
|
|
*
|
|
add `hex_decode()` to `String`
bendn
2023-04-05
1
-0
/
+29
*
|
|
Add GDScript `to_wchar_buffer` and `get_string_from_wchar` functions.
bruvzg
2023-03-21
1
-0
/
+8
|
|
/
|
/
|
*
|
Fix String.split() with empty string and delimeter
VolTer
2023-02-02
1
-0
/
+8
*
|
Handle gltf binary
K. S. Ernest (iFire) Lee
2023-01-27
1
-1
/
+19
|
/
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Fix String::word_wrap() for long words
Haoyu Qiu
2022-12-16
1
-31
/
+0
*
Improve logic for detecting and tracking extensions
Bastiaan Olij
2022-11-24
1
-0
/
+12
*
Double precision of `String.split_floats`
Micky
2022-11-20
1
-2
/
+2
[next]