コミット履歴

作者 SHA1 メッセージ 日付
  George Marques cbf5641a74 Disable GDScript warning for unused class variable by default 5 年 前
  Hugo Locurcio 247767eb89 Document how to bypass the unused argument/variable warning in message 5 年 前
  mashumafi d7137a6b72 Add setting to exclude addons from script warnings 5 年 前
  George Marques 15800b4db8 GDScript: Avoid editor crashes when there's cyclic inheritance 5 年 前
  Rémi Verschelde dec10dd776 Merge pull request #32051 from qarmin/some_error_explanation 5 年 前
  qarmin 17732fe698 Added some obvious errors explanations 5 年 前
  luz.paz 91ecd7b6a6 Fix misc. source comment typos 5 年 前
  toasteater e2121c97ae Make VarArg methods return types show up as Variant in API json 6 年 前
  Robin Hübner 6ab118c464 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative", "modules/gdscript" directories. 6 年 前
  qarmin 3c154eb93b Remove unnecessary code and add some error explanations 6 年 前
  qarmin 4e5310cc60 Some code changed with Clang-Tidy 6 年 前
  Rémi Verschelde defd960276 Merge pull request #27886 from LeonardMeagher2/obj_to_string 6 年 前
  Rémi Verschelde e0574e1d98 Fix typos with codespell 6 年 前
  Leonard Meagher f7eb426e2e Allow overriding how scripted objects are converted to strings 6 年 前
  Bojidar Marinov f9d9530902 Fix slight issues with autocompletion and member lists in GDScript 6 年 前
  lupoDharkael 14078fbb82 GDScript: add variable shadowing warning 6 年 前
  Ignacio Etcheverry ad2127a3e8 Replace a few #if/#elif with #ifdef and "#elif defined" 6 年 前
  Hugo Locurcio 5a574a4f29 Fix typo in GDScript narrowing conversion warning message 6 年 前
  Juan Linietsky b63c506ad8 Close file handles after use of new get_as_utf8_strings, fixes #26578 6 年 前
  George Marques bda60bfa29 Add a dependency search mode for GDScript parser 6 年 前
  Rémi Verschelde f2003b1a7e Merge pull request #26034 from QbieShay/issue_25596 6 年 前
  QbieShay 8f22c2684f Inheriting from virtual class no longer causes the engine to crash, it prints an error instead. 6 年 前
  marxin 8d51618949 Add -Wshadow=local to warnings and fix reported issues. 6 年 前
  Ignacio Etcheverry 2f8d1a321a Fix exported property values being lost if base GDScript fails to parse 6 年 前
  Juan Linietsky 6504b88547 Ensure get script method list also checks base classes, fixes #23384 6 年 前
  George Marques f4546fc0cd GDScript: don't allow calling non-static function from script 6 年 前
  Rémi Verschelde 658296856c Merge pull request #24877 from neikeq/issue-24280 6 年 前
  Ignacio Etcheverry ea85ff0dc2 Fix properties being lost when reloading placeholder GDScript instance 6 年 前
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 年 前
  Juan Linietsky 3a93499f89 Allow signal connecting even if script is invalid (only when compiled with tools), fixes #17070 6 年 前