Rémi Verschelde
|
140350d767
Style: Enforce braces around if blocks and loops
|
4 years ago |
Rémi Verschelde
|
a828398655
Style: Replaces uses of 0/NULL by nullptr (C++11)
|
4 years ago |
Rémi Verschelde
|
b5e1e05ef2
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
|
4 years ago |
Fabio Alessandrelli
|
77e3514315
[Net] Implement String::parse_url for parsing URLs.
|
4 years ago |
abaire
|
b032067e42
Relaxes Node naming constraints in glTF documents to match the Editor.
|
4 years ago |
Rémi Verschelde
|
49646383f1
Update copyright statements to 2021
|
4 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 |
Rafał Mikrut
|
9ddb3265e1
Fix some crashes, overflows and using variables without values
|
6 years ago |
Andrii Doroshenko (Xrayez)
|
a0d00c0e99
Bind the `String::humanize_size` method
|
6 years ago |
Bhupendra Aole
|
073f625a91
Create a GDScript String function repeat
|
6 years ago |
IAmActuallyCthulhu
|
82b9557803
Remove redundant author doc comments
|
6 years ago |
Chaosus
|
080c0bb7fe
Added count method to String
|
6 years ago |
Fabio Alessandrelli
|
6c512e21a9
Add sha1 functions to string (using new CryptoCore)
|
6 years ago |
qarmin
|
4e5310cc60
Some code changed with Clang-Tidy
|
6 years ago |
Rémi Verschelde
|
2b52cd3e5c
Merge pull request #28648 from KoBeWi/substr-1
|
6 years ago |
Rémi Verschelde
|
e864237f1a
i18n: Fix extract.py support for new TTRC
|
6 years ago |
Tomasz Chabora
|
0b8a785539
Make second parameter of substr optional
|
6 years ago |
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 years ago |
Ibrahn Sahir
|
9d0b3b300c
fixed an access after free in OS_X11::set_context.
|
6 years ago |
Juan Linietsky
|
a20235aeb0
Add ability to edit editor feature profiles
|
6 years ago |
marxin
|
6be77da7eb
Fix new GCC 9 warnings: -Wdeprecated-copy.
|
6 years ago |
marxin
|
c11e7ffd0e
Fix warnings seen with -Wignored-qualifiers.
|
6 years ago |
Ibrahn Sahir
|
cbb396c006
Repair String lstrip and rstrip.
|
6 years ago |
Hein-Pieter van Braam
|
ac99ed3cda
String[size()] should return a default constructed CharType
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Hein-Pieter van Braam
|
4e25e5066b
Reduce String CoW
|
6 years ago |
Ibrahn Sahir
|
a758653199
const char* operator on CharString now const.
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Marcin Zawiejski
|
f3b2689aa6
fix out of buffer read when copying non-null terminated strings
|
7 years ago |