summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/warnings
Commit message (Expand)AuthorAgeFilesLines
* GDScript: Fix constant conversionsDmitrii Maganov2023-01-291-4/+4
* Add support for Unicode identifiers in GDScriptGeorge Marques2023-01-212-0/+11
* GDScript: Make using return of void function an errorGeorge Marques2022-12-302-11/+0
* change RETURN_VALUE_DISCARDED GDScript warn textsouplamp2022-11-211-1/+1
* Add STATIC_CALLED_ON_INSTANCE warning to highlightclayjohn2022-10-142-0/+18
* Implement RETURN_VALUE_DISCARDED warning in GDscriptclayjohn2022-10-131-0/+4
* Merge pull request #55201 from Scony/fix-unreachable-code-false-positiveRémi Verschelde2022-05-182-0/+18
|\
| * Fix 'unreachable-code' false-positive, fixes #55154Pawel Lampe2021-11-212-0/+18
* | GDScript: Consolidate behavior for assigning enum typesGeorge Marques2022-02-032-0/+36
* | Fix shadowed global identifier warning duplicationYuri Roubinsky2021-12-131-4/+4
* | Allow using built-in names for variables, push warnings insteadYuri Roubinsky2021-11-132-0/+11
|/
* Add dozens of new integration tests to the GDScript test suiteHugo Locurcio2021-09-1433-1/+221
* Fix error on parsing statement-less GDScript files,ThreeRhinosInAnElephantCostume2021-09-118-0/+25
* Rename GDScript test script filenames to use `snake_case`Andrii Doroshenko (Xrayez)2021-04-162-0/+7