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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
File: Re-add support to skip CR (`\r`) in `File::get_as_text`
Rémi Verschelde
2022-08-01
1
-1
/
+1
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
1
-1
/
+2
*
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...
bruvzg
2022-07-07
1
-2
/
+5
*
Fix parameter name for String.left and String.right
Haoyu Qiu
2022-06-12
1
-2
/
+2
*
Add dedicated macros for property name extraction
Haoyu Qiu
2022-05-19
1
-0
/
+10
*
Create onready variables when dropping nodes and holding Ctrl
Haoyu Qiu
2022-05-17
1
-0
/
+1
*
String: Remove TTR and DTR defines in non-tools build
Rémi Verschelde
2022-03-28
1
-4
/
+0
*
Unify TextServer built-in module and GDExtension code.
bruvzg
2022-03-17
1
-0
/
+1
*
Cleanup and move char functions to the `char_utils.h` header.
bruvzg
2022-02-04
1
-1
/
+1
*
String: Add contains().
Anilforextra
2022-02-04
1
-0
/
+2
*
Merge pull request #57116 from bruvzg/win_net_share
Rémi Verschelde
2022-01-28
1
-0
/
+1
|
\
|
*
[Windows] Add support for handling network share paths.
bruvzg
2022-01-24
1
-0
/
+1
*
|
Rename String::is_subsequence_ofi to String::is_subsequence_ofn
Wilson E. Alvarez
2022-01-26
1
-1
/
+1
|
/
*
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
/
+1
*
Don't return reference on copy assignment operators
Rémi Verschelde
2021-11-30
1
-15
/
+5
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-1
/
+1
*
CharProxy: Add copy constructor
Rémi Verschelde
2021-09-30
1
-6
/
+10
*
fix invalid string cast
Daniel Doran
2021-09-04
1
-4
/
+4
*
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-29
1
-1
/
+1
*
Rename `is_valid_integer()` to `is_valid_int()`
Lightning_A
2021-06-16
1
-1
/
+1
*
Reformat structure string operators
Aaron Franke
2021-06-11
1
-1
/
+1
*
Rename `String.is_abs_path()` to `String.is_absolute_path()`
Hugo Locurcio
2021-06-03
1
-1
/
+1
*
[Net] Implement String::parse_url for parsing URLs.
Fabio Alessandrelli
2021-04-26
1
-0
/
+1
*
Relaxes Node naming constraints in glTF documents to match the Editor.
abaire
2021-02-24
1
-0
/
+4
*
Unify URI encoding/decoding and add to C#
Aaron Franke
2021-01-28
1
-5
/
+2
*
Make hex_to_int and bin_to_int handle the prefix automatically
Aaron Franke
2021-01-28
1
-2
/
+2
*
Renamed String.ord_at to unicode_at
Yuri Roubinsky
2021-01-26
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-1
/
+1
*
[Complex Text Layouts] Implement TextServer interface. Implement Fallback Tex...
bruvzg
2020-11-26
1
-3
/
+4
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-1
/
+0
*
Create Variant built-in functions.
reduz
2020-11-10
1
-0
/
+20
*
Variant: Sync docs with new constructors, fixups after #43403
Rémi Verschelde
2020-11-09
1
-1
/
+1
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-0
/
+539