Rémi Verschelde dc7f08b556 Merge pull request #72971 from vnen/gdscript-multiline-comment 2 năm trước cách đây
..
assert_always_true.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
assert_always_true.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
confusable_identifier.gd 03ea77407c GDScript: Be more lenient with identifiers 2 năm trước cách đây
confusable_identifier.out 03ea77407c GDScript: Be more lenient with identifiers 2 năm trước cách đây
deprecated_operators.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
deprecated_operators.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
empty_file.notest.gd e99730340b Fix error on parsing statement-less GDScript files, 4 năm trước cách đây
empty_file.notest.out e99730340b Fix error on parsing statement-less GDScript files, 4 năm trước cách đây
empty_file_comment.notest.gd e99730340b Fix error on parsing statement-less GDScript files, 4 năm trước cách đây
empty_file_comment.notest.out e99730340b Fix error on parsing statement-less GDScript files, 4 năm trước cách đây
empty_file_newline.notest.gd e99730340b Fix error on parsing statement-less GDScript files, 4 năm trước cách đây
empty_file_newline.notest.out e99730340b Fix error on parsing statement-less GDScript files, 4 năm trước cách đây
empty_file_newline_comment.notest.gd e99730340b Fix error on parsing statement-less GDScript files, 4 năm trước cách đây
empty_file_newline_comment.notest.out e99730340b Fix error on parsing statement-less GDScript files, 4 năm trước cách đây
enum_assign_int_without_casting.gd ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 3 năm trước cách đây
enum_assign_int_without_casting.out 31e0ae2012 GDScript: Fix constant conversions 2 năm trước cách đây
incompatible_ternary.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
incompatible_ternary.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
integer_division.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
integer_division.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
match_default_not_at_end.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
match_default_not_at_end.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
narrowing_conversion.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
narrowing_conversion.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
return_value_discarded.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
return_value_discarded.out 5bdd883dfd change RETURN_VALUE_DISCARDED GDScript warn text 2 năm trước cách đây
shadowed_constant.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
shadowed_constant.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
shadowed_global_identifier.gd 3396b25489 Allow using built-in names for variables, push warnings instead 3 năm trước cách đây
shadowed_global_identifier.out 566895732c Fix shadowed global identifier warning duplication 3 năm trước cách đây
shadowed_variable_class.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
shadowed_variable_class.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
shadowed_variable_function.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
shadowed_variable_function.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
standalone_expression.gd f95967c299 GDScript: Allow strings as multiline comments 2 năm trước cách đây
standalone_expression.out f95967c299 GDScript: Allow strings as multiline comments 2 năm trước cách đây
static_called_on_instance.gd 0a51bb4ca5 Add STATIC_CALLED_ON_INSTANCE warning to highlight 3 năm trước cách đây
static_called_on_instance.out 0a51bb4ca5 Add STATIC_CALLED_ON_INSTANCE warning to highlight 3 năm trước cách đây
unassigned_variable.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
unassigned_variable.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
unassigned_variable_op_assign.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
unassigned_variable_op_assign.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
unreachable_code_after_return.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
unreachable_code_after_return.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
unreachable_code_after_return_bug_55154.gd 86c0e38e8f Fix 'unreachable-code' false-positive, fixes #55154 3 năm trước cách đây
unreachable_code_after_return_bug_55154.out 86c0e38e8f Fix 'unreachable-code' false-positive, fixes #55154 3 năm trước cách đây
unused_argument.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
unused_argument.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
unused_variable.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 năm trước cách đây
unused_variable.out 1e26bf23c2 Rename GDScript test script filenames to use `snake_case` 4 năm trước cách đây