Histórico de Commits

Autor SHA1 Mensagem Data
  Brian Semrau c18a27a9cd GDScript fix wrong base class assignment há 4 anos atrás
  George Marques 84956fee4b GDScript: Fix member assignment with operation há 4 anos atrás
  Lightning_A c63b18507d Use range iterators for `Map` há 4 anos atrás
  George Marques 991f4d8527 GDScript: Fix assignment with operation for properties há 4 anos atrás
  George Marques 5a612d61b9 Merge pull request #49765 from Blackiris/fix-assignment-with-operator-on-type-member há 4 anos atrás
  George Marques 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries há 4 anos atrás
  Rémi Verschelde ffe8412291 Merge pull request #52323 from vnen/gdscript-singleton-interdependence-fix há 4 anos atrás
  Fabio Alessandrelli bf9aae09ba [Net] Move multiplayer to core subdir, split RPCManager. há 4 anos atrás
  SaracenOne 84852585b9 Check for GDScript member and class naming conflicts in a variety of conditions. há 4 anos atrás
  George Marques 3d13588057 GDScript: Fix loading of interdependent autoloads há 4 anos atrás
  Julien Nguyen 9bc5119d4e Fix assignment with operator on type member há 4 anos atrás
  George Marques 89695da337 GDScript: Fix memory leak when using self class as type há 4 anos atrás
  Julien Nguyen 51b7179b5a Fix infinite loop when creating a newly inherited GdScript file há 4 anos atrás
  Rémi Verschelde ac3322b0af Use const references where possible for List range iterators há 4 anos atrás
  Aaron Franke 4e6efd1b07 Use C++ iterators for Lists in many situations há 4 anos atrás
  Fabio Alessandrelli ddb68f76ff [Net] Single `rpc` annotation. "sync" no longer part of mode. há 4 anos atrás
  Lightning_A e28fd07b2b Rename `instance()`->`instantiate()` when it's a verb há 4 anos atrás
  Pedro J. Estébanez 04688b92ff Rename Reference to RefCounted há 4 anos atrás
  Lyuma 771190a9db Fix regression from 160c260 causing export of non-@export properties. há 4 anos atrás
  Rémi Verschelde 59b524ae4c Merge pull request #49067 from JFonS/fix_gcc_warnings há 4 anos atrás
  George Marques c7459e3855 GDScript: Use analyzer data to decide assignment conversion há 4 anos atrás
  jfons f8e34209af Fix some warnings raised by GCC-11.1 há 4 anos atrás
  George Marques cdb3726fe6 Merge pull request #48347 from Blackiris/fix-temporary-key-not-released há 4 anos atrás
  George Marques ec783dd885 GDScript: Add support for builtin static method calls há 4 anos atrás
  Julien Nguyen 82522662f8 Fix temporary value not released when used as a dictionary key há 4 anos atrás
  George Marques c201b212c7 GDScript: Implement lambdas compilation and runtime há 4 anos atrás
  George Marques 1e4ff2ede6 GDScript: Make sure Lua-style dicts use StringName as keys há 4 anos atrás
  George Marques c7511de02e GDScript: Fix resolution of dictionary keys há 4 anos atrás
  George Marques 40502a1689 GDScript: Pool temporary values by type on the stack há 4 anos atrás
  George Marques cf4079cb5f Reduce number of addressing modes in GDScript VM há 4 anos atrás