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
/
tests
/
core
/
string
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
use the unicode replacement char on error
Felipe Jorge
2023-03-12
1
-5
/
+5
*
|
Improve error reporting when parsing CSV translation file
andybarcia
2023-06-19
1
-5
/
+27
*
|
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
|
|
/
*
/
Optimize Node::add_child validation
Juan Linietsky
2023-04-07
1
-2
/
+2
|
/
*
Fix String.split() with empty string and delimeter
VolTer
2023-02-02
1
-0
/
+8
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
3
-87
/
+87
*
Improve logic for detecting and tracking extensions
Bastiaan Olij
2022-11-24
1
-0
/
+6
*
Double precision of `String.split_floats`
Micky
2022-11-20
1
-9
/
+10
*
Add support for empty delimiter in String.split
kobewi
2022-11-04
1
-0
/
+8
*
Fix big negative numbers printing incorrect decimals in num_real
Aaron Franke
2022-10-15
1
-0
/
+4
*
Make String.simplify_path keep the protocol identifier for urls
Gilles Roudière
2022-10-13
1
-8
/
+10
*
Merge pull request #64833 from MarcusElg/naninfprinting
Rémi Verschelde
2022-10-03
1
-0
/
+16
|
\
|
*
Improve string formatting for %f and %v for inf and nan
Marcus Elg
2022-08-25
1
-0
/
+16
*
|
Add `String.to_{camel,pascal,snake}_case` methods
Danil Alexeev
2022-08-30
1
-12
/
+75
*
|
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-1
/
+1
|
/
*
Formatting changes to string test comments
Marcus Elg
2022-08-24
1
-19
/
+19
*
Add %v for formatting vectors
Marcus Elg
2022-08-23
1
-2
/
+92
*
Tests: Silence some intentional errors
Rémi Verschelde
2022-08-04
1
-0
/
+4
*
File: Re-add support to skip CR (`\r`) in `File::get_as_text`
Rémi Verschelde
2022-08-01
1
-0
/
+14
*
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...
bruvzg
2022-07-07
1
-28
/
+47
*
Create onready variables when dropping nodes and holding Ctrl
Haoyu Qiu
2022-05-17
1
-0
/
+14
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-1
/
+1
*
Fix left aligned integer sign in string formatting
Haoyu Qiu
2022-05-01
1
-0
/
+40
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-1
/
+1
*
String: Add contains().
Anilforextra
2022-02-04
1
-0
/
+13
*
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-29
1
-1
/
+2
*
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
1
-1
/
+1
*
Replace String::num_real code with a wrapper around String::num
Aaron Franke
2022-01-15
1
-1
/
+7
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
3
-6
/
+6
*
Make `--doctool` locale aware
Haoyu Qiu
2021-12-16
1
-0
/
+19
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-4
/
+22
*
String: Remove `erase` method, bindings can't mutate String
Rémi Verschelde
2021-11-11
1
-6
/
+0
*
Move and organize tests into subfolders
Aaron Franke
2021-11-07
3
-0
/
+1804
[prev]