Commit History

Author SHA1 Message Date
  Danil Alexeev 68e8c1bb8f [3.x] Core: Add recursion level check for `Array` and `Dictionary` hashing 2 years ago
  Rémi Verschelde 1426cd3b3a One Copyright Update to rule them all 2 years ago
  Nonunknown eb5b297fef add ability to pick random value from array 2 years ago
  Haoyu Qiu 77b6f7595a Add fill method to Array and PoolArrays 3 years ago
  cdemirer dd57c321bf Fix Array and Dictionary id() and dictionary test bug 3 years ago
  Rémi Verschelde a627cdafc5 Update copyright statements to 2022 3 years ago
  Pedro J. Estébanez a7aad78fd0 Add recursive comparison to Array and Dictionary 4 years ago
  Hugo Locurcio d717eb537b Add an `Array.pop_at()` method to pop an element at an arbitrary index 4 years ago
  Rémi Verschelde 140350d767 Style: Enforce braces around if blocks and loops 4 years ago
  Rémi Verschelde a828398655 Style: Replaces uses of 0/NULL by nullptr (C++11) 4 years ago
  Rémi Verschelde b5e1e05ef2 Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 4 years ago
  Rémi Verschelde 49646383f1 Update copyright statements to 2021 4 years ago
  Tomasz Chabora 98774000e2 Add append_array() method to Array class 4 years ago
  Marcel Admiraal 23d473f488 Fix array slicing. 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  Tomasz Chabora 46e1c0670e Don't try to slice empty arrays 5 years ago
  Cameron Reikes 757c509437 Add array slice method 6 years ago
  Braden Bodily 71d71d55b5 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 6 years ago
  qarmin 3c154eb93b Remove unnecessary code and add some error explanations 6 years ago
  Hein-Pieter van Braam-Stewart 8b1e297fc6 Don't crash on printing nested types 6 years ago
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 years ago
  Rémi Verschelde c730957c42 Revert "Added a check in sort_custom thats test wether the given method exists." 6 years ago
  DualMatrix 6415454581 Added a check in sort_custom thats test wether the given method exists. 6 years ago
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path 7 years ago
  Juan Linietsky adc0188d9f Added max() and min() functions to array to return greater or lesser element (or null if data is not of compatible type or empty array). Closes #15697 7 years ago
  poke1024 9d27bd3c3b Fix SortArray crashing with bad comparison functions 7 years ago
  Hein-Pieter van Braam 0e29f7974b Reduce unnecessary COW on Vector by make writing explicit 7 years ago
  Bojidar Marinov 9f6c0c6eae Duplicate Arrays and Dictionaries when instancing scene in editor 7 years ago
  poke1024 75d69fb4ec Add shuffle() method to Array 7 years ago
  Rémi Verschelde e4213e66b2 Add missing copyright headers and fix formatting 7 years ago