Historial de Commits

Autor SHA1 Mensaje Fecha
  George Marques 35176247af GDScript: Allow enum values to be set to constant expressions hace 5 años
  George Marques 0f9923e67f GDScript: Allow empty files to be valid scripts hace 5 años
  George Marques 3abb3c0d6e GDScript: Fix crash when superclass file is non-existent hace 5 años
  George Marques d06ce2f11e GDScript: Fix editor crash when writing @tool annotation hace 5 años
  George Marques 9413446b2d Merge pull request #41104 from vnen/gdscript-assignment-tidy hace 5 años
  Rémi Verschelde cf05486d8e Merge pull request #41055 from snichols/null-callee-fix hace 5 años
  George Marques 3aef60591b GDScript: Tidy up assignment operator check hace 5 años
  Stephen Nichols fbd07bf3bf Adding error message for empty grouping expression hace 5 años
  Stephen Nichols 8a13be50ab Fixing null callee crash. hace 5 años
  bruvzg ee973f5b90 [GDScript] Add static HashMap cleanup. hace 5 años
  George Marques a0f54cb95e Wrap up GDScript 2.0 base implementation hace 5 años
  George Marques aa09b4f85d Reintroduce code completion hace 5 años
  George Marques b6a2628c48 Reenable GDScript LSP server hace 5 años
  George Marques dadfcd8aba Added support for enums to be used as types in GDScript hace 5 años
  George Marques 95c0909290 Add warning checks in GDScript analyzer hace 5 años
  George Marques 9a76ab8b6a Add new GDScript type checker hace 5 años
  George Marques 17cd6347ba Add better local variable detection in GDScript parser hace 5 años
  George Marques 886732ac2b Add support for properties hace 5 años
  George Marques 5d6e853806 New GDScript tokenizer and parser hace 5 años
  Thakee Nathees 023b3f2786 Fix: editor crash on super constructor called hace 5 años
  Rémi Verschelde 697897cc61 Merge pull request #39275 from ThakeeNathees/shadowed-warning-for-loop-counter hace 5 años
  Rémi Verschelde 6cefb8d368 Merge pull request #39314 from ThakeeNathees/debugger-incorrect-line-fix hace 5 años
  Rémi Verschelde 36f6103026 Merge pull request #39301 from Calinou/fix-argument-parameter-confusion hace 5 años
  Thakee Nathees fc89c5c76d Debugger stepping to incorrect line fix hace 5 años
  Hugo Locurcio 30053de182 Tweak the GDScript error message about passed argument type mismatch hace 5 años
  Thakee Nathees e153772de2 predefined var check for `for` loop counter hace 5 años
  Thakee Nathees 54835a5302 shodowed var warning for `for` loop counter hace 5 años
  Rémi Verschelde 78e223569b Merge pull request #33689 from jbuck3/signal-error hace 5 años
  Tan Wang Leng 7b1423a61e gdscript_parser: Fix "unreachable code" false positive for loops hace 5 años
  Thakee Nathees c076a2b7e9 break, continue outside of a loop, match statement handled hace 5 años