Commit History

Author SHA1 Message Date
  Lukas Tenbrink e34f1f504c Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase. 6 months ago
  Danil Alexeev cd918ff470 GDScript: Remove `RENAMED_IN_GODOT_4_HINT` from `GDScriptWarning::Code` enum 7 months ago
  girdenis-p 413490c270 Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subclasses 9 months ago
  Danil Alexeev 3f52871f70 GDScript: Add warning if non-`@tool` class extends `@tool` class 1 year ago
  Danil Alexeev 68898dbcc9 GDScript: Add `CONFUSABLE_CAPTURE_REASSIGNMENT` warning 1 year ago
  Danil Alexeev 7dd801c580 GDScript: Fix `STANDALONE_EXPRESSION` warning for `preload()` 1 year ago
  George Marques f9048fcd7d GDScript: Warn when enum variable has no default 1 year ago
  Rémi Verschelde 8611fd8400 Merge pull request #90442 from vnen/gdscript-dont-warn-using-default-builtin 1 year ago
  George Marques 877802e252 GDScript: Don't warn on unassigned for builtin-typed variables 1 year ago
  Rémi Verschelde f8ca571efe Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warning 1 year ago
  Danil Alexeev ef1909fca3 GDScript: Fix `@warning_ignore` annotation issues 1 year ago
  Danil Alexeev 6e996a597f GDScript: Fix `UNSAFE_CAST` warning 1 year ago
  Danil Alexeev ba96d4f631 GDScript: Fix `UNSAFE_CALL_ARGUMENT` warning for `Variant` constructors 1 year ago
  Yuri Sizov aa474c9feb Merge pull request #75988 from dalexeev/gds-unsafe-call-argument 1 year ago
  Danil Alexeev 4ce27301d3 GDScript: Add `INFERRED_DECLARATION` warning 1 year ago
  Danil Alexeev e8696f9961 GDScript: Improve call analysis 1 year ago
  ryanabx ceda960131 Remove REDUNDANT_FOR_VARIABLE_TYPE 1 year ago
  ryanabx 14edf044af Add "untyped_declaration" warning 1 year ago
  Danil Alexeev 6c59ed9485 GDScript: Add static typing for `for` loop variable 2 years ago
  Danil Alexeev d53fc92b4c GDScript: Fix bug with identifier shadowed below in current scope 2 years ago
  Danil Alexeev 13310f3557 GDScript: Reorganize and unify warnings 2 years ago
  George Marques 0ba6048ad3 Add support for static variables in GDScript 2 years ago
  VolTer f832eb92e4 Fix mistakes in documentation and GDScript errors 2 years ago
  George Marques 273bf7210f GDScript: Add warnings that are set to error by default 2 years ago
  Rémi Verschelde afe3b94ab2 Revert "GDScript: Add warnings that are set to error by default" 2 years ago
  George Marques a166833bfa GDScript: Add warnings that are set to error by default 2 years ago
  Rémi Verschelde 6d9c9d30b9 Merge pull request #72206 from vnen/gdscript-allow-void-return-shorthand 2 years ago
  Rémi Verschelde 361f3f1721 Merge pull request #57520 from jordigcs/gd-rename-map 2 years ago
  George Marques a47d4d57ca GDScript: Allow void functions to return calls to other void functions 2 years ago
  Dmitrii Maganov 31e0ae2012 GDScript: Fix constant conversions 2 years ago