Histórico de Commits

Autor SHA1 Mensagem Data
  Thakee Nathees 9ee77179b5 break, continue outside of a loop, match statement handled há 5 anos atrás
  Thakee Nathees d13f46bc41 shadowed var warning in nested block bug fix há 5 anos atrás
  Thakee Nathees 40c43da96f set parser error when infer type is null há 5 anos atrás
  Thakee Nathees e42318e41c regression: var declaration type info parser bug fix há 5 anos atrás
  Thakee Nathees 6d7fb3d322 regression: static func can't access const fix há 5 anos atrás
  Thakee Nathees 72aa9ce7fc range() with non-numeric const argument crash fix há 5 anos atrás
  Thakee Nathees 55b4e0c44a parser error for static func access non-static variables há 5 anos atrás
  Thakee Nathees 22053ed75f GDScript class var type resolve bug fixed há 5 anos atrás
  Thakee Nathees 6b0cfc87af more clearer unexpected statement end error messages há 5 anos atrás
  Thakee Nathees 7111aa0688 pass keyword inside a class implemented há 5 anos atrás
  janglee d16abbdee4 Improved go-to definition (Ctrl + Click) há 5 anos atrás
  Steven Schoen 40125c7cce Mention offending function name in "Indented block expected" error há 5 anos atrás
  Tom Evans 2859ceec6f Fix for marking assert lines as safe bug há 5 anos atrás
  Thakee Nathees 1a4530e84c export var type reduce() implemented há 5 anos atrás
  Tom Evans 3bd5fc2e5e Mark assert lines as safe in gdscript há 5 anos atrás
  Thakee Nathees 95f6bdfa78 GDScript class name existance check enhanced há 5 anos atrás
  Thakee Nathees 12c776dba3 line unsafe for indexing with known base type & unkown identifier há 5 anos atrás
  Stoofin 243711e77f Pattern bind counts as assignment há 5 anos atrás
  Thakee Nathees 3658f7127e `:=` fails on some nodes fix: #37357 há 5 anos atrás
  Thakee Nathees df87601c88 Fix for loop range bug: #37358 há 5 anos atrás
  Thakee Nathees 5798c8135f logic error in gdscript_parser.cpp for-loop-range há 5 anos atrás
  Thakee Nathees 40b53bc29a duplicate arguments in a function handled há 5 anos atrás
  Rémi Verschelde 36e11d1c34 Merge pull request #35412 from DaividFrank/check_overriding_self há 5 anos atrás
  DaividFrank badabdf8b9 GDScript: Added checks in assign operations to disable re-assigning 'self' há 5 anos atrás
  Dani Frank 8f5e424c66 Fix subclass finding in extend statement for sub-sub classes há 5 anos atrás
  Bojidar Marinov 19ce2d5159 Fix slight problems related to default values of exported typed arrays há 5 anos atrás
  George Marques 1d129f9bec GDScript: Check function arguments on release too há 5 anos atrás
  George Marques e6060706ca GDScript: Type match on assignment only if operators have type há 5 anos atrás
  George Marques 4c20d9407d GDScript: Forbid using "script" as member name há 5 anos atrás
  George Marques 76678b2609 GDScript: Fix type name on error message for function parameters há 5 anos atrás