Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GDScript: Remove function of `continue` for match statement | George Marques | 2023-01-22 | 1 | -4/+3 |
| | | | | | | The keyword is confusing and rarely is used in the intended way. It is removed now in favor of a future feature (pattern guards) to avoid breaking compatibility later. | ||||
* | Add dozens of new integration tests to the GDScript test suite | Hugo Locurcio | 2021-09-14 | 1 | -0/+79 |
This also ignores `.out` files in the file format static checks. |