提交历史

作者 SHA1 备注 提交日期
  Rémi Verschelde 74d569b99e Fix various Clang -Wunused-but-set-variable warnings 4 年之前
  Marvin Ewald a1af387177 Allow warning-ignore in same line 4 年之前
  Rémi Verschelde 49646383f1 Update copyright statements to 2021 4 年之前
  Mateo de Mayo edb79e584a Fix misleading editor message when redeclaring variables 4 年之前
  Haoyu Qiu 82900e54ea Fixes crash after using enums in export variables 4 年之前
  Thakee Nathees a69c3cace2 GDScript signal lines marked as safe 4 年之前
  Rémi Verschelde bca2633f93 Merge pull request #41931 from RandomShaper/fix_gdscript_leaks_3.2 4 年之前
  Rémi Verschelde c8859f0463 Fix typos with codespell 4 年之前
  Pedro J. Estébanez a0969662cd Prevent cyclic reference between script and its members 4 年之前
  Thakee Nathees d04d329a1f autocompletion inside comments bug fixed 5 年之前
  Thakee Nathees d53f5b55ec Auto completion enhanced for extends and class level identifier 5 年之前
  Francois Belair e3f16a83dc Fix line num of enums reported as the line before 5 年之前
  Thakee Nathees 9ce1fe59ea Fix: editor crash on super constructor called 5 年之前
  Thakee Nathees fc92f83c30 Debugger stepping to incorrect line fix 5 年之前
  Thakee Nathees 931a927a40 shodowed var warning for `for` loop counter 5 年之前
  Rémi Verschelde 1cf8652945 Merge pull request #39263 from ThakeeNathees/is-operation-fail 5 年之前
  Hugo Locurcio aeb5513bab Tweak the GDScript error message about passed argument type mismatch 5 年之前
  Thakee Nathees 837cba7567 predefined var check for `for` loop counter 5 年之前
  Thakee Nathees 8f795cb38e Fix `is` operation fail on get_script() 5 年之前
  George Marques a0983637cf GDScript: Allow get_script() to be considered a type 5 年之前
  Tan Wang Leng 48a2fd7a3d gdscript_parser: Fix "unreachable code" false positive for loops 5 年之前
  James Buck 9347a6ad6a Trigger an error when trying to define a preexisting signal in GDScript 5 年之前
  Thakee Nathees 9ee77179b5 break, continue outside of a loop, match statement handled 5 年之前
  Thakee Nathees d13f46bc41 shadowed var warning in nested block bug fix 5 年之前
  Thakee Nathees 40c43da96f set parser error when infer type is null 5 年之前
  Thakee Nathees e42318e41c regression: var declaration type info parser bug fix 5 年之前
  Thakee Nathees 6d7fb3d322 regression: static func can't access const fix 5 年之前
  Thakee Nathees 72aa9ce7fc range() with non-numeric const argument crash fix 5 年之前
  Thakee Nathees 55b4e0c44a parser error for static func access non-static variables 5 年之前
  Thakee Nathees 22053ed75f GDScript class var type resolve bug fixed 5 年之前