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-26 15:46:23 +00:00
Code
Releases
Wiki
Activity
Files
b0b1eaeb6de20bd364a471132cd2e29a21b5e738
godot
/
modules
/
gdscript
/
tests
/
scripts
/
parser
/
warnings
History
Rémi Verschelde
dc7f08b556
Merge pull request
#72971
from vnen/gdscript-multiline-comment
...
GDScript: Allow strings as multiline comments
2023-02-09 16:19:03 +01:00
..
assert_always_true.gd
…
assert_always_true.out
…
confusable_identifier.gd
…
confusable_identifier.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
…
enum_assign_int_without_casting.out
…
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
…
shadowed_constant.gd
Add dozens of new integration tests to the GDScript test suite
2021-09-14 18:42:08 +02:00
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
…
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
…
static_called_on_instance.out
…
unassigned_variable_op_assign.gd
…
unassigned_variable_op_assign.out
…
unassigned_variable.gd
…
unassigned_variable.out
…
unreachable_code_after_return_bug_55154.gd
…
unreachable_code_after_return_bug_55154.out
…
unreachable_code_after_return.gd
…
unreachable_code_after_return.out
…
unused_argument.gd
…
unused_argument.out
…
unused_variable.gd
…
unused_variable.out
…