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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix platform-dependent hashing for char* and wchar_t*
Jan Haller
2023-09-24
1
-6
/
+14
*
[Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-11
3
-7
/
+7
*
Extract ScriptInstance to simplify includes
Yuri Sizov
2023-09-06
1
-1
/
+0
*
[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
2
-0
/
+18
|
\
|
*
Add `String.reverse` method
Yuri Roubinski
2023-06-21
2
-0
/
+18
*
|
Merge pull request #79980 from bruvzg/fix_test_str_errs
Rémi Verschelde
2023-08-09
1
-1
/
+1
|
\
\
|
*
|
[String] Fix Unicode parsing error message encoding and related JSON tests.
bruvzg
2023-07-28
1
-1
/
+1
*
|
|
Merge pull request #79654 from timothyqiu/han
Yuri Sizov
2023-08-01
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix script name of Hant and Hans
Haoyu Qiu
2023-07-20
1
-3
/
+3
*
|
|
Merge pull request #78747 from RandomShaper/fix_trans_threading
Yuri Sizov
2023-07-26
2
-0
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Support loading of translations on threads
Pedro J. Estébanez
2023-06-29
2
-0
/
+11
*
|
|
Merge pull request #79017 from bruvzg/esc_fix
Yuri Sizov
2023-07-14
1
-0
/
+2
|
\
\
\
|
*
|
|
[Terminal Output] Reset text properties after `print_rich`.
bruvzg
2023-07-04
1
-0
/
+2
|
|
/
/
*
/
/
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
2
-31
/
+51
|
\
\
|
|
/
|
/
|
|
*
use the unicode replacement char on error
Felipe Jorge
2023-03-12
2
-31
/
+51
*
|
Fix `StringName` comparison
Ninni Pipping
2023-05-18
1
-0
/
+9
*
|
Merge pull request #76735 from AThousandShips/natural_cmp
Rémi Verschelde
2023-05-09
2
-48
/
+111
|
\
\
|
*
|
Add `naturalcasecmp_to` function to `String`
Ninni Pipping
2023-05-07
2
-48
/
+111
*
|
|
Merge pull request #76540 from reduz/redo-remote-filesystem
Rémi Verschelde
2023-05-08
2
-5
/
+11
|
\
\
\
|
*
|
|
Redo how the remote filesystem works
Juan Linietsky
2023-05-08
2
-5
/
+11
|
|
/
/
*
|
|
Merge pull request #75510 from SilicDev/string_erase
Clay John
2023-05-05
2
-0
/
+7
|
\
\
\
|
*
|
|
Reimplement String.erase
SilicDev
2023-05-04
2
-0
/
+7
*
|
|
|
Merge pull request #72288 from MewPurPur/use-string-repeat
Clay John
2023-05-05
2
-36
/
+22
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Use String.repeat() in more places
VolTer
2023-05-01
2
-36
/
+22
*
|
|
|
Fix misuses of error macros
Danil Alexeev
2023-04-18
1
-1
/
+1
*
|
|
|
Optimize Object::get_class_name
Juan Linietsky
2023-04-08
2
-0
/
+10
*
|
|
|
Optimize Node::add_child validation
Juan Linietsky
2023-04-07
2
-7
/
+75
|
|
/
/
|
/
|
|
*
|
|
add `hex_decode()` to `String`
bendn
2023-04-05
2
-0
/
+31
*
|
|
Add GDScript `to_wchar_buffer` and `get_string_from_wchar` functions.
bruvzg
2023-03-21
2
-0
/
+9
|
|
/
|
/
|
*
|
Improve layout direction/locale automatic selection.
bruvzg
2023-02-22
1
-1
/
+19
*
|
Don't warn when using TTRN() in a language without plurals
Haoyu Qiu
2023-02-11
1
-5
/
+0
*
|
Merge pull request #72547 from MewPurPur/string-split-fix
Rémi Verschelde
2023-02-09
1
-0
/
+8
|
\
\
|
*
|
Fix String.split() with empty string and delimeter
VolTer
2023-02-02
1
-0
/
+8
*
|
|
Prepare for moving editor and classref translations to godot-editor-l10n repo
Haoyu Qiu
2023-02-07
2
-0
/
+17
*
|
|
StringName: fix returning dangling data from char constructor.
Lyuma
2023-02-06
1
-33
/
+26
*
|
|
Remove unused `has_slashes` from NodePath
Aaron Franke
2023-02-01
2
-6
/
+0
|
/
/
*
/
Handle gltf binary
K. S. Ernest (iFire) Lee
2023-01-27
2
-1
/
+20
|
/
*
Merge pull request #68429 from KoBeWi/PropertySettings
Rémi Verschelde
2023-01-06
1
-1
/
+1
|
\
|
*
Add PropertyInfo overload for GLOBAL_DEF
kobewi
2022-12-11
1
-1
/
+1
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
21
-609
/
+609
*
|
Add missing != operator to `StringName`
Yuri Rubinsky
2022-12-20
2
-0
/
+5
*
|
Fix String::word_wrap() for long words
Haoyu Qiu
2022-12-16
2
-32
/
+0
|
/
*
Improve logic for detecting and tracking extensions
Bastiaan Olij
2022-11-24
2
-0
/
+13
*
Double precision of `String.split_floats`
Micky
2022-11-20
2
-3
/
+3
*
Merge pull request #68229 from Mickeon/c-escape-hell
Rémi Verschelde
2022-11-14
1
-2
/
+0
|
\
|
*
Remove "?" from String.c_escape()
Micky
2022-11-03
1
-2
/
+0
*
|
Remove redundant Variant-types initializations
Markus Sauermann
2022-11-14
1
-1
/
+1
[next]