George Marques
|
e5ebc9710d
|
GDScript: Allow classes declaration to be done in single line
Incidentally, allow multiple statements in single line functions when
using semicolon as a terminator.
|
2021-09-21 14:14:46 -03:00 |
|
George Marques
|
bab0afc821
|
GDScript: Allow multiple lines in signal parameters declaration
|
2021-09-21 13:40:39 -03:00 |
|
Hugo Locurcio
|
c6ca09dc6f
|
Add more integration tests to the GDScript test suite
This also fixes a typo in the `bitwise_float_right_operand.gd` test.
|
2021-09-15 19:57:39 +02:00 |
|
George Marques
|
5d31ce4b16
|
GDScript: Allow string keys on Lua-style dictionaries
Which is useful when the key isn't a valid identifier, such as keys with
spaces or numeric keys.
|
2021-09-15 09:56:24 -03:00 |
|
Hugo Locurcio
|
c0083c0f90
|
Add dozens of new integration tests to the GDScript test suite
This also ignores `.out` files in the file format static checks.
|
2021-09-14 18:42:08 +02:00 |
|
ZuBsPaCe
|
1d1aa7a02f
|
GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals
Variable->assignment needs to be incremented when assigned a value.
Also fixed and improved unit test 'variable_declaration.gd'.
Fixes #52551
|
2021-09-10 22:26:50 +02:00 |
|
George Marques
|
1234c2bdd9
|
Merge pull request #52081 from ThreeRhinosInAnElephantCostume/fixmatchfreeze
Fix gdscript pattern matching expressions
|
2021-09-10 09:28:18 -03:00 |
|
ThreeRhinosInAnElephantCostume
|
15ccd83ada
|
Added tests for expression matching
|
2021-09-03 06:59:13 +02:00 |
|
Max Hilbrunner
|
f126634434
|
GDScript test style fix
|
2021-08-27 21:11:46 +02:00 |
|
Balloonpopper
|
4fae7ae9dc
|
Correct null and boolean values being capitalised by the str command
|
2021-08-26 17:11:34 +10:00 |
|
Andrii Doroshenko (Xrayez)
|
1e26bf23c2
|
Rename GDScript test script filenames to use snake_case
|
2021-04-16 22:16:19 +03:00 |
|