summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_warning.cpp
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Fix bug with identifier shadowed below in current scopeDanil Alexeev2023-07-261-0/+8
* GDScript: Reorganize and unify warningsDanil Alexeev2023-04-281-130/+89
* Add support for static variables in GDScriptGeorge Marques2023-04-271-0/+4
* Fix mistakes in documentation and GDScript errorsVolTer2023-04-101-1/+1
* GDScript: Add warnings that are set to error by defaultGeorge Marques2023-02-021-9/+22
* Revert "GDScript: Add warnings that are set to error by default"Rémi Verschelde2023-02-011-22/+9
* GDScript: Add warnings that are set to error by defaultGeorge Marques2023-02-011-9/+22
* Merge pull request #72206 from vnen/gdscript-allow-void-return-shorthandRémi Verschelde2023-01-311-0/+5
|\
| * GDScript: Allow void functions to return calls to other void functionsGeorge Marques2023-01-311-0/+5
* | Merge pull request #57520 from jordigcs/gd-rename-mapRémi Verschelde2023-01-311-0/+7
|\ \ | |/ |/|
| * Add hint for identifiers renamed since Godot 3jordi2023-01-241-0/+7
* | GDScript: Fix constant conversionsDmitrii Maganov2023-01-291-2/+7
|/
* Add support for Unicode identifiers in GDScriptGeorge Marques2023-01-211-0/+5
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* GDScript: Make using return of void function an errorGeorge Marques2022-12-301-5/+0
* GDScript: Don't warn about RETURN_VALUE_DISCARDED by defaultRémi Verschelde2022-11-221-0/+4
* change RETURN_VALUE_DISCARDED GDScript warn textsouplamp2022-11-211-1/+1
* Add STATIC_CALLED_ON_INSTANCE warning to highlightclayjohn2022-10-141-0/+5
* Add enum values (Ignore, Warn, Error) to GDScript warningsjordi2022-04-061-0/+16
* GDScript: Consolidate behavior for assigning enum typesGeorge Marques2022-02-031-0/+4
* Merge pull request #56483 from vnen/gdscript-warning-annotationRémi Verschelde2022-01-051-1/+1
|\
| * GDScript: Add annotation to ignore warningsGeorge Marques2022-01-041-1/+1
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Allow using built-in names for variables, push warnings insteadYuri Roubinsky2021-11-131-0/+5
* Fix error on parsing statement-less GDScript files,ThreeRhinosInAnElephantCostume2021-09-111-0/+4
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* Add warning checks in GDScript analyzerGeorge Marques2020-07-201-28/+37
* New GDScript tokenizer and parserGeorge Marques2020-07-201-0/+201