Pāvels Nadtočajevs
|
b50d9742c2
Fix `is_valid_float`, `Variant` parser, `Expression` parser, script highlighter, and `TextServer` not handing capital E in scientific notation.
|
6 months ago |
bruvzg
|
3be46a69c4
Fix uppercase B and X parsing in the integer literals.
|
6 months ago |
demolke
|
964e2b3a9e
Fix handling of leading `..` in simplify_path
|
8 months ago |
Thaddeus Crews
|
63838c936c
Merge pull request #98278 from a-johnston/fuzzy-search-rebase
|
9 months ago |
Thaddeus Crews
|
363c0b5fec
Merge pull request #47502 from KoBeWi/add_0
|
9 months ago |
Adam Johnston
|
3ac043c508
Add fuzzy string matching to quick open search
|
10 months ago |
kobewi
|
5c0f2414cd
Always add decimal when printing float
|
1 year ago |
yeojunh
|
b3b24ded19
Add checks for valid base in String::num_int64, uint64().
|
10 months ago |
Pablo Andres Fuente
|
0b258e69f3
Add unit tests for String::parse_url()
|
1 year ago |
Haoyu Qiu
|
6516ca6b11
Parse fragment from URL
|
1 year ago |
Haoyu Qiu
|
a751c05b15
Fix script editor wrongly replaces and quotes non-ASCII letters
|
11 months ago |
Mika Viskari
|
3153e9afda
Added more unit tests for String insert and join.
|
11 months ago |
Haoyu Qiu
|
8bf4ecc026
Add `String.is_valid_unicode_identifier()`
|
1 year ago |
Rémi Verschelde
|
49e5fbfbd2
Merge pull request #95184 from jsjtxietian/shader-include-relative
|
1 year ago |
Haoyu Qiu
|
f483c3aafa
Fix split_floats behavior when spaces are used as separators
|
1 year ago |
jsjtxietian
|
6cf9af2817
Fix error when use relative #include in .gdshader / .gdshaderinc file
|
1 year ago |
A Thousand Ships
|
b4c6cc7d82
[Core] Add case-insensitive `String::containsn`
|
1 year ago |
Wilson E. Alvarez
|
d4154dbc55
Add const char * overloads to String class
|
1 year ago |
A Thousand Ships
|
bb6305d1c4
[Core] Fix incorrect file sort method
|
1 year ago |
A Thousand Ships
|
2cbf469912
Fix sorting of files/dirs in dialogs
|
1 year ago |
Mika Viskari
|
3026b566b0
Fix String::begins_with when both strings are empty
|
1 year ago |
Danil Alexeev
|
c0aa88ae4f
Add Unicode support to `String.to_*_case()` methods
|
1 year ago |
Mika Viskari
|
5e40124d4d
Add more C++ unit tests for String to number conversions
|
1 year ago |
Alfonso J. Ramos
|
5cd7ca0ccc
Do not replace starting digit with underscore when making identifier
|
1 year ago |
bruvzg
|
2b3bbde6da
[String] Fix string conversion for -0.0 float values.
|
1 year ago |
Rémi Verschelde
|
20e24bd2bb
Merge pull request #78529 from Chaosus/string_reverse
|
2 years ago |
Hugo Locurcio
|
e9f723006a
Use compile-time Unicode string conversion
|
2 years ago |
MewPurPur
|
cc5500f7de
Fix erroneous pad_zeros warning
|
2 years ago |
Rémi Verschelde
|
100082b3ac
Merge pull request #74760 from lassade/unicode-err-uses-replacement-char
|
2 years ago |
Yuri Roubinski
|
230385b587
Add `String.reverse` method
|
2 years ago |