.. |
advanced_expression_matching.gd
|
Add GDScript .editorconfig rules
|
2023-01-10 12:25:35 -05:00 |
advanced_expression_matching.out
|
|
|
allow_id_similar_to_keyword_in_ascii.gd
|
GDScript: Be more lenient with identifiers
|
2023-02-09 11:19:05 -03:00 |
allow_id_similar_to_keyword_in_ascii.out
|
GDScript: Be more lenient with identifiers
|
2023-02-09 11:19:05 -03:00 |
allow_strings_as_comments.gd
|
GDScript: Allow strings as multiline comments
|
2023-02-09 10:16:00 -03:00 |
allow_strings_as_comments.out
|
GDScript: Allow strings as multiline comments
|
2023-02-09 10:16:00 -03:00 |
allowed_keywords_as_identifiers.gd
|
GDScript: Be more lenient with identifiers
|
2023-02-09 11:19:05 -03:00 |
allowed_keywords_as_identifiers.out
|
GDScript: Be more lenient with identifiers
|
2023-02-09 11:19:05 -03:00 |
array.gd
|
|
|
array.out
|
|
|
arrays_dictionaries_nested_const.gd
|
GDScript: Allow constant expressions in annotations
|
2023-01-25 18:43:56 +03:00 |
arrays_dictionaries_nested_const.out
|
|
|
basic_expression_matching.gd
|
Add GDScript .editorconfig rules
|
2023-01-10 12:25:35 -05:00 |
basic_expression_matching.out
|
|
|
bitwise_operators.gd
|
|
|
bitwise_operators.out
|
|
|
class.gd
|
|
|
class.out
|
|
|
class_inheritance.gd
|
|
|
class_inheritance.out
|
|
|
class_inheritance_access.gd
|
|
|
class_inheritance_access.out
|
|
|
class_name.gd
|
Make script annotations placed before class_name and extends
|
2022-12-19 22:01:29 -06:00 |
class_name.out
|
|
|
concatenation.gd
|
|
|
concatenation.out
|
|
|
constants.gd
|
|
|
constants.out
|
|
|
dictionary.gd
|
|
|
dictionary.out
|
|
|
dictionary_lua_style.gd
|
|
|
dictionary_lua_style.out
|
|
|
dictionary_mixed_syntax.gd
|
|
|
dictionary_mixed_syntax.out
|
|
|
dollar_and_percent_get_node.gd
|
|
|
dollar_and_percent_get_node.out
|
|
|
dollar_node_paths.gd
|
|
|
dollar_node_paths.out
|
|
|
enum.gd
|
|
|
enum.out
|
|
|
export_enum.gd
|
GDScript: Fix @export_enum works only with int
|
2023-01-30 12:30:37 +03:00 |
export_enum.out
|
GDScript: Fix @export_enum works only with int
|
2023-01-30 12:30:37 +03:00 |
export_variable.gd
|
GDScript: Allow constant expressions in annotations
|
2023-01-25 18:43:56 +03:00 |
export_variable.out
|
|
|
float_notation.gd
|
|
|
float_notation.out
|
|
|
for_range.gd
|
|
|
for_range.out
|
|
|
function_default_parameter_type_inference.gd
|
|
|
function_default_parameter_type_inference.out
|
|
|
function_many_parameters.gd
|
|
|
function_many_parameters.out
|
|
|
good_continue_in_lambda.gd
|
GDScript: Fix parsing unexpected break/continue in lambda
|
2023-02-23 10:49:06 +02:00 |
good_continue_in_lambda.out
|
GDScript: Fix parsing unexpected break/continue in lambda
|
2023-02-23 10:49:06 +02:00 |
if_after_lambda.gd
|
|
|
if_after_lambda.out
|
|
|
in.gd
|
|
|
in.out
|
|
|
lambda_callable.gd
|
Add GDScript .editorconfig rules
|
2023-01-10 12:25:35 -05:00 |
lambda_callable.out
|
|
|
lambda_capture_callable.gd
|
|
|
lambda_capture_callable.out
|
|
|
lambda_default_parameter_capture.gd
|
|
|
lambda_default_parameter_capture.out
|
|
|
lambda_named_callable.gd
|
|
|
lambda_named_callable.out
|
|
|
match.gd
|
GDScript: Remove function of continue for match statement
|
2023-01-22 18:45:24 -03:00 |
match.out
|
GDScript: Remove function of continue for match statement
|
2023-01-22 18:45:24 -03:00 |
match_bind_unused.gd
|
|
|
match_bind_unused.out
|
|
|
match_dictionary.gd
|
Add GDScript .editorconfig rules
|
2023-01-10 12:25:35 -05:00 |
match_dictionary.out
|
|
|
match_multiple_patterns_with_array.gd
|
Add GDScript .editorconfig rules
|
2023-01-10 12:25:35 -05:00 |
match_multiple_patterns_with_array.out
|
|
|
match_multiple_variable_binds_in_pattern.gd
|
Add GDScript .editorconfig rules
|
2023-01-10 12:25:35 -05:00 |
match_multiple_variable_binds_in_pattern.out
|
|
|
match_with_variables.gd
|
GDScript: Allow variables in match patterns
|
2023-01-28 19:53:27 -03:00 |
match_with_variables.out
|
GDScript: Allow variables in match patterns
|
2023-01-28 19:53:27 -03:00 |
multiline_arrays.gd
|
|
|
multiline_arrays.out
|
|
|
multiline_assert.gd
|
GDScript: Fix multiline and trailing comma for assert
|
2023-01-08 20:18:46 +02:00 |
multiline_assert.out
|
GDScript: Fix multiline and trailing comma for assert
|
2023-01-08 20:18:46 +02:00 |
multiline_dictionaries.gd
|
|
|
multiline_dictionaries.out
|
|
|
multiline_if.gd
|
|
|
multiline_if.out
|
|
|
multiline_strings.gd
|
|
|
multiline_strings.out
|
|
|
multiline_vector.gd
|
|
|
multiline_vector.out
|
|
|
nested_arithmetic.gd
|
|
|
nested_arithmetic.out
|
|
|
nested_array.gd
|
|
|
nested_array.out
|
|
|
nested_dictionary.gd
|
|
|
nested_dictionary.out
|
|
|
nested_function_calls.gd
|
|
|
nested_function_calls.out
|
|
|
nested_if.gd
|
|
|
nested_if.out
|
|
|
nested_match.gd
|
GDScript: Remove function of continue for match statement
|
2023-01-22 18:45:24 -03:00 |
nested_match.out
|
GDScript: Remove function of continue for match statement
|
2023-01-22 18:45:24 -03:00 |
nested_parentheses.gd
|
|
|
nested_parentheses.out
|
|
|
number_separators.gd
|
|
|
number_separators.out
|
|
|
operator_assign.gd
|
|
|
operator_assign.out
|
|
|
property_setter_getter.gd
|
|
|
property_setter_getter.out
|
|
|
semicolon_as_end_statement.gd
|
|
|
semicolon_as_end_statement.out
|
|
|
semicolon_as_terminator.gd
|
|
|
semicolon_as_terminator.out
|
|
|
signal_declaration.gd
|
|
|
signal_declaration.out
|
|
|
single_line_declaration.gd
|
|
|
single_line_declaration.out
|
|
|
space_indentation.gd
|
|
|
space_indentation.out
|
|
|
static_typing.gd
|
|
|
static_typing.out
|
|
|
str_preserves_case.gd
|
|
|
str_preserves_case.out
|
|
|
string_formatting.gd
|
|
|
string_formatting.out
|
|
|
super.gd
|
|
|
super.out
|
|
|
trailing_comma_in_function_args.gd
|
|
|
trailing_comma_in_function_args.out
|
|
|
truthiness.gd
|
|
|
truthiness.out
|
|
|
typed_arrays.gd
|
|
|
typed_arrays.out
|
|
|
unicode_identifiers.gd
|
Add support for Unicode identifiers in GDScript
|
2023-01-21 13:39:40 -03:00 |
unicode_identifiers.out
|
Add support for Unicode identifiers in GDScript
|
2023-01-21 13:39:40 -03:00 |
unnamed_enums_outer_conflicts.gd
|
GDScript: Fix false name conflicts for unnamed enums
|
2022-12-29 22:04:13 +02:00 |
unnamed_enums_outer_conflicts.out
|
GDScript: Fix false name conflicts for unnamed enums
|
2022-12-29 22:04:13 +02:00 |
variable_declaration.gd
|
|
|
variable_declaration.out
|
|
|
vector_inf.gd
|
Fix parse error using Vector{2,3,4}.INF
|
2023-01-08 16:14:40 -05:00 |
vector_inf.out
|
Fix parse error using Vector{2,3,4}.INF
|
2023-01-08 16:14:40 -05:00 |
while.gd
|
|
|
while.out
|
|
|