Commit History

作者 SHA1 備註 提交日期
  George Marques 9462ae4783 GDScript: Remove function of `continue` for match statement 2 年之前
  George Marques 75515e4303 Merge pull request #70987 from vonagam/fix-parameter-conversion-assign 2 年之前
  George Marques 66fda2aeea GDScript: Fix temp values being written without proper clear 2 年之前
  George Marques a3816434a6 GDScript: Don't use the NIL address to hold return value of functions 2 年之前
  Dmitrii Maganov a8c2f8a0e1 GDScript: Fix missing conversion for default argument values 2 年之前
  Rémi Verschelde d95794ec8a One Copyright Update to rule them all 2 年之前
  Juan Linietsky 7211e041df Optimizations for GDScript VM 2 年之前
  Fabio Alessandrelli ca7d572908 [Net] Modularize multiplayer, expose MultiplayerAPI to extensions. 3 年之前
  Rémi Verschelde 90019676b0 Code quality: Fix header guards consistency 3 年之前
  George Marques 511a4b761c GDScript: Fix setter being called in chains for shared types 3 年之前
  reduz 746dddc067 Replace most uses of Map by HashMap 3 年之前
  George Marques 01d13ab2c1 GDScript: Allow using self in lambdas 3 年之前
  George Marques 4710e2b278 GDScript: Add support for static method calls in native types 3 年之前
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 年之前
  Lightning_A c63b18507d Use range iterators for `Map` 4 年之前
  Rémi Verschelde ffe8412291 Merge pull request #52323 from vnen/gdscript-singleton-interdependence-fix 4 年之前
  Fabio Alessandrelli bf9aae09ba [Net] Move multiplayer to core subdir, split RPCManager. 4 年之前
  George Marques 3d13588057 GDScript: Fix loading of interdependent autoloads 4 年之前
  Fabio Alessandrelli ddb68f76ff [Net] Single `rpc` annotation. "sync" no longer part of mode. 4 年之前
  George Marques c7459e3855 GDScript: Use analyzer data to decide assignment conversion 4 年之前
  George Marques ec783dd885 GDScript: Add support for builtin static method calls 4 年之前
  George Marques c201b212c7 GDScript: Implement lambdas compilation and runtime 4 年之前
  George Marques 9411bf05a4 GDScript: Adjust type of temporaries when needed 4 年之前
  George Marques 40502a1689 GDScript: Pool temporary values by type on the stack 4 年之前
  George Marques cf4079cb5f Reduce number of addressing modes in GDScript VM 4 年之前
  Rémi Verschelde d83761ba80 Style: Apply clang-tidy's `readability-braces-around-statements` 4 年之前
  George Marques 85e316a5d5 Add typed arrays to GDScript 4 年之前
  Rémi Verschelde c17413f159 Merge pull request #44104 from nekomatata/coroutine-await-fix 4 年之前
  Rémi Verschelde b5334d14f7 Update copyright statements to 2021 4 年之前
  PouleyKetchoupp 2e4ee06b7a Fix error when calling coroutine with await in _ready 4 年之前