| Commit message (Expand) | Author | Age | Files | Lines |
* | GDScript: Fix `@warning_ignore` annotation issues | Danil Alexeev | 2024-03-12 | 1 | -1/+1 |
* | Merge pull request #82952 from AbelToy/gds-export-array | Rémi Verschelde | 2024-03-06 | 4 | -0/+12 |
|\ |
|
| * | Support Array and PackedArray in @export_* | Abel Toy | 2024-03-06 | 4 | -0/+12 |
* | | [GDScript] Fix some test file paths | A Thousand Ships | 2024-03-04 | 2 | -0/+0 |
|/ |
|
* | GDScript: Reintroduce binary tokenization on export | George Marques | 2024-02-08 | 2 | -0/+0 |
* | Revert "Add UID support to GDScript files" | Rémi Verschelde | 2024-01-29 | 6 | -20/+0 |
* | Add UID support to GDScript files | kobewi | 2024-01-17 | 6 | -0/+20 |
* | GDScript: Implement pattern guards for match statement | George Marques | 2023-09-27 | 2 | -0/+7 |
* | GDScript: Add raw string literals (r-strings) | Danil Alexeev | 2023-09-11 | 6 | -0/+13 |
* | Change explicit 'Godot 4.0' references to 'Godot 4' | Rémi Verschelde | 2023-07-10 | 1 | -1/+1 |
* | Fix lambda parsing continuing on subsequent lines #73273 | 今井きなみ | 2023-06-21 | 2 | -0/+8 |
* | GDScript: Fix repeated `_` are allowed after decimal point | Danil Alexeev | 2023-06-14 | 4 | -2/+7 |
* | Add support for static variables in GDScript | George Marques | 2023-04-27 | 4 | -0/+15 |
* | GDScript: Add some checks for `@tool` and `@icon` | Danil Alexeev | 2023-04-20 | 4 | -0/+14 |
* | GDScript: Fix and improve annotation parsing | Danil Alexeev | 2023-04-14 | 2 | -0/+6 |
* | GDScript: Fix parsing unexpected break/continue in lambda | Dmitrii Maganov | 2023-02-23 | 2 | -0/+7 |
* | Fix global script class parsing. | Juan Linietsky | 2023-01-31 | 1 | -1/+1 |
* | Clarify error message about script-level annotation | Danil Alexeev | 2023-01-24 | 1 | -1/+1 |
* | Add support for Unicode identifiers in GDScript | George Marques | 2023-01-21 | 2 | -0/+5 |
* | Merge pull request #67774 from aaronfranke/script-annotations | Rémi Verschelde | 2023-01-16 | 2 | -3/+3 |
|\ |
|
| * | Make script annotations placed before class_name and extends | Aaron Franke | 2022-12-19 | 2 | -3/+3 |
* | | Add GDScript `.editorconfig` rules | Adam Scott | 2023-01-10 | 3 | -5/+5 |
|/ |
|
* | Merge pull request #62701 from cdemirer/for-variable-conflict | Rémi Verschelde | 2022-07-06 | 4 | -0/+11 |
|\ |
|
| * | Do error when for variable conflicts with a variable in scope | cdemirer | 2022-07-04 | 4 | -0/+11 |
* | | Add grouping annotations for class properties in GDScript | Yuri Sizov | 2022-07-05 | 2 | -3/+3 |
|/ |
|
* | GDScript: Support `%` in shorthand for `get_node` | George Marques | 2022-05-27 | 4 | -4/+4 |
* | GDScript: Do not allow standalone lambdas | George Marques | 2022-05-23 | 2 | -0/+5 |
* | Fix issues with multiple bind patterns in match statement | cdemirer | 2022-04-04 | 2 | -0/+6 |
* | Fix GDScript parser crash on 'dollar mixed with assignment' expression | Pawel Lampe | 2021-11-21 | 2 | -0/+4 |
* | Improve GDScript indentation error message | Max Hilbrunner | 2021-10-28 | 1 | -1/+1 |
* | GDScript: Show specific error when "yield" is used | George Marques | 2021-09-21 | 2 | -0/+8 |
* | Merge pull request #52718 from Calinou/gdscript-add-integration-tests-2 | Rémi Verschelde | 2021-09-21 | 8 | -0/+31 |
|\ |
|
| * | Add more integration tests to the GDScript test suite | Hugo Locurcio | 2021-09-15 | 8 | -0/+31 |
* | | GDScript: Properly catch error when missing index in subscript | George Marques | 2021-09-17 | 2 | -0/+5 |
|/ |
|
* | Merge pull request #52706 from vnen/gdscript-ternary-operator-crash | Rémi Verschelde | 2021-09-15 | 2 | -0/+6 |
|\ |
|
| * | GDScript: Show error when missing expression after ternary else | George Marques | 2021-09-15 | 2 | -0/+6 |
* | | GDScript: Show error on unary operators without argument | George Marques | 2021-09-15 | 10 | -0/+22 |
|/ |
|
* | Add dozens of new integration tests to the GDScript test suite | Hugo Locurcio | 2021-09-14 | 46 | -17/+125 |
* | Fix crash with consecutive commas in Dictionary | kobewi | 2021-09-10 | 2 | -0/+4 |
* | Fixed crash when parsing an empty assignment. | Louis Dumont | 2021-08-25 | 2 | -0/+5 |
* | Rename GDScript test script filenames to use `snake_case` | Andrii Doroshenko (Xrayez) | 2021-04-16 | 16 | -0/+45 |