Fabio Alessandrelli
|
d5089c4e4e
[Net] Implement String::parse_url for parsing URLs.
|
4 lat temu |
abaire
|
b032067e42
Relaxes Node naming constraints in glTF documents to match the Editor.
|
4 lat temu |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 lat temu |
Rémi Verschelde
|
a7f49ac9a1
Update copyright statements to 2020
|
5 lat temu |
Haoyu Qiu
|
e7e095da3f
Encodes property names properly in project.godot
|
5 lat temu |
Rafał Mikrut
|
9ddb3265e1
Fix some crashes, overflows and using variables without values
|
5 lat temu |
Andrii Doroshenko (Xrayez)
|
a0d00c0e99
Bind the `String::humanize_size` method
|
5 lat temu |
Bhupendra Aole
|
073f625a91
Create a GDScript String function repeat
|
5 lat temu |
IAmActuallyCthulhu
|
82b9557803
Remove redundant author doc comments
|
5 lat temu |
Chaosus
|
080c0bb7fe
Added count method to String
|
6 lat temu |
Fabio Alessandrelli
|
6c512e21a9
Add sha1 functions to string (using new CryptoCore)
|
5 lat temu |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
5 lat temu |
Rémi Verschelde
|
2b52cd3e5c
Merge pull request #28648 from KoBeWi/substr-1
|
5 lat temu |
Rémi Verschelde
|
e864237f1a
i18n: Fix extract.py support for new TTRC
|
5 lat temu |
Tomasz Chabora
|
0b8a785539
Make second parameter of substr optional
|
6 lat temu |
jude-lafitteIII
|
d3cc9c0bf1
Support for binary literals in GDScript. Added an error that shows if a point is written in a hex literal. Added highlighting for binary literals in GDScript
|
6 lat temu |
Ibrahn Sahir
|
9d0b3b300c
fixed an access after free in OS_X11::set_context.
|
6 lat temu |
Juan Linietsky
|
a20235aeb0
Add ability to edit editor feature profiles
|
6 lat temu |
marxin
|
6be77da7eb
Fix new GCC 9 warnings: -Wdeprecated-copy.
|
6 lat temu |
marxin
|
c11e7ffd0e
Fix warnings seen with -Wignored-qualifiers.
|
6 lat temu |
Ibrahn Sahir
|
cbb396c006
Repair String lstrip and rstrip.
|
6 lat temu |
Hein-Pieter van Braam
|
ac99ed3cda
String[size()] should return a default constructed CharType
|
6 lat temu |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 lat temu |
Hein-Pieter van Braam
|
4e25e5066b
Reduce String CoW
|
6 lat temu |
Ibrahn Sahir
|
a758653199
const char* operator on CharString now const.
|
6 lat temu |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
6 lat temu |
Marcin Zawiejski
|
f3b2689aa6
fix out of buffer read when copying non-null terminated strings
|
6 lat temu |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
6 lat temu |
Ibrahn Sahir
|
e0df1221bf
removed redundant strlen calculation from String::substr
|
6 lat temu |
Max Hilbrunner
|
acf6c326fb
Merge pull request #14715 from Krakean/string_add_rsplit2
|
7 lat temu |