Commit History

Author SHA1 Message Date
  Yufeng Ying 3bf400ffae Move bisect to Span and deduplicate code. 2 months ago
  mashumafi b73346ef19 Avoid copy-on-write when reading vectors 1 year ago
  aaronp64 d176ba045f Array performance improvements to reduce copying/copy_on_write calls 11 months ago
  Thaddeus Crews b8950a4662 Merge pull request #105392 from aaronp64/array_min_max 3 months ago
  aaronp64 ecf63dd079 Optimize Array min/max methods 3 months ago
  Windy Darian effd1b71ce allow inserting at end of array again 3 months ago
  Rarysson Guilherme fe39ffeb7d Add negative index to `Array.remove_at` and `Array.insert` 1 year ago
  Yufeng Ying 4f4031a675 Replace size() == 0 with is_empty(). 4 months ago
  kobewi 75881f8322 Use initializer list in Arrays 1 year ago
  Rémi Verschelde 3f14e6a1b7 Merge pull request #104374 from aaronp64/array_swap_move 4 months ago
  Thaddeus Crews f6a35e2a6e Merge pull request #86015 from kitbdev/array-initializer-list 4 months ago
  aaronp64 3eb4e6c6ff Optimize Array methods with SWAP/std::move 4 months ago
  Yufeng Ying 883ca56517 Remove unneeded read_only check for Array const operator. 5 months ago
  Yufeng Ying be86ce3103 Apply iwyu suggestion in core. 7 months ago
  Danil Alexeev bd1a35ce9e Core: Fix `JSON.{from,to}_native()` issues 8 months ago
  A Thousand Ships 38f9769bc6 [Core] Improve error messages with `vformat` 10 months ago
  Rémi Verschelde 6bf8a3e3f8 Merge pull request #95449 from SlashScreen/array_functions 10 months ago
  Slashscreen 89491f4403 Add callable support for `find` and `rfind` `Array` methods 1 year ago
  Hilderin 27d1fb63e1 Fix Unable to use ResourceLoader in C# after threaded load in GDScript #92798 1 year ago
  Rémi Verschelde 496b7b8482 Core: Improve vformat error reporting on sprintf failure 1 year ago
  kit cb17798df3 Add Array and Variant list inializer 1 year ago
  A Thousand Ships 64146cb7f3 [Core] Add iteration support to `Array` 1 year ago
  A Thousand Ships 684752e75b Replace error checks against `size` with `is_empty` 1 year ago
  Rémi Verschelde 737c308dcc Merge pull request #74588 from puchik/float-variant-nan-inequality 1 year ago
  A Thousand Ships 893f889d74 [Core] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 1 year ago
  Arman Elgudzhyan ee27254602 Support both semantic (by default) and numeric Variant hash comparison 2 years ago
  Ninni Pipping 7752a0d8d1 Fix range error for `Array.slice` 2 years ago
  Ninni Pipping 10f385fb79 Fix `Array.slice()` rounding for `abs(step) != 1` 2 years ago
  Dmitrii Maganov 8400308ab3 GDScript: Fix can_reference check for typed arrays 2 years ago
  Rémi Verschelde bbff9fd7a4 Merge pull request #71786 from raulsntos/dotnet/array 2 years ago