Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-18 | Merge pull request #55201 from Scony/fix-unreachable-code-false-positive | RĂ©mi Verschelde | |
2022-02-03 | GDScript: Consolidate behavior for assigning enum types | George Marques | |
This makes sure that assigning values to enum-typed variables are consistent. Same enum is always valid, different enum is always invalid (without casting) and assigning `int` creates a warning if there is no casting. There are new test cases to ensure this behavior doesn't break in the future. | |||
2021-12-13 | Fix shadowed global identifier warning duplication | Yuri Roubinsky | |
2021-11-21 | Fix 'unreachable-code' false-positive, fixes #55154 | Pawel Lampe | |
2021-11-13 | Allow using built-in names for variables, push warnings instead | Yuri Roubinsky | |
2021-09-14 | Add dozens of new integration tests to the GDScript test suite | Hugo Locurcio | |
This also ignores `.out` files in the file format static checks. | |||
2021-09-11 | Fix error on parsing statement-less GDScript files, | ThreeRhinosInAnElephantCostume | |
add an empty file warning, add relevant tests. | |||
2021-04-16 | Rename GDScript test script filenames to use `snake_case` | Andrii Doroshenko (Xrayez) | |