Dmitrii Maganov
|
31e0ae2012
GDScript: Fix constant conversions
|
2 years ago |
George Marques
|
e93266b9ff
Merge pull request #71120 from jordigcs/ternary
|
2 years ago |
jordi
|
bb9a00889a
Add hint for identifiers renamed since Godot 3
|
3 years ago |
jordi
|
2e488072d0
Allow standalone ternary expressions
|
2 years ago |
Dmitrii Maganov
|
38c214d483
GDScript: Fix some issues with assignments that involve untyped things
|
2 years ago |
Dmitrii Maganov
|
5980abbcec
GDScript: Fix getting type from PropertyInfo for Variant arguments
|
2 years ago |
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 |