Commit History

Author SHA1 Message Date
  George Marques 7d4fc79eb3 Add GDScript warning for standalone expression 5 years ago
  George Marques e7b7dc57fc GDScript: set assign operation on local var made by match 5 years ago
  Rémi Verschelde c456d87ee6 Merge pull request #34918 from vnen/gdscript-assign-op 5 years ago
  George Marques d26414f9fe GDScript: enable type checks on release mode 5 years ago
  George Marques 899f7999b4 GDScript: properly set type of local variable initialization 5 years ago
  Bojidar Marinov b93b7aca74 Allow the usage of newlines in export hints 5 years ago
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 years ago
  George Marques 475d7f0e52 GDScript: Fix type conversion in assignment with operation 5 years ago
  Rémi Verschelde f326913f4d Merge pull request #34067 from bojidar-bg/32370-retype-message 5 years ago
  Bojidar Marinov 79c26344e8 Make error when accidentially redeclaring a variable's type clearer 5 years ago
  James Buck 9e44739324 Trigger an error when trying to define a preexisting signal in GDScript 5 years ago
  lupoDharkael 9254961297 Parser: Check all the arguments of the ternary operator 5 years ago
  mashumafi d7137a6b72 Add setting to exclude addons from script warnings 5 years ago
  Rémi Verschelde c43c3747cf Merge pull request #32808 from bojidar-bg/30937-less-strict-mixed-spacing 5 years ago
  Bojidar Marinov afbde3314a Allow mixed tabs and spaces when indentation does not depend on tab size 5 years ago
  Rémi Verschelde 8228b93fcd Merge pull request #32919 from vnen/gdscript-unused-args 5 years ago
  George Marques 05465b9693 GDScript: Add _ prefix on class name in type compatibility check 5 years ago
  George Marques bb20e420af Fix wrong counting of function argument usage 5 years ago
  qarmin 616ab4fac2 Small fixes to redundand code, copy paste bugs 5 years ago
  George Marques 64d09b7de5 GDScript: Fix type resolution not being return in some cases 5 years ago
  qarmin 50be65bf43 Changed some code found by Clang Tidy and Coverity 5 years ago
  Rémi Verschelde fdc2463a1b Merge pull request #32150 from luzpaz/typos 5 years ago
  luz.paz 91ecd7b6a6 Fix misc. source comment typos 5 years ago
  Rémi Verschelde c3d5c96494 Merge pull request #31921 from bojidar-bg/28978-uninitialized-array-value 5 years ago
  Rémi Verschelde 291f408fcf Merge pull request #32100 from SaracenOne/gdscript_parent_const_types 5 years ago
  Rémi Verschelde b5f14cc6f7 Merge pull request #31934 from mitchcurtis/28187 5 years ago
  Mitch Curtis aa8e3e7b0f GDScript: add an optional message parameter to assert() 6 years ago
  Saracen cf00f35a8e Allow for constant deceleration to be detected inherited scripts above the immediate parent. 6 years ago
  Mitch Curtis 8f5ffeeacc Produce an error when a class has the same name as a Singleton 6 years ago
  Bojidar Marinov 3ca7b4ee45 Fix uninitialized arrays and dictionaries retaining value 6 years ago