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
*
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
*
Merge pull request #54081 from Rubonnek/add_bin_messages_master
Rémi Verschelde
2021-10-22
1
-1
/
+1
|
\
|
*
Accept capital B in String::bin_to_int prefix
Wilson E. Alvarez
2021-10-21
1
-1
/
+1
*
|
Add error messages to String::hex_to_int, and accept capital X in prefix
Wilson E. Alvarez
2021-10-21
1
-2
/
+2
|
/
*
Fix String::num_real and String test cases when compiling with doubles
Aaron Franke
2021-09-15
1
-9
/
+16
*
Merge pull request #52049 from theraot/master
Rémi Verschelde
2021-09-13
1
-11
/
+27
|
\
|
*
Fix get_base_dir windows top level directory logic
Theraot
2021-08-24
1
-11
/
+27
*
|
Remove `#ifdefs` for handling compilation with Visual Studio < 2015
Hugo Locurcio
2021-08-31
1
-3
/
+3
*
|
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-29
1
-1
/
+1
|
/
*
String: Remove old NO_USE_STDLIB code path
Rémi Verschelde
2021-08-18
1
-91
/
+1
*
String: Fix default decimals truncation in num and num_real
Rémi Verschelde
2021-08-18
1
-7
/
+20
*
Convert ustring macros to inline functions and use them wherever possible.
Anilforextra
2021-08-13
1
-41
/
+54
*
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-25
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
1
-5
/
+2
*
Merge pull request #49291 from NoFr1ends/fix-49262
Rémi Verschelde
2021-07-13
1
-19
/
+0
|
\
|
*
String::format leave passed values untouched
Jonas Bernemann
2021-06-03
1
-19
/
+0
*
|
Rename `is_valid_integer()` to `is_valid_int()`
Lightning_A
2021-06-16
1
-3
/
+3
*
|
Merge pull request #49505 from underdoeg/patch-2
Rémi Verschelde
2021-06-16
1
-1
/
+1
|
\
\
|
*
|
fix url parsing with port numbers
Philip Whitfield
2021-06-11
1
-1
/
+1
|
|
/
*
|
Reformat structure string operators
Aaron Franke
2021-06-11
1
-2
/
+4
*
|
Merge pull request #49279 from Calinou/rename-string-is-abs-path-method
Rémi Verschelde
2021-06-11
1
-2
/
+2
|
\
\
|
*
|
Rename `String.is_abs_path()` to `String.is_absolute_path()`
Hugo Locurcio
2021-06-03
1
-2
/
+2
|
|
/
*
/
Increase String::num default decimal precision
Heikki Simojoki
2021-05-29
1
-9
/
+22
|
/
*
Fix usage of String.left()
kobewi
2021-05-21
1
-1
/
+1
*
Change behavior of String.right
Tomasz Chabora
2021-05-20
1
-8
/
+16
*
Merge pull request #48205 from Faless/net/4.x_url_parsing
Fabio Alessandrelli
2021-05-03
1
-0
/
+65
|
\
|
*
[Net] Implement String::parse_url for parsing URLs.
Fabio Alessandrelli
2021-04-26
1
-0
/
+65
*
|
Fix `url_decode` with mixed percent-encoding/Unicode strings. Treat Unix driv...
bruvzg
2021-04-30
1
-9
/
+10
*
|
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-4
/
+4
|
/
*
Merge pull request #47512 from DanielKriz/bugfix/uri_encode
Fabio Alessandrelli
2021-04-10
1
-2
/
+2
|
\
|
*
fix wrong encoding in uri_encode
Daniel Kříž
2021-04-10
1
-2
/
+2
*
|
Rename Array.invert() to Array.reverse()
Marcel Admiraal
2021-03-21
1
-1
/
+1
|
/
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-2
/
+2
*
Merge pull request #45545 from abaire/relaxes_gltf_name_sanitization
Rémi Verschelde
2021-03-09
1
-0
/
+12
|
\
[next]