Commit History

Author SHA1 Message Date
  Pedro J. Estébanez 7dc37bdc9c Enhance bindings of deep resource duplication 4 months ago
  Rémi Verschelde 61639d9574 Merge pull request #106996 from Ivorforce/no-oa-hashmap 4 months ago
  Aaron Franke 5777a88b76 Support 64-bit sizes in Compression 5 months ago
  Lukas Tenbrink 963c20565b Remove `OAHashMap`, in favour of `AHashMap`. 4 months ago
  Thaddeus Crews 0f67c3e992 Merge pull request #104522 from Ivorforce/localvector-force-trivial-resize 4 months ago
  Thaddeus Crews 63dff62948 Merge pull request #100673 from RandomShaper/res_duplicate 4 months ago
  Lukas Tenbrink 4cb8a0c77e Add `resize_initialized` and `resize_uninitialized` to `Vector`. These functions serve as replacements for `resize`, to make sure the caller understands whether elements need to be initialized 'by hand' after the call. 5 months ago
  Pedro J. Estébanez 342266cfd9 Overhaul `Variant::duplicate()` for resources 9 months ago
  Aaron Franke 15de1d6c35 Use Grisu2 algorithm in String::num_scientific to fix serializing 11 months ago
  Thaddeus Crews d237e31a89 Style: Remove redundant `DEBUG_METHODS_ENABLED` 5 months ago
  Thaddeus Crews 051712dfb8 Merge pull request #103264 from mhilbrunner/docs-path-join 5 months ago
  Thaddeus Crews ad40939b6f Core: Replace C math headers with C++ equivalents 7 months ago
  Thaddeus Crews 717df3ee88 Merge pull request #105249 from Repiteo/core/math-defs-namespace 6 months ago
  Thaddeus Crews 31bb3be5a6 Merge pull request #105145 from bruvzg/swap_pba 6 months ago
  Thaddeus Crews 94282d88f9 Core: Use `Math` namespace for constants 6 months ago
  Priahoud bf963e767e Add Options, Functions and Settings to convert Node-Names and Strings to kebab-case 1 year ago
  A Thousand Ships 889410dcda Add `String::replace_char(s)` methods for performance and convenience 1 year ago
  Pāvels Nadtočajevs 7c4d45ba3b Add bswap methods to the `PackedByteArray` bindings. 6 months ago
  Pāvels Nadtočajevs 9abe2e5294 Add `uri_file_decode` to handle `+` in file names. 6 months ago
  Thaddeus Crews 780cf03051 Merge pull request #104556 from Ivorforce/string-extend-instead-of-parse 6 months ago
  bruvzg 48bfe13e4f Add methods to decode/encode multibyte encodings. 1 year ago
  Lukas Tenbrink ffa6ef220b Use `append_` instead of `parse_` for `String` methods. 6 months ago
  Lukas Tenbrink a23f630781 Remove `String` clipping constructors. 7 months ago
  Thaddeus Crews dae32f8ec6 Merge pull request #92737 from AThousandShips/packed_erase 7 months ago
  A Thousand Ships 331a43a9d8 Add `String::remove_char(s)` methods for performance and convenience 1 year ago
  Pāvels Nadtočajevs f9c7d348c3 Add bound checks to `Array`/`Packed*Array` variant call `get` and `set` methods. 7 months ago
  Max Hilbrunner 3275116304 Rename "file" param for str.path_join() to "path" 7 months ago
  Pāvels Nadtočajevs 1bc86c2626 Fix `PackedStringArray.to_byte_array()` to return UTF-8 encoded data instead of pointers. 8 months ago
  A Thousand Ships 46b6acdabb [Core] Expose `Packed*Array::erase` 1 year ago
  kobewi 4e48b19e1f Add Color.from_rgba8 and deprecate Color8 9 months ago