커밋 기록

작성자 SHA1 메시지 날짜
  Gilles Roudière 7ae988ce5e Fix a crash in GDScriptAnalyzer when a script class's file is not found 3 년 전
  SaracenOne b6aa4ed55d Fixes cyclic detection from variables assigning themselves to themselves in autocomplete, and restricts initialization of variables from other variables which have not been declared above it in class body 3 년 전
  Markus Sauermann bac8e451c0 Describe usage of float in range documentation 3 년 전
  SaracenOne d45c3cdd1d Fix error when assigning to an explicitly annotated variant from an ambiguous source 3 년 전
  Rémi Verschelde 317cd0b19a Refactor some object type checking code with `cast_to` 3 년 전
  Rémi Verschelde 89eb6d372d Merge pull request #57591 from vnen/gdscript-enum-fixes 3 년 전
  George Marques ceafdf347e GDScript: Treat enum values as int and enum types as dictionary 3 년 전
  George Marques ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 3 년 전
  cdemirer 28ac4d8b7d Fix crash with non-constant keys in match statement Dictionary pattern 3 년 전
  Rémi Verschelde 4cfade6212 Merge pull request #55995 from Xwdit/enum_fix 3 년 전
  Rémi Verschelde 1989120d3f Merge pull request #56194 from cdemirer/fix-operation-result-type-inference 3 년 전
  Rémi Verschelde 4acc819f9b Merge pull request #56232 from V-Sekai/invalid_explicit_variant_assign_fix 3 년 전
  Rémi Verschelde cc7f634066 Merge pull request #56260 from cdemirer/fix-type-mutation-upon-assignment-with-operation 3 년 전
  Rémi Verschelde 6d4ed65f4c Merge pull request #56483 from vnen/gdscript-warning-annotation 3 년 전
  George Marques fd643c903d GDScript: Add annotation to ignore warnings 3 년 전
  Rémi Verschelde fe52458154 Update copyright statements to 2022 3 년 전
  cdemirer 067b4c8c07 Fix type mutation upon compound assignment 3 년 전
  SaracenOne b22c805dbe Fix 'Compiler bug: unresolved assign' on explicitly annotated variants. 3 년 전
  cdemirer 455cc07f90 Fix operation result type inference 3 년 전
  Xwdit 0430e26e6d Fix enum int comparison 3 년 전
  Gilles Roudière ab8119b5f6 Avoid a crash in the gdscript analyser 3 년 전
  Yuri Roubinsky 566895732c Fix shadowed global identifier warning duplication 3 년 전
  kobewi 4682f22293 Improve various texts 3 년 전
  Benjamin Navarro 560d9a4cc0 Fix incorrect debug check for setters 3 년 전
  Rémi Verschelde 3f888966c0 Merge pull request #53843 from vnen/gdscript-typed-array-subscript-constant 3 년 전
  George Marques 540821a264 GDScript: Fix inferred typed array marked as constant 3 년 전
  George Marques 84abb9a76c GDScript: Fix typing for await expression 3 년 전
  George Marques 749d89ae38 GDScript: Remove error when coroutine is called without await 3 년 전
  George Marques bf322bacdd Merge pull request #53726 from briansemrau/gd-outer-class 3 년 전
  Brian Semrau 0ff0f64cd4 GDScript: Access outer scope classes 3 년 전