George Marques
|
9411bf05a4
GDScript: Adjust type of temporaries when needed
|
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 年之前 |
Rémi Verschelde
|
5b2c4ad91c
Merge pull request #47569 from vnen/gdscript-typed-return
|
4 年之前 |
George Marques
|
35682d3079
GDScript: Properly validate return type
|
4 年之前 |
Rémi Verschelde
|
4b6e9f3157
Merge pull request #46991 from madmiraal/rename-invert-reverse
|
4 年之前 |
George Marques
|
85e316a5d5
Add typed arrays to GDScript
|
4 年之前 |
Marcel Admiraal
|
755c70b871
Rename Array.invert() to Array.reverse()
|
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 年之前 |
PouleyKetchoupp
|
2e4ee06b7a
Fix error when calling coroutine with await in _ready
|
4 年之前 |
Brian Semrau
|
61ac640aa0
Fix gdscript and operator
|
4 年之前 |
Rémi Verschelde
|
abfc528439
Merge pull request #43890 from vnen/gdscript-builtin-functions-refactor
|
4 年之前 |
George Marques
|
0019aa940e
Merge pull request #41773 from ThakeeNathees/default-argument-override-buf-fix
|
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 年之前 |
George Marques
|
2e528ef382
GDScript: Fix mishandling of stack pointers
|
4 年之前 |
George Marques
|
5518e2a68e
GDScript: Add faster instruction for validated constructor
|
4 年之前 |
George Marques
|
e0dca3c6b6
GDScript: Add typed iterate instructions
|
4 年之前 |
George Marques
|
52ab64db69
GDScript: Add faster call instructions for builtin methods
|
4 年之前 |
George Marques
|
d8b22097f2
GDScript: Add faster call instructions for native methods
|
4 年之前 |
George Marques
|
5aeb390cd7
GDScript: Add speficic set/get instructions
|
4 年之前 |
George Marques
|
1ad5c926dc
GDScript: Add faster operator for known types
|
4 年之前 |
George Marques
|
c707d6fe71
GDScript: Gather instructions arguments beforehand
|
4 年之前 |
George Marques
|
5ddfc657ab
Merge pull request #42067 from ThakeeNathees/for-loop-stack-overriden-fix
|
4 年之前 |
Thakee Nathees
|
119936d939
GDScript: for loop override stack variable bug fix
|
4 年之前 |
Thakee Nathees
|
279a11bbda
GDScript crash on builtin type constructor fix
|
4 年之前 |
George Marques
|
82273ebc01
Add GDScript code generation interface
|
5 年之前 |