George Marques
|
a3b3a20ac0
GDScript: Suppress unused constant warning with underscore
|
1 year ago |
George Marques
|
030995c10d
GDScript: Allow casting enum to int
|
1 year ago |
Rémi Verschelde
|
67076c167d
Merge pull request #90448 from vnen/gdscript-infer-string-format
|
1 year ago |
Rémi Verschelde
|
8611fd8400
Merge pull request #90442 from vnen/gdscript-dont-warn-using-default-builtin
|
1 year ago |
George Marques
|
877802e252
GDScript: Don't warn on unassigned for builtin-typed variables
|
1 year ago |
George Marques
|
4bdba718c5
GDScript: Infer type with string format operator
|
1 year ago |
Rémi Verschelde
|
f8ca571efe
Merge pull request #84043 from dalexeev/gds-fix-unsafe-cast-warning
|
1 year ago |
Jamie Hill-Daniel
|
164b34a734
Don't pass `self` when calling a static function from a non-static context
|
1 year ago |
Danil Alexeev
|
ef1909fca3
GDScript: Fix `@warning_ignore` annotation issues
|
1 year ago |
20kdc
|
24181d1055
GDScript: Adjust STATIC_CALLED_ON_INSTANCE warning to not default to the native type, and to not trigger on self-calls
|
1 year ago |
Danil Alexeev
|
8ffc50ee8c
GDScript: Canonicalize script path in FQCN
|
1 year ago |
Rémi Verschelde
|
ee5ace10b7
Merge pull request #85501 from /remove-packed-scene-cache
|
1 year ago |
Danil Alexeev
|
a2e3e31e80
GDScript: Fix extension comparison for exported scripts
|
1 year ago |
Rémi Verschelde
|
9572cf5ab2
Merge pull request #86823 from dalexeev/gds-utility-func-as-callable
|
1 year ago |
Yuri Sizov
|
72756133e0
Merge pull request #85224 from HolonProduction/identifier-type-prefer-annotated
|
1 year ago |
Rémi Verschelde
|
b5dcb5f58a
Merge pull request #85215 from HolonProduction/type-from-property-class-name
|
1 year ago |
HolonProduction
|
0203b3c310
Prefer identifiers annotated type if assigned type is incompatible to it
|
1 year ago |
HolonProduction
|
4ab985d138
Handle global classes when resolving type from `PropertyInfo`
|
1 year ago |
Danil Alexeev
|
b31acb0cd5
GDScript: Allow utility functions to be used as `Callable`
|
1 year ago |
Muller-Castro
|
96a95cb974
Add const lvalue ref to container parameters
|
4 years ago |
Rémi Verschelde
|
2bffa3cbc5
Merge pull request #82639 from golfinq/gdscript-improve-indexing-error
|
1 year ago |
Rémi Verschelde
|
b5c6e870e8
Merge pull request #82264 from dalexeev/core-builtin-methods-as-callables
|
1 year ago |
Yuri Sizov
|
38d8ca0dc1
Merge pull request #85703 from TitanNano/jovan/gdscript_foreign_script_properties
|
1 year ago |
Jovan Gerodetti
|
030aa41a99
GDScriptAnalyzer is unaware of properties from other Languages
|
1 year ago |
Thaddeus Crews
|
5cf0d772bc
Change container_element_type to vector container
|
1 year ago |
Jordyfel
|
ef5dcccde7
Stop caching packed scenes in GDScript cache
|
1 year ago |
Danil Alexeev
|
6e996a597f
GDScript: Fix `UNSAFE_CAST` warning
|
1 year ago |
Danil Alexeev
|
b04263644c
Core: Allow methods of built-in `Variant` types to be used as Callables
|
1 year ago |
Danil Alexeev
|
7f4721a941
GDScript: Fix non-static call is allowed in static var lambda body
|
1 year ago |
Rémi Verschelde
|
109cb8e697
Merge pull request #83455 from Lunarisnia/fix/gdscript-error-typo
|
1 year ago |