Commit History

Author SHA1 Message Date
  VolTer 57e39d0ce9 Fix String.split() with empty string and delimeter 2 years ago
  K. S. Ernest (iFire) Lee 39922d7167 Handle gltf binary 3 years ago
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years ago
  Haoyu Qiu 207e52c161 Fix String::word_wrap() for long words 3 years ago
  Bastiaan Olij a479f5af22 Improve logic for detecting and tracking extensions 2 years ago
  Micky e791f4fce2 Double precision of `String.split_floats` 2 years ago
  Rémi Verschelde 1959284769 Merge pull request #68229 from Mickeon/c-escape-hell 2 years ago
  Markus Sauermann 3b14f0334c Remove redundant Variant-types initializations 2 years ago
  gnumaru 75e617c05d fix a buffer overflow due to a misbehaving vcrt snprintf call on String::num, at core/string/ustring.cpp 2 years ago
  kobewi 8a47a12207 Add support for empty delimiter in String.split 3 years ago
  Micky 521d8a5d24 Remove "?" from String.c_escape() 2 years ago
  Gilles Roudière 56fa8f1d58 Fix localize_path with custom protocol identifiers 2 years ago
  Aaron Franke c60ac64e8f Fix big negative numbers printing incorrect decimals in num_real 2 years ago
  Gilles Roudière bf1a40c168 Make String.simplify_path keep the protocol identifier for urls 2 years ago
  Rémi Verschelde 58eff50bf1 Merge pull request #64268 from timothyqiu/is-finite 2 years ago
  kobewi 785e5880b3 Fix simplify_path() breaking uid:// 2 years ago
  Haoyu Qiu 5da515773d Add `is_finite` method for checking built-in types 3 years ago
  Rémi Verschelde cf6978f286 Merge pull request #64833 from MarcusElg/naninfprinting 2 years ago
  Rémi Verschelde 0e53dd642c Fix MSVC warning C4706: assignment within conditional expression 2 years ago
  Danil Alexeev d4555ef5fb Add `String.to_{camel,pascal,snake}_case` methods 3 years ago
  Aaron Franke 10a56981dc Rename String `plus_file` to `path_join` 3 years ago
  Marcus Elg b21460981d Improve string formatting for %f and %v for inf and nan 3 years ago
  Rémi Verschelde 08d8f884cd Merge pull request #63728 from MarcusElg/%v 3 years ago
  Marcus Elg dbc165715b Add %v for formatting vectors 3 years ago
  VolTer dae64e5361 Improved performance of String repeat method 3 years ago
  kleonc 1324ca5eb0 Fix undefined behavior in `String::operator+=(const String &)` 3 years ago
  Rémi Verschelde 1418f97c70 File: Re-add support to skip CR (`\r`) in `File::get_as_text` 3 years ago
  bruvzg 0c5431644d Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose. 3 years ago
  Haoyu Qiu 6f38c21253 Fix parameter name for String.left and String.right 3 years ago
  Haoyu Qiu 83990c2161 Fix `String.uri_encode` on Windows 3 years ago