Commit History

Author SHA1 Message Date
  reduz d1dcb40d56 Ability to print and log script backtraces 4 months ago
  Danil Alexeev aff767ef07 Fix expected argument count for `Callable` call errors 1 year ago
  A Thousand Ships 517e9f8aef [Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable 1 year ago
  Danil Alexeev 462d8f4752 GDScript: Fix `get_*_list()` methods return incorrect info 1 year ago
  Rémi Verschelde 604493eb6e Merge pull request #65910 from KoBeWi/gdsus 2 years ago
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 years ago
  kobewi e9a3e49086 Cleanup function state connections when destroying instance 2 years ago
  Adam Scott 5704055d30 Fix cyclic references in GDScript 2.0 2 years ago
  bruvzg 0103af1ddd Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4. 2 years ago
  George Marques 328aadc0ef GDScript: Fix stack overflow when using multiple `await` 3 years ago
  Rémi Verschelde c41f62c3df Merge pull request #61003 from vnen/gdscript-await-stack-fix 3 years ago
  reduz 746dddc067 Replace most uses of Map by HashMap 3 years ago
  George Marques 102c312497 GDScript: Fix stack manipulation for `await` 3 years ago
  SaracenOne 657b9b6596 Fix local variables not showing when breaking on final line 3 years ago
  Pedro J. Estébanez 7b0ed2aa5e Rename Variant::is_ref() to is_ref_counted() 3 years ago
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 years ago
  Lightning_A c63b18507d Use range iterators for `Map` 4 years ago
  Aaron Franke 4e6efd1b07 Use C++ iterators for Lists in many situations 4 years ago
  reduz 6631f66c2a Optimize StringName usage 4 years ago
  George Marques c201b212c7 GDScript: Implement lambdas compilation and runtime 4 years ago
  Anshul7sp1 91181c2086 Fixes small typos and grammar correction 4 years ago
  Rafał Mikrut f7209b459b Initialize class/struct variables with default values in modules/ 4 years ago
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 years ago
  Marcel Admiraal 5b937d493f Rename empty() to is_empty() 4 years ago
  George Marques c707d6fe71 GDScript: Gather instructions arguments beforehand 4 years ago
  George Marques b6519d0d03 GDScript: Split Function code into multiple files 4 years ago
  reduz 635d33dc6c Refactor variant built-in methods yet again. 4 years ago
  reduz 221a2a1742 Refactored variant constructor logic 4 years ago
  reduz 127458ed17 Reorganized core/ directory, it was too fatty already 4 years ago
  reduz 05de7ce6ca Refactored variant setters/getters 4 years ago