Rémi Verschelde
|
69a23e64e4
Merge pull request #89990 from dalexeev/gds-reset-uninit-local-vars
|
9 months ago |
A Thousand Ships
|
c070c12ddd
[GDScript] Clean up some unused code
|
11 months ago |
Danil Alexeev
|
27d7760f41
GDScript: Fix uninitialized local variables not being reset
|
10 months ago |
rune-scape
|
49bce5c9ef
GDScript: Lambda hotswap fixes
|
1 year ago |
rune-scape
|
9fb8862d73
GDScript: Lambda hot reloading
|
1 year ago |
Danil Alexeev
|
b1eb737719
GDScript: Fix some lambda bugs
|
1 year ago |
ocean (they/them)
|
711ffabcfe
GDScript: fix subclass methods not inheriting RPC info
|
1 year ago |
Rémi Verschelde
|
faf3faa8c8
Merge pull request #77744 from dalexeev/gds-reset-block-locals-on-exit
|
1 year ago |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
1 year ago |
Danil Alexeev
|
f3bf75fbb4
GDScript: Reset local variables on exit from block
|
1 year ago |
George Marques
|
0ba6048ad3
Add support for static variables in GDScript
|
1 year ago |
Dmitrii Maganov
|
55a2ad25bf
GDScript: Fix checking if a call is awaited in compiler
|
1 year ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
ocean (they/them)
|
c8293a73b4
Add GDScript member initializer implicit type conversion
|
2 years ago |
Dmitrii Maganov
|
97280279ee
Fix incomplete shadowing of member properties by parameters
|
2 years ago |
Rune
|
bce6f1792e
GDScript compiler subclass bugfixes
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 years ago |
reduz
|
45af29da80
Add a new HashSet template
|
2 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
2 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
George Marques
|
c201b212c7
GDScript: Implement lambdas compilation and runtime
|
3 years ago |
George Marques
|
40502a1689
GDScript: Pool temporary values by type on the stack
|
3 years ago |
George Marques
|
cf4079cb5f
Reduce number of addressing modes in GDScript VM
|
3 years ago |
Rafał Mikrut
|
f7209b459b
Initialize class/struct variables with default values in modules/
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |
George Marques
|
11c05642fe
GDScript: Fix handling of scope for local variables
|
4 years ago |
Pedro J. Estébanez
|
95828161d4
Prevent cyclic reference between script and its members
|
4 years ago |
George Marques
|
745ca3059d
Change GDScript compiler to use codegen abstraction
|
4 years ago |
George Marques
|
a0f54cb95e
Wrap up GDScript 2.0 base implementation
|
4 years ago |