Adam Scott
|
fb175d92da
Fix GDScript base and outer classes, signals and functions lookup order
|
2 years ago |
Rémi Verschelde
|
d3fc9d9e41
Merge pull request #71051 from vonagam/consts-are-deep-start
|
2 years ago |
ocean (they/them)
|
366ec895b1
Assorted enum and native type fixes
|
2 years ago |
Dmitrii Maganov
|
5e2ac1a31e
GDScript: Begin making constants deep, not shallow or flat
|
2 years ago |
Dmitrii Maganov
|
532ffc30bd
GDScript: Fix typing of lambda functions
|
2 years ago |
Dmitrii Maganov
|
a1d06749f1
Unify typing of variables, constants and parameters in GDScript
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
rune-scape
|
2dfc6d5b69
GDScript: Allow out of order member resolution
|
2 years ago |
Adam Scott
|
65a49bad5a
Fix constant base typing in extended GDScript class
|
2 years ago |
ocean (they/them)
|
13be0ab733
Fix ability to overload "script" variable
|
2 years ago |
clayjohn
|
be1e9acb7c
Implement RETURN_VALUE_DISCARDED warning in GDscript
|
2 years ago |
reduz
|
45af29da80
Add a new HashSet template
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
George Marques
|
01d13ab2c1
GDScript: Allow using self in lambdas
|
3 years ago |
George Marques
|
1ebcb58e69
GDScript: Check if method signature matches the parent
|
3 years ago |
George Marques
|
ad6e2e82a9
GDScript: Consolidate behavior for assigning enum types
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
George Marques
|
749d89ae38
GDScript: Remove error when coroutine is called without await
|
3 years ago |
SaracenOne
|
84852585b9
Check for GDScript member and class naming conflicts in a variety of conditions.
|
4 years ago |
George Marques
|
47545aeb1a
GDScript: Fix issue when calling `new()` on its own
|
4 years ago |
Pedro J. Estébanez
|
04688b92ff
Rename Reference to RefCounted
|
4 years ago |
George Marques
|
c201b212c7
GDScript: Implement lambdas compilation and runtime
|
4 years ago |
George Marques
|
3155368093
GDScript: Add lambdas to the type analyzer
|
4 years ago |
George Marques
|
577a17980d
Move GDSript annotation application after type-checking
|
4 years ago |
George Marques
|
85e316a5d5
Add typed arrays to GDScript
|
4 years ago |
Rémi Verschelde
|
b5334d14f7
Update copyright statements to 2021
|
4 years ago |
Rémi Verschelde
|
ed2f84735b
Merge pull request #43895 from vnen/gdscript-operators-fix
|
4 years ago |
George Marques
|
0cb185927c
GDScript: Improve handling of operators
|
4 years ago |
George Marques
|
817fb3d702
GDScript: Give an error if dependency can't be parsed
|
4 years ago |
reduz
|
127458ed17
Reorganized core/ directory, it was too fatty already
|
4 years ago |