Commit Verlauf

Autor SHA1 Nachricht Datum
  Juan Linietsky 69c95f4b4c Reworked signal connection system, added support for Callable and Signal objects and made them default. vor 5 Jahren
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 vor 5 Jahren
  Tomasz Chabora 46e1c0670e Don't try to slice empty arrays vor 6 Jahren
  Cameron Reikes 757c509437 Add array slice method vor 6 Jahren
  Braden Bodily 71d71d55b5 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' vor 6 Jahren
  qarmin 3c154eb93b Remove unnecessary code and add some error explanations vor 6 Jahren
  Hein-Pieter van Braam-Stewart 8b1e297fc6 Don't crash on printing nested types vor 6 Jahren
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 vor 6 Jahren
  Rémi Verschelde c730957c42 Revert "Added a check in sort_custom thats test wether the given method exists." vor 6 Jahren
  DualMatrix 6415454581 Added a check in sort_custom thats test wether the given method exists. vor 6 Jahren
  Rémi Verschelde 277b24dfb7 Make core/ includes absolute, remove subfolders from include path vor 7 Jahren
  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 vor 7 Jahren
  poke1024 9d27bd3c3b Fix SortArray crashing with bad comparison functions vor 7 Jahren
  Hein-Pieter van Braam 0e29f7974b Reduce unnecessary COW on Vector by make writing explicit vor 7 Jahren
  Bojidar Marinov 9f6c0c6eae Duplicate Arrays and Dictionaries when instancing scene in editor vor 7 Jahren
  poke1024 75d69fb4ec Add shuffle() method to Array vor 7 Jahren
  Rémi Verschelde e4213e66b2 Add missing copyright headers and fix formatting vor 7 Jahren
  Rémi Verschelde b50a9114b1 Update copyright statements to 2018 vor 7 Jahren
  Juan Linietsky bc2e8d99e5 Made Vector::ptrw explicit for writing, compiler was sometimes using the wrong function, vor 7 Jahren
  poke1024 d6e54de502 Add bsearch and bsearch_custom to Array vor 7 Jahren
  Marius Guggenmos 2f173a67ab Array::sort, sort_custom and invert now return reference to Array to allow chaining of operations vor 7 Jahren
  Ross Hadden 1a97d6455d Fixed a bunch of typos, including an error code. vor 8 Jahren
  Juan Linietsky c771e03ee2 -Fixed changes to default input actions not working, closes #10502 vor 8 Jahren
  Rémi Verschelde bd282ff43f Use HTTPS URL for Godot's website in the headers vor 8 Jahren
  Rémi Verschelde df61dc4b2b Add "Godot Engine contributors" copyright line vor 8 Jahren
  Rémi Verschelde 5dbf1809c6 A Whole New World (clang-format edition) vor 8 Jahren
  Rémi Verschelde 3890256fc5 Style: Cleanups, added headers, renamed files vor 8 Jahren
  Juan Linietsky e6583117df Both Array and Dictionary are always in shared mode (removed copy on write). vor 8 Jahren
  Rémi Verschelde c7bc44d5ad Welcome in 2017, dear changelog reader! vor 8 Jahren
  Kazuo256 bf4fda64fd Add Array.front() and Array.back() vor 8 Jahren