Historial de Commits

Autor SHA1 Mensaje Fecha
  Danil Alexeev 1bd7b99182 GDScript: Add `debug/gdscript/warnings/directory_rules` project setting hace 3 meses
  Lukas Tenbrink 1db0a60dc0 Replace `std::size` usage with `std_size` to avoid `<iterator>` include. hace 3 meses
  Mikael Hermansson a3e58a385f Add opt-in GDScript warning for when calling coroutine without `await` hace 7 meses
  Danil Alexeev 7aafa6ef18 GDScript: Remove `leftmost_column` and `rightmost_column` fields hace 8 meses
  Thaddeus Crews 324512e11c Style: Replace header guards with `#pragma once` hace 1 año
  Lukas Tenbrink e34f1f504c Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase. hace 1 año
  Danil Alexeev cd918ff470 GDScript: Remove `RENAMED_IN_GODOT_4_HINT` from `GDScriptWarning::Code` enum hace 1 año
  girdenis-p 413490c270 Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subclasses hace 1 año
  Danil Alexeev 3f52871f70 GDScript: Add warning if non-`@tool` class extends `@tool` class hace 1 año
  Danil Alexeev 68898dbcc9 GDScript: Add `CONFUSABLE_CAPTURE_REASSIGNMENT` warning hace 1 año
  George Marques f9048fcd7d GDScript: Warn when enum variable has no default hace 1 año
  Rémi Verschelde f8ca571efe Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warning hace 1 año
  Danil Alexeev ef1909fca3 GDScript: Fix `@warning_ignore` annotation issues hace 1 año
  Danil Alexeev 6e996a597f GDScript: Fix `UNSAFE_CAST` warning hace 2 años
  Danil Alexeev 4ce27301d3 GDScript: Add `INFERRED_DECLARATION` warning hace 2 años
  ryanabx ceda960131 Remove REDUNDANT_FOR_VARIABLE_TYPE hace 2 años
  ryanabx 14edf044af Add "untyped_declaration" warning hace 2 años
  Danil Alexeev 6c59ed9485 GDScript: Add static typing for `for` loop variable hace 2 años
  Danil Alexeev d53fc92b4c GDScript: Fix bug with identifier shadowed below in current scope hace 2 años
  Danil Alexeev 13310f3557 GDScript: Reorganize and unify warnings hace 2 años
  George Marques 0ba6048ad3 Add support for static variables in GDScript hace 2 años
  George Marques 273bf7210f GDScript: Add warnings that are set to error by default hace 3 años
  Rémi Verschelde afe3b94ab2 Revert "GDScript: Add warnings that are set to error by default" hace 3 años
  George Marques a166833bfa GDScript: Add warnings that are set to error by default hace 3 años
  Rémi Verschelde 6d9c9d30b9 Merge pull request #72206 from vnen/gdscript-allow-void-return-shorthand hace 3 años
  Rémi Verschelde 361f3f1721 Merge pull request #57520 from jordigcs/gd-rename-map hace 3 años
  George Marques a47d4d57ca GDScript: Allow void functions to return calls to other void functions hace 3 años
  Dmitrii Maganov 31e0ae2012 GDScript: Fix constant conversions hace 3 años
  jordi bb9a00889a Add hint for identifiers renamed since Godot 3 hace 3 años
  George Marques 7548e043fc Add support for Unicode identifiers in GDScript hace 3 años