Danil Alexeev
|
242d3d81e9
GDScript: Don't make array literal typed in weak type context
|
1 year ago |
Yuri Sizov
|
b6c4efe1b1
Merge pull request #80964 from dalexeev/gds-allow-use-local-consts-as-types
|
1 year ago |
Danil Alexeev
|
68a567bd13
GDScript: Allow use local constants as types
|
1 year ago |
Danil Alexeev
|
89429b0273
GDScript: Fix lambda resolution with cyclic references
|
1 year ago |
Danil Alexeev
|
6c59ed9485
GDScript: Add static typing for `for` loop variable
|
2 years ago |
Rémi Verschelde
|
4f00f925b3
Merge pull request #78552 from dalexeev/gds-check-get-node-in-static-func
|
2 years ago |
Danil Alexeev
|
fb45cab133
GDScript: Fix "Identifier not found" error when accessing inner class from inside
|
2 years ago |
Danil Alexeev
|
0f27c4ad80
GDScript: Check `get_node()` shorthand in static functions
|
2 years ago |
Danil Alexeev
|
d53fc92b4c
GDScript: Fix bug with identifier shadowed below in current scope
|
2 years ago |
Yuri Sizov
|
0e1c9531b5
Merge pull request #75620 from jpcerrone/fix_shadow_warnings_not_going_away_after_ignoring
|
2 years ago |
jpcerrone
|
13c73500ab
Fix for not being able to ignore shadowing warnings on class scope
|
2 years ago |
rune-scape
|
83b01708b2
Script editor: Show depended script errors
|
2 years ago |
ocean (they/them)
|
6c28b8edd3
GDScript: fix regression when checking for virtual function implementation.
|
2 years ago |
Yuri Sizov
|
f1e79e2581
Make container element type comparison safe
|
2 years ago |
Rémi Verschelde
|
248e5245e4
Merge pull request #73540 from mashumafi/fix-typed-array-add
|
2 years ago |
Rémi Verschelde
|
ae00187b58
Merge pull request #77129 from dalexeev/gds-fix-static-var-bugs-part-1
|
2 years ago |
Rémi Verschelde
|
1a62f1e4fc
Merge pull request #74741 from vnen/variant-not-for-everyone
|
2 years ago |
Rémi Verschelde
|
4db1d09bf5
Merge pull request #73657 from mashumafi/callable-ctor
|
2 years ago |
Danil Alexeev
|
aebbbda080
GDScript: Fix some bugs with static variables and functions
|
2 years ago |
Rémi Verschelde
|
49b774e009
Merge pull request #77324 from anvilfolk/oh-no-its-virtual
|
2 years ago |
Rémi Verschelde
|
25b2f1780a
Style: Harmonize header includes in modules
|
2 years ago |
ocean (they/them)
|
861743cd04
GDScript: add errors when calling unimplemented virtual functions
|
2 years ago |
Rémi Verschelde
|
3a319daa99
Merge pull request #77351 from anvilfolk/super-discard
|
2 years ago |
Rémi Verschelde
|
8b62c52d1c
Merge pull request #75419 from vonagam/fix-super-classes-in-array-literals
|
2 years ago |
ocean (they/them)
|
25c90836fd
GDScript: do not warn of return value discarded for super() inside _init()
|
2 years ago |
Danil Alexeev
|
3bf72be625
GDScript: Fix calling static func from non-static is allowed
|
2 years ago |
Danil Alexeev
|
7da3110e6b
GDScript: Fix `validate_call_arg()` for unresolved datatype
|
2 years ago |
Danil Alexeev
|
c2fbb40e9a
GDScript: Fix warning ignoring for member variables
|
2 years ago |
Rémi Verschelde
|
f37fc4e708
Merge pull request #76412 from dalexeev/gds-reorganize-warnings
|
2 years ago |
Rémi Verschelde
|
f374390fc1
Merge pull request #75014 from vonagam/assert-literal-false
|
2 years ago |