.. |
cast_enum_bad_enum.gd
|
GDScript: Fix constant conversions
|
2023-01-29 00:01:53 +02:00 |
cast_enum_bad_enum.out
|
Make global scope enums accessible as types in GDScript
|
2023-02-19 13:00:07 -03:00 |
cast_enum_bad_int.gd
|
GDScript: Fix constant conversions
|
2023-01-29 00:01:53 +02:00 |
cast_enum_bad_int.out
|
Make global scope enums accessible as types in GDScript
|
2023-02-19 13:00:07 -03:00 |
confusable_local_declaration.gd
|
GDScript: Fix bug with identifier shadowed below in current scope
|
2023-07-26 11:26:57 +03:00 |
confusable_local_declaration.out
|
GDScript: Fix bug with identifier shadowed below in current scope
|
2023-07-26 11:26:57 +03:00 |
confusable_local_usage.gd
|
GDScript: Fix bug with identifier shadowed below in current scope
|
2023-07-26 11:26:57 +03:00 |
confusable_local_usage.out
|
GDScript: Fix bug with identifier shadowed below in current scope
|
2023-07-26 11:26:57 +03:00 |
confusable_local_usage_initializer.gd
|
GDScript: Fix bug with identifier shadowed below in current scope
|
2023-07-26 11:26:57 +03:00 |
confusable_local_usage_initializer.out
|
GDScript: Fix bug with identifier shadowed below in current scope
|
2023-07-26 11:26:57 +03:00 |
confusable_local_usage_loop.gd
|
GDScript: Fix bug with identifier shadowed below in current scope
|
2023-07-26 11:26:57 +03:00 |
confusable_local_usage_loop.out
|
GDScript: Fix bug with identifier shadowed below in current scope
|
2023-07-26 11:26:57 +03:00 |
for_loop_specified_type_is_equal_to_inferred.gd
|
GDScript: Add static typing for for loop variable
|
2023-08-17 20:54:34 +03:00 |
for_loop_specified_type_is_equal_to_inferred.out
|
GDScript: Add static typing for for loop variable
|
2023-08-17 20:54:34 +03:00 |
for_loop_specified_type_is_supertype_of_inferred.gd
|
GDScript: Add static typing for for loop variable
|
2023-08-17 20:54:34 +03:00 |
for_loop_specified_type_is_supertype_of_inferred.out
|
GDScript: Add static typing for for loop variable
|
2023-08-17 20:54:34 +03:00 |
get_node_without_onready.gd
|
GDScript: Add warnings that are set to error by default
|
2023-02-02 12:07:25 -03:00 |
get_node_without_onready.out
|
GDScript: Add warnings that are set to error by default
|
2023-02-02 12:07:25 -03:00 |
inference_with_variant.gd
|
GDScript: Add warnings that are set to error by default
|
2023-02-02 12:07:25 -03:00 |
inference_with_variant.out
|
GDScript: Add warnings that are set to error by default
|
2023-02-02 12:07:25 -03:00 |
lambda_shadowing_arg.gd
|
GDScript: Fix typing of lambda functions
|
2023-01-06 16:38:22 +02:00 |
lambda_shadowing_arg.out
|
GDScript: Fix typing of lambda functions
|
2023-01-06 16:38:22 +02:00 |
lambda_unused_arg.gd
|
GDScript: Don't use validated call for vararg methods
|
2023-02-24 14:06:02 -03:00 |
lambda_unused_arg.out
|
GDScript: Reorganize and unify warnings
|
2023-04-28 18:25:11 +03:00 |
onready_with_export.gd
|
GDScript: Add warnings that are set to error by default
|
2023-02-02 12:07:25 -03:00 |
onready_with_export.out
|
Fix mistakes in documentation and GDScript errors
|
2023-04-10 10:00:09 +02:00 |
overriding_native_method.gd
|
GDScript: Add warnings that are set to error by default
|
2023-02-02 12:07:25 -03:00 |
overriding_native_method.out
|
GDScript: Reorganize and unify warnings
|
2023-04-28 18:25:11 +03:00 |
redundant_await.gd
|
GDScript: Fix false positive REDUNDANT_AWAIT warning
|
2023-03-16 14:04:14 +03:00 |
redundant_await.out
|
GDScript: Fix false positive REDUNDANT_AWAIT warning
|
2023-03-16 14:04:14 +03:00 |
shadowning.gd
|
Fix for not being able to ignore shadowing warnings on class scope
|
2023-07-24 17:22:12 -03:00 |
shadowning.out
|
Fix for not being able to ignore shadowing warnings on class scope
|
2023-07-24 17:22:12 -03:00 |
unused_private_class_variable.gd
|
GDScript: Fix warning ignoring for member variables
|
2023-05-12 17:43:58 +03:00 |
unused_private_class_variable.out
|
GDScript: Fix warning ignoring for member variables
|
2023-05-12 17:43:58 +03:00 |