Theraot
|
ef54d35395
Fix get_base_dir windows top level directory logic
|
4 yıl önce |
Rémi Verschelde
|
b033dff983
String: Remove old NO_USE_STDLIB code path
|
4 yıl önce |
Rémi Verschelde
|
066dbc2f0c
String: Fix default decimals truncation in num and num_real
|
4 yıl önce |
Anilforextra
|
c350a33898
Convert ustring macros to inline functions and use them wherever possible.
|
4 yıl önce |
Rémi Verschelde
|
ac3322b0af
Use const references where possible for List range iterators
|
4 yıl önce |
Aaron Franke
|
4e6efd1b07
Use C++ iterators for Lists in many situations
|
4 yıl önce |
Rémi Verschelde
|
e2b79e9591
Merge pull request #49291 from NoFr1ends/fix-49262
|
4 yıl önce |
Lightning_A
|
b6af2a29eb
Rename `is_valid_integer()` to `is_valid_int()`
|
4 yıl önce |
Rémi Verschelde
|
badad53438
Merge pull request #49505 from underdoeg/patch-2
|
4 yıl önce |
Aaron Franke
|
554c776e08
Reformat structure string operators
|
4 yıl önce |
Rémi Verschelde
|
6b0183ec89
Merge pull request #49279 from Calinou/rename-string-is-abs-path-method
|
4 yıl önce |
Philip Whitfield
|
3d9f29910c
fix url parsing with port numbers
|
4 yıl önce |
Jonas Bernemann
|
a403efb67c
String::format leave passed values untouched
|
4 yıl önce |
Hugo Locurcio
|
5ea1c75d63
Rename `String.is_abs_path()` to `String.is_absolute_path()`
|
4 yıl önce |
Heikki Simojoki
|
09a905ca80
Increase String::num default decimal precision
|
5 yıl önce |
kobewi
|
ea9660e1cf
Fix usage of String.left()
|
4 yıl önce |
Tomasz Chabora
|
b1859510ab
Change behavior of String.right
|
5 yıl önce |
Fabio Alessandrelli
|
015fc2ad4f
Merge pull request #48205 from Faless/net/4.x_url_parsing
|
4 yıl önce |
bruvzg
|
b6a21f85a7
Fix `url_decode` with mixed percent-encoding/Unicode strings. Treat Unix drive names as UTF-8 encoded.
|
4 yıl önce |
Rémi Verschelde
|
8247667a3e
Core: Drop custom `copymem`/`zeromem` defines
|
4 yıl önce |
Fabio Alessandrelli
|
3bb40669d5
[Net] Implement String::parse_url for parsing URLs.
|
4 yıl önce |
Fabio Alessandrelli
|
6138396e00
Merge pull request #47512 from DanielKriz/bugfix/uri_encode
|
4 yıl önce |
Daniel Kříž
|
13c999d9d7
fix wrong encoding in uri_encode
|
4 yıl önce |
Marcel Admiraal
|
755c70b871
Rename Array.invert() to Array.reverse()
|
4 yıl önce |
Anshul7sp1
|
91181c2086
Fixes small typos and grammar correction
|
4 yıl önce |
Rémi Verschelde
|
83b1acdc60
Merge pull request #45545 from abaire/relaxes_gltf_name_sanitization
|
4 yıl önce |
abaire
|
61cc1c8624
Relaxes Node naming constraints in glTF documents to match the Editor.
|
4 yıl önce |
Henry Conklin
|
c6a911f037
Add support for numeric XML entities to XMLParser
|
4 yıl önce |
kleonc
|
ad0943e3d3
Make String::ends_with don't use String::rfind
|
4 yıl önce |
Aaron Franke
|
e829b7aee4
Unify URI encoding/decoding and add to C#
|
4 yıl önce |