girdenis-p
|
413490c270
Fix analyzer pushing SHADOWED_VARIABLE warning for members shadowed in subclasses
|
7 months ago |
Clay John
|
b5368d5e40
Merge pull request #98356 from dustdfg/gdscript_endif_readability_comments
|
7 months ago |
rune-scape
|
eb8b9898c9
GDScript: Fix cached parser error when using typed Dictionaries
|
7 months ago |
Yevhen Babiichuk (DustDFG)
|
8c29ef38fc
Add some comments to #endif's where it will easier life
|
7 months ago |
Chaosus
|
54f6a1bf64
Fix lookup symbol for enum members to search a correct code definition
|
10 months ago |
Rémi Verschelde
|
0b4ae20156
Merge pull request #78656 from Repiteo/typed-dictionary
|
9 months ago |
Rémi Verschelde
|
d3be91e6ab
Merge pull request #89675 from dalexeev/gds-correct-unused-signal-warning
|
9 months ago |
Thaddeus Crews
|
9853a69144
Implement typed dictionaries
|
1 year ago |
Rémi Verschelde
|
4e051ff6f7
Merge pull request #78178 from dalexeev/gds-add-non-tool-extends-tool-error
|
9 months ago |
rune-scape
|
e680369d5b
GDScript: Fix too many calls to 'remove_parser'
|
10 months ago |
rune-scape
|
6e8fa6dd50
GDScript: Fix common mismatched external parser errors
|
10 months ago |
Rémi Verschelde
|
f2918c73cf
Revert "GDScript: Fix common mismatched external parser errors"
|
10 months ago |
Rémi Verschelde
|
e91725f490
Merge pull request #94617 from rune-scape/fix-mismatched-parsers
|
10 months ago |
rune-scape
|
c75225ffb2
GDScript: Fix common mismatched external parser errors
|
10 months ago |
Danil Alexeev
|
638148a184
GDScript: Fix false positive cases of `ENUM_VARIABLE_WITHOUT_DEFAULT`
|
10 months ago |
baptr
|
810fcc7431
Fix gdscript analyzer error when instantiating EditorPlugins.
|
2 years ago |
Danil Alexeev
|
3f52871f70
GDScript: Add warning if non-`@tool` class extends `@tool` class
|
11 months ago |
Danil Alexeev
|
d15ed0bcbb
GDScript: Fix false positive `CONFUSABLE_CAPTURE_REASSIGNMENT` warnings
|
11 months ago |
Danil Alexeev
|
68898dbcc9
GDScript: Add `CONFUSABLE_CAPTURE_REASSIGNMENT` warning
|
11 months ago |
Rémi Verschelde
|
0364443d12
Merge pull request #93346 from RandomShaper/gds_cyc_alt
|
11 months ago |
Pedro J. Estébanez
|
c1391489e3
GDScript: Enhance handling of cyclic dependencies
|
11 months ago |
Hilderin
|
e18db6fe60
Fix editor crash when invalid global class script path
|
11 months ago |
Rémi Verschelde
|
ce82984b5c
Merge pull request #92544 from dalexeev/gds-fix-const-non-metatype-subscript
|
1 year ago |
Danil Alexeev
|
3fd30ed4ff
GDScript: Do not produce `INFERRED_DECLARATION` on type import
|
1 year ago |
Danil Alexeev
|
18d8838051
GDScript: Fix subscript resolution on constant non-metatype GDScript base
|
1 year ago |
Danil Alexeev
|
4b692959de
GDScript: Fix lambdas capturing non-local variables
|
1 year ago |
Danil Alexeev
|
7dd801c580
GDScript: Fix `STANDALONE_EXPRESSION` warning for `preload()`
|
1 year ago |
Rémi Verschelde
|
bdefe53992
Merge pull request #91909 from KoBeWi/have_fun_reviewing_this
|
1 year ago |
kobewi
|
413c11357d
Use Core/Scene stringnames consistently
|
1 year ago |
Rémi Verschelde
|
0a67ee52d1
Revert "GDScript: Implement get_dependencies()"
|
1 year ago |