Commit History

Author SHA1 Message Date
  George Marques 3d13588057 GDScript: Fix loading of interdependent autoloads 3 years ago
  George Marques 89695da337 GDScript: Fix memory leak when using self class as type 4 years ago
  Julien Nguyen 51b7179b5a Fix infinite loop when creating a newly inherited GdScript file 4 years ago
  Rémi Verschelde ac3322b0af Use const references where possible for List range iterators 4 years ago
  Aaron Franke 4e6efd1b07 Use C++ iterators for Lists in many situations 4 years ago
  Fabio Alessandrelli ddb68f76ff [Net] Single `rpc` annotation. "sync" no longer part of mode. 4 years ago
  Lightning_A e28fd07b2b Rename `instance()`->`instantiate()` when it's a verb 4 years ago
  Pedro J. Estébanez 04688b92ff Rename Reference to RefCounted 4 years ago
  Lyuma 771190a9db Fix regression from 160c260 causing export of non-@export properties. 4 years ago
  Rémi Verschelde 59b524ae4c Merge pull request #49067 from JFonS/fix_gcc_warnings 4 years ago
  George Marques c7459e3855 GDScript: Use analyzer data to decide assignment conversion 4 years ago
  jfons f8e34209af Fix some warnings raised by GCC-11.1 4 years ago
  George Marques cdb3726fe6 Merge pull request #48347 from Blackiris/fix-temporary-key-not-released 4 years ago
  George Marques ec783dd885 GDScript: Add support for builtin static method calls 4 years ago
  Julien Nguyen 82522662f8 Fix temporary value not released when used as a dictionary key 4 years ago
  George Marques c201b212c7 GDScript: Implement lambdas compilation and runtime 4 years ago
  George Marques 1e4ff2ede6 GDScript: Make sure Lua-style dicts use StringName as keys 4 years ago
  George Marques c7511de02e GDScript: Fix resolution of dictionary keys 4 years ago
  George Marques 40502a1689 GDScript: Pool temporary values by type on the stack 4 years ago
  George Marques cf4079cb5f Reduce number of addressing modes in GDScript VM 4 years ago
  Julien Nguyen 43c1c680f0 Fix stack overflow in setter 4 years ago
  Julien Nguyen 3168c2a513 Fix GDScript variables addresses getting mixed 4 years ago
  George Marques 160c260495 GDScript: Allow export of enum variables 4 years ago
  George Marques 85e316a5d5 Add typed arrays to GDScript 4 years ago
  Rémi Verschelde 6edb0a75ab Merge pull request #46936 from DavidSichma/match_temp_header 4 years ago
  David Sichma 762bb5843b Fixed match test expression for temporaries 4 years ago
  Anshul7sp1 91181c2086 Fixes small typos and grammar correction 4 years ago
  David Sichma 66a5002750 Fixed match for expression pattern 4 years ago
  Thakee Nathees 9869522e6a false positive "Identifier not found" error or signals fixed 4 years ago
  Rémi Verschelde c17413f159 Merge pull request #44104 from nekomatata/coroutine-await-fix 4 years ago