This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2025-11-07 12:30:27 +00:00
Code
Releases
Wiki
Activity
Files
4e360ac61264f1e54e14f776c32cc82cde13d76a
godot
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
warnings
History
George Marques
bc739a4687
GDScript: Make using return of void function an error
...
Remove the `VOID_ASSIGNMENT` warning since those cases will be errors now.
2022-12-30 13:35:38 -03:00
..
assert_always_true.gd
…
assert_always_true.out
…
deprecated_operators.gd
…
deprecated_operators.out
…
empty_file_comment.notest.gd
…
empty_file_comment.notest.out
…
empty_file_newline_comment.notest.gd
…
empty_file_newline_comment.notest.out
…
empty_file_newline.notest.gd
…
empty_file_newline.notest.out
…
empty_file.notest.gd
…
empty_file.notest.out
…
enum_assign_int_without_casting.gd
GDScript: Consolidate behavior for assigning enum types
2022-02-03 13:32:16 -03:00
enum_assign_int_without_casting.out
GDScript: Consolidate behavior for assigning enum types
2022-02-03 13:32:16 -03:00
incompatible_ternary.gd
…
incompatible_ternary.out
…
integer_division.gd
…
integer_division.out
…
match_default_not_at_end.gd
…
match_default_not_at_end.out
…
narrowing_conversion.gd
…
narrowing_conversion.out
…
return_value_discarded.gd
…
return_value_discarded.out
change RETURN_VALUE_DISCARDED GDScript warn text
2022-11-21 15:04:04 -06:00
shadowed_constant.gd
…
shadowed_constant.out
…
shadowed_global_identifier.gd
Allow using built-in names for variables, push warnings instead
2021-11-13 21:47:24 +03:00
shadowed_global_identifier.out
Fix shadowed global identifier warning duplication
2021-12-13 11:54:23 +03:00
shadowed_variable_class.gd
…
shadowed_variable_class.out
…
shadowed_variable_function.gd
…
shadowed_variable_function.out
…
standalone_expression.gd
…
standalone_expression.out
…
static_called_on_instance.gd
Add STATIC_CALLED_ON_INSTANCE warning to highlight
2022-10-14 10:43:42 -07:00
static_called_on_instance.out
Add STATIC_CALLED_ON_INSTANCE warning to highlight
2022-10-14 10:43:42 -07:00
unassigned_variable_op_assign.gd
…
unassigned_variable_op_assign.out
…
unassigned_variable.gd
…
unassigned_variable.out
…
unreachable_code_after_return_bug_55154.gd
Fix 'unreachable-code' false-positive,
fixes
#55154
2021-11-21 15:53:21 +01:00
unreachable_code_after_return_bug_55154.out
Fix 'unreachable-code' false-positive,
fixes
#55154
2021-11-21 15:53:21 +01:00
unreachable_code_after_return.gd
…
unreachable_code_after_return.out
…
unused_argument.gd
…
unused_argument.out
…
unused_variable.gd
…
unused_variable.out
…