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
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
25
-0
/
+50
*
Rebrand Godot to Redot
Randolph W. Aarseth II
2024-10-11
2
-2
/
+2
*
Merge pull request #96230 from timothyqiu/per-domain-pseudolocalization
Rémi Verschelde
2024-10-04
4
-234
/
+355
|
\
|
*
Move pseudolocalization into TranslationDomain
Haoyu Qiu
2024-09-21
4
-234
/
+355
*
|
Parse fragment from URL
Haoyu Qiu
2024-09-27
2
-5
/
+22
*
|
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
|
Fix script editor wrongly replaces and quotes non-ASCII letters
Haoyu Qiu
2024-09-23
2
-1
/
+25
|
/
*
Make editor use translation domains
Haoyu Qiu
2024-09-17
2
-102
/
+14
*
Add translation domain
Haoyu Qiu
2024-09-17
4
-108
/
+287
*
StringName: Fix empty hash
rune-scape
2024-09-09
8
-90
/
+7
*
Merge pull request #92570 from rune-scape/rune-stringname-bits
Rémi Verschelde
2024-09-04
2
-19
/
+92
|
\
|
*
StringName: operator== compares in-place
rune-scape
2024-09-03
2
-19
/
+92
*
|
Merge pull request #96462 from RandomShaper/opt_comp_loc
Rémi Verschelde
2024-09-02
1
-0
/
+5
|
\
\
|
*
|
TranslationServer: Add fast path for comparison of equal locales
Pedro J. Estébanez
2024-09-02
1
-0
/
+5
|
|
/
*
/
Use `MutexLock` in more places
A Thousand Ships
2024-08-29
1
-2
/
+1
|
/
*
Add `String.is_valid_unicode_identifier()`
Haoyu Qiu
2024-08-27
2
-4
/
+28
*
Merge pull request #92548 from AThousandShips/string_cleaning
Rémi Verschelde
2024-08-26
1
-29
/
+48
|
\
|
*
[Core] Optimize some `String` methods
A Thousand Ships
2024-08-15
1
-29
/
+48
*
|
Merge pull request #92933 from TokageItLab/match-concatenating
Rémi Verschelde
2024-08-26
1
-2
/
+8
|
\
\
|
*
|
Match the coding style for concatenating String
Silc Lizard (Tokage) Renew
2024-06-09
1
-2
/
+8
*
|
|
Merge pull request #94683 from kisg/string_name_fix
Rémi Verschelde
2024-08-19
2
-13
/
+4
|
\
\
\
|
*
|
|
StringName: Use inline static field definitions
Gergely Kis
2024-07-24
2
-13
/
+4
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #92546 from AThousandShips/faster_replace
Rémi Verschelde
2024-08-19
1
-60
/
+157
|
\
\
\
|
*
|
|
[Core] Optimize `String::replace` methods
A Thousand Ships
2024-08-15
1
-60
/
+157
|
|
/
/
*
|
|
Merge pull request #95184 from jsjtxietian/shader-include-relative
Rémi Verschelde
2024-08-17
1
-4
/
+1
|
\
\
\
|
*
|
|
Fix error when use relative #include in .gdshader / .gdshaderinc file
jsjtxietian
2024-08-08
1
-4
/
+1
|
|
/
/
*
|
|
Merge pull request #95613 from timothyqiu/split-empty
Rémi Verschelde
2024-08-16
1
-2
/
+8
|
\
\
\
|
*
|
|
Fix split_floats behavior when spaces are used as separators
Haoyu Qiu
2024-08-16
1
-2
/
+8
*
|
|
|
Merge pull request #95549 from timothyqiu/split-translation-server
Rémi Verschelde
2024-08-16
7
-1049
/
+1152
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Split TranslationServer into its own file
Haoyu Qiu
2024-08-15
7
-1049
/
+1152
|
|
/
/
*
|
|
Merge pull request #94558 from stuartcarnie/sgc/sprintf_allocations
Rémi Verschelde
2024-08-16
1
-9
/
+14
|
\
\
\
|
*
|
|
use operator += (char32_t)
Stuart Carnie
2024-07-25
1
-9
/
+14
|
|
/
/
*
|
|
Merge pull request #92555 from AThousandShips/insert_improve
Rémi Verschelde
2024-08-16
1
-6
/
+16
|
\
\
\
|
*
|
|
[Core] Optimize `String::insert`
A Thousand Ships
2024-08-15
1
-6
/
+16
|
|
/
/
*
/
/
[Core] Optimize `String::join`
A Thousand Ships
2024-08-15
1
-4
/
+34
|
/
/
*
|
Remove editor pseudolocalization debug feature
Rémi Verschelde
2024-06-24
2
-8
/
+2
*
|
Improve PR plural translation rules handling.
bruvzg
2024-06-18
2
-25
/
+79
|
/
*
Merge pull request #91619 from AThousandShips/find_improve
Rémi Verschelde
2024-05-08
1
-1
/
+1
|
\
|
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-1
/
+1
*
|
[Core] Add case-insensitive `String::containsn`
A Thousand Ships
2024-05-08
1
-0
/
+2
|
/
*
Add const char * overloads to String class
Wilson E. Alvarez
2024-05-07
2
-8
/
+441
*
Merge pull request #81639 from MJacred/is_letter
Rémi Verschelde
2024-05-03
2
-0
/
+667
|
\
|
*
Add is_valid_letter() to TextServer
MJacred
2024-05-02
2
-0
/
+667
*
|
Rename internal is_ascii_char to is_ascii_alphabet_char
Aaron Franke
2024-04-20
2
-2
/
+2
*
|
Prefer family name in fonts' names table
Haoyu Qiu
2024-04-06
2
-4
/
+8
*
|
Add context support for editor property name i18n
Haoyu Qiu
2024-03-31
2
-3
/
+3
*
|
[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
2
-39
/
+97
|
/
/
[next]