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 |
Thakee Nathees
|
3886a2f9f6
Array/Dictinoary no more reduced to array/dictionary variant
|
5 years ago |
Thakee Nathees
|
89489a3cac
GDScript: parameter infer type bug fix
|
5 years ago |
George Marques
|
1ddb9b1a52
GDScript: Don't try to parse constant scripts that aren't valid
|
5 years ago |
George Marques
|
35176247af
GDScript: Allow enum values to be set to constant expressions
|
5 years ago |