summaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_warning.cpp
AgeCommit message (Expand)Author
2023-02-02GDScript: Add warnings that are set to error by defaultGeorge Marques
2023-02-01Revert "GDScript: Add warnings that are set to error by default"Rémi Verschelde
2023-02-01GDScript: Add warnings that are set to error by defaultGeorge Marques
2023-01-31Merge pull request #72206 from vnen/gdscript-allow-void-return-shorthandRémi Verschelde
2023-01-31Merge pull request #57520 from jordigcs/gd-rename-mapRémi Verschelde
2023-01-31GDScript: Allow void functions to return calls to other void functionsGeorge Marques
2023-01-29GDScript: Fix constant conversionsDmitrii Maganov
2023-01-24Add hint for identifiers renamed since Godot 3jordi
2023-01-21Add support for Unicode identifiers in GDScriptGeorge Marques
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-30GDScript: Make using return of void function an errorGeorge Marques
2022-11-22GDScript: Don't warn about RETURN_VALUE_DISCARDED by defaultRémi Verschelde
2022-11-21change RETURN_VALUE_DISCARDED GDScript warn textsouplamp
2022-10-14Add STATIC_CALLED_ON_INSTANCE warning to highlightclayjohn
2022-04-06Add enum values (Ignore, Warn, Error) to GDScript warningsjordi
2022-02-03GDScript: Consolidate behavior for assigning enum typesGeorge Marques
2022-01-05Merge pull request #56483 from vnen/gdscript-warning-annotationRémi Verschelde
2022-01-04GDScript: Add annotation to ignore warningsGeorge Marques
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-11-13Allow using built-in names for variables, push warnings insteadYuri Roubinsky
2021-09-11Fix error on parsing statement-less GDScript files,ThreeRhinosInAnElephantCostume
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-07-20Add warning checks in GDScript analyzerGeorge Marques
2020-07-20New GDScript tokenizer and parserGeorge Marques