summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gdscript_warning.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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