Philip Whitfield
|
e583888573
fix url parsing with port numbers
|
4 years ago |
Fabio Alessandrelli
|
d5089c4e4e
[Net] Implement String::parse_url for parsing URLs.
|
4 years ago |
Daniel Kříž
|
edcb95cede
fix wrong encoding in uri_encode
|
4 years ago |
abaire
|
b032067e42
Relaxes Node naming constraints in glTF documents to match the Editor.
|
4 years ago |
kleonc
|
e900ca1f76
Make String::ends_with don't use String::rfind
|
4 years ago |
Aaron Franke
|
226528097e
[3.2] Backport hex_to_int/bin_to_int zero check and C# changes
|
4 years ago |
Vedat Günel
|
39cf22a9c7
Fix String.ends_with() for empty string arguments
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 years ago |
Fredia Huya-Kouadio
|
94aa09a854
Fix the `String::get_base_dir()` logic to properly check for top level directories on Windows.
|
4 years ago |
Maganty Rushyendra
|
a46fd28ae3
Fix natural sort comparison for strings with large numbers
|
5 years ago |
Serhat
|
09a8dd7b3b
Fixed padding bug of sprintf function
|
5 years ago |
bruvzg
|
8dab067c01
Add missing NULL termination to the String::repeat function.
|
5 years ago |
Maganty Rushyendra
|
7670e1fc79
Fix errors in overflow checks for String conversion to int
|
5 years ago |
Rémi Verschelde
|
362193db6a
String: Use ABS macro in padding code
|
5 years ago |
Maganty Rushyendra
|
6344b75453
Enable zero padding with float specifier for format strings
|
5 years ago |
dankan1890
|
7ccfbd61a4
Fixed String::humanize_size crash.
|
5 years ago |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 years ago |
Haoyu Qiu
|
e7e095da3f
Encodes property names properly in project.godot
|
5 years ago |
Yuri Roubinsky
|
8674655a45
Fix build warning in ustring.cpp on Windows/MSVC platform
|
5 years ago |
Catchawink
|
b2a14042d5
Fixed issues with using a relative path in the export window.
|
5 years ago |
Rafał Mikrut
|
ed1c4bc77d
Removed unused variables, add some constants numbers
|
5 years ago |
Rafał Mikrut
|
99d8626f4a
Fix some overflows and unitialized variables
|
5 years ago |
bruvzg
|
5d6ff7f2a2
Fix MinGW/clang/LLD/UCRT build.
|
5 years ago |
Jamie Pate
|
bdb7adecfb
Fix #24137 Different number of leading zeros on MINGW printf("%lg")
|
5 years ago |
Rafał Mikrut
|
9ddb3265e1
Fix some crashes, overflows and using variables without values
|
5 years ago |
Hugo Locurcio
|
3b8004865d
Remove redundant condition in `String::_humanize_digits()`
|
6 years ago |
Andrii Doroshenko (Xrayez)
|
a0d00c0e99
Bind the `String::humanize_size` method
|
6 years ago |
Rémi Verschelde
|
ef2a7834c9
Merge pull request #31883 from aole/create-string-function-repeat
|
6 years ago |
Rémi Verschelde
|
ed18e3f195
Merge pull request #32273 from Calinou/humanize-size-fix-i18n
|
6 years ago |
Hugo Locurcio
|
a51e8b1ff0
Fix i18n in `String::humanize_size()`
|
6 years ago |