Adam Scott fb175d92da Fix GDScript base and outer classes, signals and functions lookup order 2 years ago
..
assign_enum.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
assign_enum.out 366ec895b1 Assorted enum and native type fixes 2 years ago
assign_named_enum.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
assign_named_enum.out 366ec895b1 Assorted enum and native type fixes 2 years ago
assign_signal.gd d93dbab054 Add MethodInfo to signal datatype 2 years ago
assign_signal.out d93dbab054 Add MethodInfo to signal datatype 2 years ago
bitwise_float_left_operand.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
bitwise_float_left_operand.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
bitwise_float_right_operand.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
bitwise_float_right_operand.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 years ago
cast_enum_bad_enum.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
cast_enum_bad_enum.out 366ec895b1 Assorted enum and native type fixes 2 years ago
cast_enum_bad_int.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
cast_enum_bad_int.out 366ec895b1 Assorted enum and native type fixes 2 years ago
class_name_shadows_builtin_type.gd 72c07708e8 GDScript: Don't allow builtin type names as identifiers 3 years ago
class_name_shadows_builtin_type.out 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
constant_array_index_assign.gd 5e2ac1a31e GDScript: Begin making constants deep, not shallow or flat 2 years ago
constant_array_index_assign.out 5e2ac1a31e GDScript: Begin making constants deep, not shallow or flat 2 years ago
constant_dictionary_index_assign.gd 5e2ac1a31e GDScript: Begin making constants deep, not shallow or flat 2 years ago
constant_dictionary_index_assign.out 5e2ac1a31e GDScript: Begin making constants deep, not shallow or flat 2 years ago
constant_name_shadows_builtin_type.gd 72c07708e8 GDScript: Don't allow builtin type names as identifiers 3 years ago
constant_name_shadows_builtin_type.out 72c07708e8 GDScript: Don't allow builtin type names as identifiers 3 years ago
constant_used_as_function.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
constant_used_as_function.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
constructor_call_type.gd f67aa3e46d GDScript: Fix return type of constructor call for extending class 2 years ago
constructor_call_type.out f67aa3e46d GDScript: Fix return type of constructor call for extending class 2 years ago
cyclic_inheritance.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_inheritance.out 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_const.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_const.out 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_enum.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_enum.out 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_enum_value.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_enum_value.out 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_external.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_external.out 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_external_a.notest.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_func.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_func.out 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_override.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_override.out 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_var.gd 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
cyclic_ref_var.out 2dfc6d5b69 GDScript: Allow out of order member resolution 2 years ago
dictionary_duplicate_key_lua.gd 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 4 years ago
dictionary_duplicate_key_lua.out 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 4 years ago
dictionary_duplicate_key_lua_with_string.gd 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 4 years ago
dictionary_duplicate_key_lua_with_string.out 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 4 years ago
dictionary_duplicate_key_python.gd 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 4 years ago
dictionary_duplicate_key_python.out 5d31ce4b16 GDScript: Allow string keys on Lua-style dictionaries 4 years ago
dictionary_string_stringname_equivalent.gd e79be6ce07 Unify String and StringName 2 years ago
dictionary_string_stringname_equivalent.out e79be6ce07 Unify String and StringName 2 years ago
enum_bad_method.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_bad_method.out 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_bad_value.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_bad_value.out 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_class_var_assign_with_wrong_enum_type.gd ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 3 years ago
enum_class_var_assign_with_wrong_enum_type.out 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_class_var_init_with_wrong_enum_type.gd ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 3 years ago
enum_class_var_init_with_wrong_enum_type.out 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_duplicate_bad_method.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_duplicate_bad_method.out 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_float_value.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
enum_float_value.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
enum_function_parameter_wrong_type.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_function_parameter_wrong_type.out 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_function_return_wrong_type.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_function_return_wrong_type.out 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_local_var_assign_outer_with_wrong_enum_type.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_local_var_assign_outer_with_wrong_enum_type.out 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_local_var_assign_with_wrong_enum_type.gd ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 3 years ago
enum_local_var_assign_with_wrong_enum_type.out 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_local_var_init_with_wrong_enum_type.gd ad6e2e82a9 GDScript: Consolidate behavior for assigning enum types 3 years ago
enum_local_var_init_with_wrong_enum_type.out 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_name_shadows_builtin_type.gd 72c07708e8 GDScript: Don't allow builtin type names as identifiers 3 years ago
enum_name_shadows_builtin_type.out 72c07708e8 GDScript: Don't allow builtin type names as identifiers 3 years ago
enum_native_bad_value.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_native_bad_value.out 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_preload_unnamed_assign_to_named.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_preload_unnamed_assign_to_named.out 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_shadows_base_enum.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_shadows_base_enum.out 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_shadows_outer_enum.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_shadows_outer_enum.out 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_string_value.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
enum_string_value.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
enum_unnamed_assign_to_named.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
enum_unnamed_assign_to_named.out 366ec895b1 Assorted enum and native type fixes 2 years ago
function_dont_match_parent_signature_parameter_count_less.gd 1ebcb58e69 GDScript: Check if method signature matches the parent 3 years ago
function_dont_match_parent_signature_parameter_count_less.out d1e4146462 Improve parent signature error 2 years ago
function_dont_match_parent_signature_parameter_count_more.gd 1ebcb58e69 GDScript: Check if method signature matches the parent 3 years ago
function_dont_match_parent_signature_parameter_count_more.out d1e4146462 Improve parent signature error 2 years ago
function_dont_match_parent_signature_parameter_default_values.gd 1ebcb58e69 GDScript: Check if method signature matches the parent 3 years ago
function_dont_match_parent_signature_parameter_default_values.out d1e4146462 Improve parent signature error 2 years ago
function_dont_match_parent_signature_parameter_type.gd 1ebcb58e69 GDScript: Check if method signature matches the parent 3 years ago
function_dont_match_parent_signature_parameter_type.out d1e4146462 Improve parent signature error 2 years ago
function_dont_match_parent_signature_return_type.gd 1ebcb58e69 GDScript: Check if method signature matches the parent 3 years ago
function_dont_match_parent_signature_return_type.out d1e4146462 Improve parent signature error 2 years ago
function_used_as_property.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
function_used_as_property.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
invalid_array_index.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
invalid_array_index.out b3704e664d Fixes GDScript define nested dictionary and array as constants #50285 3 years ago
invalid_concatenation_bool.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
invalid_concatenation_bool.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
invalid_concatenation_dictionary.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
invalid_concatenation_dictionary.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
invalid_concatenation_mixed.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
invalid_concatenation_mixed.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
invalid_constant.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
invalid_constant.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
lambda_no_return.gd 532ffc30bd GDScript: Fix typing of lambda functions 2 years ago
lambda_no_return.out 532ffc30bd GDScript: Fix typing of lambda functions 2 years ago
lambda_wrong_return.gd 532ffc30bd GDScript: Fix typing of lambda functions 2 years ago
lambda_wrong_return.out 532ffc30bd GDScript: Fix typing of lambda functions 2 years ago
leading_number_separator.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
leading_number_separator.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
missing_argument.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
missing_argument.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
native_type_errors.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
native_type_errors.out 366ec895b1 Assorted enum and native type fixes 2 years ago
outer_class_constants.gd fb175d92da Fix GDScript base and outer classes, signals and functions lookup order 2 years ago
outer_class_constants.out fb175d92da Fix GDScript base and outer classes, signals and functions lookup order 2 years ago
outer_class_constants_as_variant.gd fb175d92da Fix GDScript base and outer classes, signals and functions lookup order 2 years ago
outer_class_constants_as_variant.out fb175d92da Fix GDScript base and outer classes, signals and functions lookup order 2 years ago
outer_class_instance_constants.gd fb175d92da Fix GDScript base and outer classes, signals and functions lookup order 2 years ago
outer_class_instance_constants.out fb175d92da Fix GDScript base and outer classes, signals and functions lookup order 2 years ago
outer_class_instance_constants_as_variant.gd fb175d92da Fix GDScript base and outer classes, signals and functions lookup order 2 years ago
outer_class_instance_constants_as_variant.out fb175d92da Fix GDScript base and outer classes, signals and functions lookup order 2 years ago
outer_class_lookup.gd 1bbb2b4159 Fix outer class lookup 2 years ago
outer_class_lookup.out 1bbb2b4159 Fix outer class lookup 2 years ago
overload_script_variable.gd 13be0ab733 Fix ability to overload "script" variable 2 years ago
overload_script_variable.out 13be0ab733 Fix ability to overload "script" variable 2 years ago
params_default_forward_reference.gd 960a26f6c0 GDScript: Fix parsing default parameter values from function calls 3 years ago
params_default_forward_reference.out 960a26f6c0 GDScript: Fix parsing default parameter values from function calls 3 years ago
preload_enum_error.gd 366ec895b1 Assorted enum and native type fixes 2 years ago
preload_enum_error.out 366ec895b1 Assorted enum and native type fixes 2 years ago
property_function_get_type_error.gd 551ceb590b GDScript: Report property type errors 3 years ago
property_function_get_type_error.out 551ceb590b GDScript: Report property type errors 3 years ago
property_function_set_type_error.gd 551ceb590b GDScript: Report property type errors 3 years ago
property_function_set_type_error.out 551ceb590b GDScript: Report property type errors 3 years ago
property_inline_get_type_error.gd 551ceb590b GDScript: Report property type errors 3 years ago
property_inline_get_type_error.out 551ceb590b GDScript: Report property type errors 3 years ago
property_inline_set_type_error.gd 551ceb590b GDScript: Report property type errors 3 years ago
property_inline_set_type_error.out 366ec895b1 Assorted enum and native type fixes 2 years ago
property_used_as_function.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
property_used_as_function.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
redefine_class_constant.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
redefine_class_constant.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
redefine_local_constant.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
redefine_local_constant.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
return_null_in_void_func.gd 9507f65e25 GDScript: Disallow return with value in void functions 2 years ago
return_null_in_void_func.out 9507f65e25 GDScript: Disallow return with value in void functions 2 years ago
return_variant_in_void_func.gd 9507f65e25 GDScript: Disallow return with value in void functions 2 years ago
return_variant_in_void_func.out 9507f65e25 GDScript: Disallow return with value in void functions 2 years ago
setter_parameter_uses_property_type.gd 45f546c1d8 GDScript: Make setter parameter type same as variable type 3 years ago
setter_parameter_uses_property_type.out a1d06749f1 Unify typing of variables, constants and parameters in GDScript 2 years ago
super_nonexistent_base_method.gd c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
super_nonexistent_base_method.out c0083c0f90 Add dozens of new integration tests to the GDScript test suite 4 years ago
use_value_of_void_function_builtin_method.gd bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_builtin_method.out bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_custom_method.gd bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_custom_method.out bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_gd_utility.gd bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_gd_utility.out bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_native_method.gd bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_native_method.out bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_utility.gd bc739a4687 GDScript: Make using return of void function an error 2 years ago
use_value_of_void_function_utility.out bc739a4687 GDScript: Make using return of void function an error 2 years ago
variable_name_shadows_builtin_type.gd 72c07708e8 GDScript: Don't allow builtin type names as identifiers 3 years ago
variable_name_shadows_builtin_type.out 72c07708e8 GDScript: Don't allow builtin type names as identifiers 3 years ago
variable_overloads_superclass_function.gd 13be0ab733 Fix ability to overload "script" variable 2 years ago
variable_overloads_superclass_function.out 13be0ab733 Fix ability to overload "script" variable 2 years ago