Dmitrii Maganov
|
6194a7e0fa
GDScript: Fix implicit conversions for function returns
|
2 years ago |
Rémi Verschelde
|
cc6e8379d4
Merge pull request #69163 from vonagam/variant-safe-lines
|
2 years ago |
Dmitrii Maganov
|
abe6d67232
GDScript: Fix test for read-only state of constants
|
2 years ago |
Rémi Verschelde
|
a5c211641f
Merge pull request #71634 from dalexeev/gds-annotations-analyzer
|
2 years ago |
Rémi Verschelde
|
944b44243d
Merge pull request #72008 from vonagam/fix-property-access-unsafe-mark
|
2 years ago |
Danil Alexeev
|
b004f8180e
GDScript: Allow constant expressions in annotations
|
2 years ago |
George Marques
|
e93266b9ff
Merge pull request #71120 from jordigcs/ternary
|
2 years ago |
Rémi Verschelde
|
41e5f5b093
Merge pull request #71349 from vonagam/disallow-infer-on-weak
|
2 years ago |
Dmitrii Maganov
|
3c308f42e2
GDScript: Fix marking of line with unsafe property access as unsafe
|
2 years ago |
jordi
|
2e488072d0
Allow standalone ternary expressions
|
2 years ago |
ocean (they/them)
|
4854e723be
Fix unnammed enum crash regression
|
2 years ago |
Rémi Verschelde
|
4005fc4b8d
Merge pull request #71279 from vonagam/fix-iterator-number-type
|
2 years ago |
Adam Scott
|
48e041458f
Fix cyclic reference errors while reducing identifiers.
|
2 years ago |
Dmitrii Maganov
|
a1e0281b45
GDScript: Disallow type inference with untyped initializer
|
2 years ago |
Dmitrii Maganov
|
40613ebd21
GDScript: Fix typing of iterator in for loop
|
2 years ago |
George Marques
|
3a5e41293c
GDScript: Fix infinite recursion in resolution of enum values
|
2 years ago |
Rémi Verschelde
|
aaa5158ff9
Merge pull request #70733 from vonagam/fix-assigning-untyped
|
2 years ago |
Dmitrii Maganov
|
274d49790d
GDScript: Fix extending abstract classes, forbid their construction
|
2 years ago |
Dmitrii Maganov
|
ef81b344be
GDScript: Fix wrong marking of some lines related to Variant as unsafe
|
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 |
George Marques
|
75515e4303
Merge pull request #70987 from vonagam/fix-parameter-conversion-assign
|
2 years ago |
Dmitrii Maganov
|
0f184379de
GDScript: Fix small inconsistencies with resolve_datatype
|
2 years ago |
George Marques
|
04d0e851ea
GDScript: Fix use of conversion assign for variant values
|
2 years ago |
Rémi Verschelde
|
c894edd4cb
Merge pull request #71140 from vonagam/fix-const-index-subscript-type
|
2 years ago |
Dmitrii Maganov
|
ff505c9875
GDScript: Fix type for index subscript on constant
|
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 |
Rémi Verschelde
|
509da86205
Merge pull request #69590 from anvilfolk/enums
|
2 years ago |
ocean (they/them)
|
366ec895b1
Assorted enum and native type fixes
|
2 years ago |