George Marques
|
c201b212c7
GDScript: Implement lambdas compilation and runtime
|
4 년 전 |
George Marques
|
1e4ff2ede6
GDScript: Make sure Lua-style dicts use StringName as keys
|
4 년 전 |
George Marques
|
c7511de02e
GDScript: Fix resolution of dictionary keys
|
4 년 전 |
George Marques
|
40502a1689
GDScript: Pool temporary values by type on the stack
|
4 년 전 |
George Marques
|
cf4079cb5f
Reduce number of addressing modes in GDScript VM
|
4 년 전 |
Julien Nguyen
|
43c1c680f0
Fix stack overflow in setter
|
4 년 전 |
Julien Nguyen
|
3168c2a513
Fix GDScript variables addresses getting mixed
|
4 년 전 |
George Marques
|
160c260495
GDScript: Allow export of enum variables
|
4 년 전 |
George Marques
|
85e316a5d5
Add typed arrays to GDScript
|
4 년 전 |
Rémi Verschelde
|
6edb0a75ab
Merge pull request #46936 from DavidSichma/match_temp_header
|
4 년 전 |
David Sichma
|
762bb5843b
Fixed match test expression for temporaries
|
4 년 전 |
Anshul7sp1
|
91181c2086
Fixes small typos and grammar correction
|
4 년 전 |
David Sichma
|
66a5002750
Fixed match for expression pattern
|
4 년 전 |
Thakee Nathees
|
9869522e6a
false positive "Identifier not found" error or signals fixed
|
4 년 전 |
Rémi Verschelde
|
c17413f159
Merge pull request #44104 from nekomatata/coroutine-await-fix
|
4 년 전 |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 년 전 |
Marcel Admiraal
|
5b937d493f
Rename empty() to is_empty()
|
4 년 전 |
PouleyKetchoupp
|
2e4ee06b7a
Fix error when calling coroutine with await in _ready
|
4 년 전 |
Rémi Verschelde
|
abfc528439
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
|
4 년 전 |
PouleyKetchoupp
|
87d73faa66
Fix base script not initialized properly in some cases
|
4 년 전 |
Rémi Verschelde
|
d1231be1c8
Merge pull request #41095 from ThakeeNathees/GDScript-Documentation
|
4 년 전 |
George Marques
|
0019aa940e
Merge pull request #41773 from ThakeeNathees/default-argument-override-buf-fix
|
4 년 전 |
Thakee Nathees
|
42bfa16996
Refactor DocData into core and editor (DocTools) parts
|
4 년 전 |
Thakee Nathees
|
d0e7d9b62f
Documentation generation for GDScript
|
4 년 전 |
Thakee Nathees
|
d42b305377
GDScript default argument override bug fix
|
4 년 전 |
George Marques
|
0cb185927c
GDScript: Improve handling of operators
|
4 년 전 |
George Marques
|
c7b6a7adcc
GDScript: Refactor builtin functions
|
4 년 전 |
Rémi Verschelde
|
fc28de64c4
Merge pull request #43856 from vnen/gdscript-some-fixes
|
4 년 전 |
George Marques
|
ed3d8f31df
GDScript: Fix return of cast expression on compilation
|
4 년 전 |
George Marques
|
2e528ef382
GDScript: Fix mishandling of stack pointers
|
4 년 전 |