Danil Alexeev b004f8180e GDScript: Allow constant expressions in annotations 2 jaren geleden
..
advanced_expression_matching.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 jaren geleden
advanced_expression_matching.out 58fcad20ef quote strings inside arrays and dictionaries 3 jaren geleden
array.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
array.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
arrays_dictionaries_nested_const.gd b004f8180e GDScript: Allow constant expressions in annotations 2 jaren geleden
arrays_dictionaries_nested_const.out b3704e664d Fixes GDScript define nested dictionary and array as constants #50285 3 jaren geleden
basic_expression_matching.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 jaren geleden
basic_expression_matching.out 15ccd83ada Added tests for expression matching 4 jaren geleden
bitwise_operators.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
bitwise_operators.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
class.gd be1e9acb7c Implement RETURN_VALUE_DISCARDED warning in GDscript 2 jaren geleden
class.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
class_inheritance.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
class_inheritance.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
class_inheritance_access.gd 7d48afa96d Add test cases for accessing parent elements from child class 3 jaren geleden
class_inheritance_access.out 7d48afa96d Add test cases for accessing parent elements from child class 3 jaren geleden
class_name.gd 6590e1fd8a Make script annotations placed before class_name and extends 2 jaren geleden
class_name.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
concatenation.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
concatenation.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
constants.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
constants.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
dictionary.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
dictionary.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays 2 jaren geleden
dictionary_lua_style.gd 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 4 jaren geleden
dictionary_lua_style.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays 2 jaren geleden
dictionary_mixed_syntax.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
dictionary_mixed_syntax.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays 2 jaren geleden
dollar_and_percent_get_node.gd eba3e0a9fc GDScript: Support `%` in shorthand for `get_node` 3 jaren geleden
dollar_and_percent_get_node.out eba3e0a9fc GDScript: Support `%` in shorthand for `get_node` 3 jaren geleden
dollar_node_paths.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
dollar_node_paths.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
enum.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
enum.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
export_variable.gd b004f8180e GDScript: Allow constant expressions in annotations 2 jaren geleden
export_variable.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 jaren geleden
float_notation.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
float_notation.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
for_range.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
for_range.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
function_default_parameter_type_inference.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 jaren geleden
function_default_parameter_type_inference.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 jaren geleden
function_many_parameters.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 jaren geleden
function_many_parameters.out 291d3aaabe Improve null and object printing to avoid confusion with arrays 3 jaren geleden
if_after_lambda.gd 969f1980d2 GDScript: Fix `if` after lambda being seen as ternary 3 jaren geleden
if_after_lambda.out 969f1980d2 GDScript: Fix `if` after lambda being seen as ternary 3 jaren geleden
in.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
in.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
lambda_callable.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 jaren geleden
lambda_callable.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 jaren geleden
lambda_capture_callable.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 jaren geleden
lambda_capture_callable.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 jaren geleden
lambda_default_parameter_capture.gd 1b76a9d705 GDScript: Fix lambda captures in default argument values 3 jaren geleden
lambda_default_parameter_capture.out 1b76a9d705 GDScript: Fix lambda captures in default argument values 3 jaren geleden
lambda_named_callable.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 jaren geleden
lambda_named_callable.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 jaren geleden
match.gd 9462ae4783 GDScript: Remove function of `continue` for match statement 2 jaren geleden
match.out 9462ae4783 GDScript: Remove function of `continue` for match statement 2 jaren geleden
match_bind_unused.gd 3d61246bc4 use correct error for unused bind match, suppress with underscore 3 jaren geleden
match_bind_unused.out 3d61246bc4 use correct error for unused bind match, suppress with underscore 3 jaren geleden
match_dictionary.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 jaren geleden
match_dictionary.out 3afe50c2fa Fix logic errors in match-statement Array & Dictionary Patterns 3 jaren geleden
match_multiple_patterns_with_array.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 jaren geleden
match_multiple_patterns_with_array.out 3afe50c2fa Fix logic errors in match-statement Array & Dictionary Patterns 3 jaren geleden
match_multiple_variable_binds_in_pattern.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 jaren geleden
match_multiple_variable_binds_in_pattern.out 3c5b9d1be3 Fix issues with multiple bind patterns in match statement 3 jaren geleden
multiline_arrays.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
multiline_arrays.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
multiline_assert.gd 71f7c8a9d3 GDScript: Fix multiline and trailing comma for assert 2 jaren geleden
multiline_assert.out 71f7c8a9d3 GDScript: Fix multiline and trailing comma for assert 2 jaren geleden
multiline_dictionaries.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
multiline_dictionaries.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
multiline_if.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
multiline_if.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
multiline_strings.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
multiline_strings.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
multiline_vector.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
multiline_vector.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
nested_arithmetic.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
nested_arithmetic.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
nested_array.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
nested_array.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
nested_dictionary.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
nested_dictionary.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays 2 jaren geleden
nested_function_calls.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 jaren geleden
nested_function_calls.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 jaren geleden
nested_if.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
nested_if.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
nested_match.gd 9462ae4783 GDScript: Remove function of `continue` for match statement 2 jaren geleden
nested_match.out 9462ae4783 GDScript: Remove function of `continue` for match statement 2 jaren geleden
nested_parentheses.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
nested_parentheses.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
number_separators.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
number_separators.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
operator_assign.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
operator_assign.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
property_setter_getter.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
property_setter_getter.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
semicolon_as_end_statement.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
semicolon_as_end_statement.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
semicolon_as_terminator.gd e5ebc9710d GDScript: Allow classes declaration to be done in single line 4 jaren geleden
semicolon_as_terminator.out e5ebc9710d GDScript: Allow classes declaration to be done in single line 4 jaren geleden
signal_declaration.gd a124f1effe Fix various typos 3 jaren geleden
signal_declaration.out bab0afc821 GDScript: Allow multiple lines in signal parameters declaration 4 jaren geleden
single_line_declaration.gd e5ebc9710d GDScript: Allow classes declaration to be done in single line 4 jaren geleden
single_line_declaration.out e5ebc9710d GDScript: Allow classes declaration to be done in single line 4 jaren geleden
space_indentation.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
space_indentation.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
static_typing.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
static_typing.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
str_preserves_case.gd f126634434 GDScript test style fix 4 jaren geleden
str_preserves_case.out 291d3aaabe Improve null and object printing to avoid confusion with arrays 3 jaren geleden
string_formatting.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
string_formatting.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
super.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
super.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
trailing_comma_in_function_args.gd 1e26bf23c2 Rename GDScript test script filenames to use `snake_case` 4 jaren geleden
trailing_comma_in_function_args.out 1e26bf23c2 Rename GDScript test script filenames to use `snake_case` 4 jaren geleden
truthiness.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
truthiness.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
typed_arrays.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 jaren geleden
typed_arrays.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 jaren geleden
unicode_identifiers.gd 7548e043fc Add support for Unicode identifiers in GDScript 2 jaren geleden
unicode_identifiers.out 7548e043fc Add support for Unicode identifiers in GDScript 2 jaren geleden
unnamed_enums_outer_conflicts.gd 056066ee95 GDScript: Fix false name conflicts for unnamed enums 2 jaren geleden
unnamed_enums_outer_conflicts.out 056066ee95 GDScript: Fix false name conflicts for unnamed enums 2 jaren geleden
variable_declaration.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
variable_declaration.out 1d1aa7a02f GDScript: Removed spurious UNASSIGNED_VARIABLE warning for locals 4 jaren geleden
vector_inf.gd c45b9245ae Fix parse error using Vector{2,3,4}.INF 2 jaren geleden
vector_inf.out c45b9245ae Fix parse error using Vector{2,3,4}.INF 2 jaren geleden
while.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden
while.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 jaren geleden