Yuri Sizov
|
41e271af6e
|
Remove redundant String operation from GDScript enum exports
|
2021-10-11 02:11:32 +03:00 |
|
Fabio Alessandrelli
|
54ec66a700
|
[Net] Rename RPCConfig.sync to call_local.
For consistency with the other user facing changes.
|
2021-10-08 12:39:09 +02:00 |
|
Max Hilbrunner
|
44b68f08b4
|
Fix outdated no_call_local, use call_remote
|
2021-10-06 23:51:57 +02:00 |
|
Brian Semrau
|
dc046e5cbe
|
GDScript Check for null list in for loop
|
2021-10-02 13:53:56 -04:00 |
|
Fabio Alessandrelli
|
24a949ea11
|
[Net] Rename RPC constants and annotation arguments.
any -> any_peer
sync -> call_local
ordered -> unreliable_ordered
Multiplayer.RPC_MODE_ANY -> RPC_MODE_ANY_PEER
Multiplayer.TRANSFER_MODE_ORDERED -> TRANSFER_MODE_UNRELIABLE_ORDERED
|
2021-10-01 18:14:38 +02:00 |
|
Lightning_A
|
c63b18507d
|
Use range iterators for Map
|
2021-09-30 15:09:12 -06:00 |
|
Rémi Verschelde
|
679f70c1e1
|
Merge pull request #52906 from vnen/gdscript-show-error-on-yield
|
2021-09-21 20:36:39 +02:00 |
|
Rémi Verschelde
|
b3b4860d2e
|
Merge pull request #52905 from vnen/gdscript-single-line-declaration
|
2021-09-21 20:35:36 +02:00 |
|
George Marques
|
262d6c6bef
|
GDScript: Show specific error when "yield" is used
To help people porting code, it gives a hint to use "await" instead of a
generic error.
|
2021-09-21 14:38:14 -03:00 |
|
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 |
|
George Marques
|
651319de11
|
GDScript: Properly catch error when missing index in subscript
|
2021-09-17 14:31:51 -03:00 |
|
George Marques
|
b8fdeb6467
|
Merge pull request #51671 from RandomShaper/fix_gdscript_crash
Fix some GDScript bugs
|
2021-09-17 12:29:40 -03:00 |
|
Rémi Verschelde
|
a4187c9235
|
Merge pull request #52706 from vnen/gdscript-ternary-operator-crash
GDScript: Show error when missing expression after ternary else
|
2021-09-15 17:20:52 +02:00 |
|
George Marques
|
107af38fd1
|
GDScript: Show error when missing expression after ternary else
|
2021-09-15 11:43:36 -03:00 |
|
George Marques
|
d49046938a
|
GDScript: Show error on unary operators without argument
|
2021-09-15 11:08:59 -03: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 |
|
Rémi Verschelde
|
4059cf2f02
|
Merge pull request #52068 from ThreeRhinosInAnElephantCostume/fixgdscript
Fix parse error on statement-less files with only newlines, add a warning for empty files.
|
2021-09-13 17:30:31 +02:00 |
|
ThreeRhinosInAnElephantCostume
|
e99730340b
|
Fix error on parsing statement-less GDScript files,
add an empty file warning,
add relevant tests.
|
2021-09-11 20:38:15 +02:00 |
|
Pedro J. Estébanez
|
d72f12a561
|
Implement iterator variable typing in GDScript
|
2021-09-11 11:35:25 +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
|
6423e891a6
|
Merge pull request #52063 from KoBeWi/double_comma_of_doom
Fix crash with consecutive commas in Dictionary
|
2021-09-10 11:24:51 -03:00 |
|
kobewi
|
c7452a9940
|
Fix crash with consecutive commas in Dictionary
|
2021-09-10 15:38:24 +02:00 |
|
George Marques
|
11e457e594
|
Merge pull request #51593 from KoBeWi/if
Prevent crash when awaiting in a getter/setter
|
2021-09-10 10:36:25 -03:00 |
|
George Marques
|
1234c2bdd9
|
Merge pull request #52081 from ThreeRhinosInAnElephantCostume/fixmatchfreeze
Fix gdscript pattern matching expressions
|
2021-09-10 09:28:18 -03:00 |
|