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
*
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
*
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
*
|
fix a buffer overflow due to a misbehaving vcrt snprintf call on String::num,...
gnumaru
2022-11-09
1
-3
/
+13
*
|
Add support for empty delimiter in String.split
kobewi
2022-11-04
1
-4
/
+17
|
/
*
Fix localize_path with custom protocol identifiers
Gilles Roudière
2022-10-20
1
-1
/
+1
*
Fix big negative numbers printing incorrect decimals in num_real
Aaron Franke
2022-10-15
1
-4
/
+5
*
Make String.simplify_path keep the protocol identifier for urls
Gilles Roudière
2022-10-13
1
-25
/
+36
*
Merge pull request #64268 from timothyqiu/is-finite
Rémi Verschelde
2022-10-11
1
-6
/
+6
|
\
|
*
Add `is_finite` method for checking built-in types
Haoyu Qiu
2022-10-08
1
-6
/
+6
*
|
Fix simplify_path() breaking uid://
kobewi
2022-10-09
1
-4
/
+7
|
/
*
Merge pull request #64833 from MarcusElg/naninfprinting
Rémi Verschelde
2022-10-03
1
-4
/
+12
|
\
|
*
Improve string formatting for %f and %v for inf and nan
Marcus Elg
2022-08-25
1
-4
/
+12
*
|
Fix MSVC warning C4706: assignment within conditional expression
Rémi Verschelde
2022-09-28
1
-10
/
+15
*
|
Add `String.to_{camel,pascal,snake}_case` methods
Danil Alexeev
2022-08-30
1
-38
/
+47
*
|
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-1
/
+1
|
/
*
Merge pull request #63728 from MarcusElg/%v
Rémi Verschelde
2022-08-24
1
-3
/
+72
|
\
|
*
Add %v for formatting vectors
Marcus Elg
2022-08-23
1
-3
/
+72
*
|
Improved performance of String repeat method
VolTer
2022-08-22
1
-12
/
+13
*
|
Fix undefined behavior in `String::operator+=(const String &)`
kleonc
2022-08-18
1
-2
/
+4
|
/
*
File: Re-add support to skip CR (`\r`) in `File::get_as_text`
Rémi Verschelde
2022-08-01
1
-1
/
+9
*
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...
bruvzg
2022-07-07
1
-148
/
+245
*
Fix parameter name for String.left and String.right
Haoyu Qiu
2022-06-12
1
-12
/
+12
*
Fix `String.uri_encode` on Windows
Haoyu Qiu
2022-06-03
1
-9
/
+6
*
Tweak 64-bit integer overflow message to mention that it's a signed type
Hugo Locurcio
2022-05-20
1
-6
/
+6
*
Create onready variables when dropping nodes and holding Ctrl
Haoyu Qiu
2022-05-17
1
-9
/
+26
*
Add documentation comments for internationalization C++ macros
Hugo Locurcio
2022-05-12
1
-3
/
+60
*
Fix left aligned integer sign in string formatting
Haoyu Qiu
2022-05-01
1
-15
/
+18
*
Merge pull request #59979 from bruvzg/cpp_check2
Rémi Verschelde
2022-04-27
1
-5
/
+0
|
\
|
*
Fix more issues found by cppcheck.
bruvzg
2022-04-20
1
-5
/
+0
*
|
Implement Scene Unique Nodes
reduz
2022-04-25
1
-1
/
+2
|
/
*
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-03-17
1
-0
/
+6
*
Optimize String concatenation and copy functions
Bartłomiej T. Listwon
2022-02-24
1
-45
/
+38
*
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-33
/
+13
*
Merge pull request #57116 from bruvzg/win_net_share
Rémi Verschelde
2022-01-28
1
-3
/
+27
|
\
|
*
[Windows] Add support for handling network share paths.
bruvzg
2022-01-24
1
-3
/
+27
*
|
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
1
-1
/
+1
|
/
*
Rename or refactor macros to avoid leading underscores
Omar Polo
2022-01-20
1
-17
/
+17
*
Replace String::num_real code with a wrapper around String::num
Aaron Franke
2022-01-15
1
-102
/
+11
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Make `--doctool` locale aware
Haoyu Qiu
2021-12-16
1
-0
/
+21
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-3
/
+3
*
Don't return reference on copy assignment operators
Rémi Verschelde
2021-11-30
1
-4
/
+2
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-4
/
+4
*
Allow dehardcoding documentation branch and URL in docs links
Rémi Verschelde
2021-11-15
1
-5
/
+11
*
String: Remove `erase` method, bindings can't mutate String
Rémi Verschelde
2021-11-11
1
-4
/
+0
*
Add missing characters for property name quoting
Haoyu Qiu
2021-11-11
1
-1
/
+1
*
clang-format: Various fixes to comments alignment from `clang-format` 13
Rémi Verschelde
2021-10-28
1
-53
/
+61
[next]