George Marques
|
262d9397fb
Allow indexing of String values in scripting languages
|
4 年之前 |
Aaron Franke
|
5d03c0e0b6
Fix String::num_real and String test cases when compiling with doubles
|
4 年之前 |
Rémi Verschelde
|
41562b9198
Merge pull request #52049 from theraot/master
|
4 年之前 |
Wilson E. Alvarez
|
d11c1afc04
Rename String::is_rel_path to String::is_relative_path
|
4 年之前 |
Theraot
|
cc78405b12
Expanded path functions tests
|
4 年之前 |
Rémi Verschelde
|
066dbc2f0c
String: Fix default decimals truncation in num and num_real
|
4 年之前 |
Lightning_A
|
b6af2a29eb
Rename `is_valid_integer()` to `is_valid_int()`
|
4 年之前 |
Hugo Locurcio
|
5ea1c75d63
Rename `String.is_abs_path()` to `String.is_absolute_path()`
|
4 年之前 |
Tomasz Chabora
|
b1859510ab
Change behavior of String.right
|
5 年之前 |
Hugo Locurcio
|
3f078c99f6
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
|
4 年之前 |
bruvzg
|
b6a21f85a7
Fix `url_decode` with mixed percent-encoding/Unicode strings. Treat Unix drive names as UTF-8 encoded.
|
4 年之前 |
Rémi Verschelde
|
5b16020846
Replace remaining uses of `NULL` with `nullptr`
|
4 年之前 |
Rémi Verschelde
|
83b1acdc60
Merge pull request #45545 from abaire/relaxes_gltf_name_sanitization
|
4 年之前 |
abaire
|
61cc1c8624
Relaxes Node naming constraints in glTF documents to match the Editor.
|
4 年之前 |
Henry Conklin
|
c6a911f037
Add support for numeric XML entities to XMLParser
|
4 年之前 |
Aaron Franke
|
e829b7aee4
Unify URI encoding/decoding and add to C#
|
4 年之前 |
Aaron Franke
|
a3e3bf8227
Make hex_to_int and bin_to_int handle the prefix automatically
|
4 年之前 |
Yuri Roubinsky
|
38a5d22079
Renamed String.ord_at to unicode_at
|
4 年之前 |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 年之前 |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 年之前 |
Maximilian Mayer
|
7edb50a31c
Move and add new RegEx test cases
|
4 年之前 |
Aaron Franke
|
02161aad5a
Remove empty lines around braces with the formatting script
|
5 年之前 |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
5 年之前 |
bruvzg
|
80b8eff6aa
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
|
5 年之前 |
Andrii Doroshenko (Xrayez)
|
0512cc01d9
Hide implementation details of doctest macros
|
5 年之前 |
Aaron Franke
|
56e2c6c704
Make all String float conversion methods be 64-bit
|
5 年之前 |
Andrii Doroshenko (Xrayez)
|
9f649efe5d
Move `tests` to the top-level directory
|
5 年之前 |