Histórico de Commits

Autor SHA1 Mensagem Data
  aaronp64 4c3f2be16d Avoid repeated _copy_on_write() calls in Array::resize() há 1 mês atrás
  Thaddeus Crews 0f67c3e992 Merge pull request #104522 from Ivorforce/localvector-force-trivial-resize há 4 meses atrás
  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. há 4 meses atrás
  Pedro J. Estébanez 342266cfd9 Overhaul `Variant::duplicate()` for resources há 9 meses atrás
  Yufeng Ying 3bf400ffae Move bisect to Span and deduplicate code. há 5 meses atrás
  mashumafi b73346ef19 Avoid copy-on-write when reading vectors há 1 ano atrás
  aaronp64 d176ba045f Array performance improvements to reduce copying/copy_on_write calls há 1 ano atrás
  Thaddeus Crews b8950a4662 Merge pull request #105392 from aaronp64/array_min_max há 6 meses atrás
  aaronp64 ecf63dd079 Optimize Array min/max methods há 6 meses atrás
  Windy Darian effd1b71ce allow inserting at end of array again há 6 meses atrás
  Rarysson Guilherme fe39ffeb7d Add negative index to `Array.remove_at` and `Array.insert` há 2 anos atrás
  Yufeng Ying 4f4031a675 Replace size() == 0 with is_empty(). há 7 meses atrás
  kobewi 75881f8322 Use initializer list in Arrays há 1 ano atrás
  Rémi Verschelde 3f14e6a1b7 Merge pull request #104374 from aaronp64/array_swap_move há 7 meses atrás
  Thaddeus Crews f6a35e2a6e Merge pull request #86015 from kitbdev/array-initializer-list há 7 meses atrás
  aaronp64 3eb4e6c6ff Optimize Array methods with SWAP/std::move há 7 meses atrás
  Yufeng Ying 883ca56517 Remove unneeded read_only check for Array const operator. há 7 meses atrás
  Yufeng Ying be86ce3103 Apply iwyu suggestion in core. há 10 meses atrás
  Danil Alexeev bd1a35ce9e Core: Fix `JSON.{from,to}_native()` issues há 10 meses atrás
  A Thousand Ships 38f9769bc6 [Core] Improve error messages with `vformat` há 1 ano atrás
  Rémi Verschelde 6bf8a3e3f8 Merge pull request #95449 from SlashScreen/array_functions há 1 ano atrás
  Slashscreen 89491f4403 Add callable support for `find` and `rfind` `Array` methods há 1 ano atrás
  Hilderin 27d1fb63e1 Fix Unable to use ResourceLoader in C# after threaded load in GDScript #92798 há 1 ano atrás
  Rémi Verschelde 496b7b8482 Core: Improve vformat error reporting on sprintf failure há 1 ano atrás
  kit cb17798df3 Add Array and Variant list inializer há 1 ano atrás
  A Thousand Ships 64146cb7f3 [Core] Add iteration support to `Array` há 1 ano atrás
  A Thousand Ships 684752e75b Replace error checks against `size` with `is_empty` há 1 ano atrás
  Rémi Verschelde 737c308dcc Merge pull request #74588 from puchik/float-variant-nan-inequality há 2 anos atrás
  A Thousand Ships 893f889d74 [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable há 2 anos atrás
  Arman Elgudzhyan ee27254602 Support both semantic (by default) and numeric Variant hash comparison há 2 anos atrás