Rémi Verschelde c0f1ed57c4 Merge pull request #73915 from vonagam/fix-conversions-from-native-member 2 年之前
..
array_string_stringname_equivalent.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 年之前
array_string_stringname_equivalent.out e79be6ce07 Unify String and StringName 2 年之前
arrays_arent_shared.gd 4c14051b3f Zero Dictionary and Array variants when changing type with reset 4 年之前
arrays_arent_shared.out 4c14051b3f Zero Dictionary and Array variants when changing type with reset 4 年之前
assign_member_with_operation.gd 84956fee4b GDScript: Fix member assignment with operation 4 年之前
assign_member_with_operation.out 84956fee4b GDScript: Fix member assignment with operation 4 年之前
await_on_void.gd b004f8180e GDScript: Allow constant expressions in annotations 2 年之前
await_on_void.out a1309f1f42 GDScript: Allow using await on calls to void functions 2 年之前
await_without_coroutine.gd 056a54db7b GDScript: Properly return value with await on non-coroutine 4 年之前
await_without_coroutine.out 056a54db7b GDScript: Properly return value with await on non-coroutine 4 年之前
chain_assignment_works.gd a0608bd891 Fix set chain bug with jump_if_shared 3 年之前
chain_assignment_works.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays 3 年之前
compare-builtin-equals-null.gd d7d130295e Support for checking that Projection is(not) null 2 年之前
compare-builtin-equals-null.out d7d130295e Support for checking that Projection is(not) null 2 年之前
compare-builtin-not-equals-null.gd d7d130295e Support for checking that Projection is(not) null 2 年之前
compare-builtin-not-equals-null.out d7d130295e Support for checking that Projection is(not) null 2 年之前
compare-null-equals-builtin.gd 455e142d37 Allow comparing equality between builtin types and null 4 年之前
compare-null-equals-builtin.out 455e142d37 Allow comparing equality between builtin types and null 4 年之前
compare-null-not-equals-builtin.gd 455e142d37 Allow comparing equality between builtin types and null 4 年之前
compare-null-not-equals-builtin.out 455e142d37 Allow comparing equality between builtin types and null 4 年之前
const_class_reference.gd 8eb837dc3d Add test for const class references 2 年之前
const_class_reference.out 8eb837dc3d Add test for const class references 2 年之前
const_class_reference_external.notest.gd 8eb837dc3d Add test for const class references 2 年之前
constants_are_read_only.gd abe6d67232 GDScript: Fix test for read-only state of constants 2 年之前
constants_are_read_only.out abe6d67232 GDScript: Fix test for read-only state of constants 2 年之前
conversion_for_default_parameter.gd a8c2f8a0e1 GDScript: Fix missing conversion for default argument values 2 年之前
conversion_for_default_parameter.out a8c2f8a0e1 GDScript: Fix missing conversion for default argument values 2 年之前
conversions_from_native_members.gd 281c8c75d3 GDScript: Fix conversions from native members accessed by identifier 2 年之前
conversions_from_native_members.out 281c8c75d3 GDScript: Fix conversions from native members accessed by identifier 2 年之前
default_set_beforehand.gd 0e6aa6fc38 GDScript: Initialize all defaults beforehand in implicit constructor 2 年之前
default_set_beforehand.out 0e6aa6fc38 GDScript: Initialize all defaults beforehand in implicit constructor 2 年之前
dictionaries_arent_shared.gd 4c14051b3f Zero Dictionary and Array variants when changing type with reset 4 年之前
dictionaries_arent_shared.out 4c14051b3f Zero Dictionary and Array variants when changing type with reset 4 年之前
dictionary_string_stringname_equivalent.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 年之前
dictionary_string_stringname_equivalent.out e79be6ce07 Unify String and StringName 2 年之前
does_not_override_temp_values.gd b004f8180e GDScript: Allow constant expressions in annotations 2 年之前
does_not_override_temp_values.out 66fda2aeea GDScript: Fix temp values being written without proper clear 2 年之前
for_loop_iterator_types.gd 40613ebd21 GDScript: Fix typing of iterator in for loop 2 年之前
for_loop_iterator_types.out 40613ebd21 GDScript: Fix typing of iterator in for loop 2 年之前
gdscript.gd b004f8180e GDScript: Allow constant expressions in annotations 2 年之前
gdscript.out e3e55b29ce Add default virtual `gdscript://` path to `GDScript` instances 2 年之前
lambda_use_self.gd 01d13ab2c1 GDScript: Allow using self in lambdas 3 年之前
lambda_use_self.out 01d13ab2c1 GDScript: Allow using self in lambdas 3 年之前
lua_assign.gd 9e5fdbc79d Fix LUA-style assignment in Dictionary 4 年之前
lua_assign.out 9e5fdbc79d Fix LUA-style assignment in Dictionary 4 年之前
match_string_stringname_equivalent.gd e79be6ce07 Unify String and StringName 2 年之前
match_string_stringname_equivalent.out e79be6ce07 Unify String and StringName 2 年之前
parameter_shadowing.gd 44d1d72af1 Add GDScript `.editorconfig` rules 2 年之前
parameter_shadowing.out 97280279ee Fix incomplete shadowing of member properties by parameters 2 年之前
params_default_values.gd 960a26f6c0 GDScript: Fix parsing default parameter values from function calls 3 年之前
params_default_values.out 960a26f6c0 GDScript: Fix parsing default parameter values from function calls 3 年之前
property_with_operator_assignment.gd 991f4d8527 GDScript: Fix assignment with operation for properties 4 年之前
property_with_operator_assignment.out 991f4d8527 GDScript: Fix assignment with operation for properties 4 年之前
range_optimized_in_for_has_int_iterator.gd c268e3a235 GDScript Fix type mismatch in optimized single arg `range` 2 年之前
range_optimized_in_for_has_int_iterator.out c268e3a235 GDScript Fix type mismatch in optimized single arg `range` 2 年之前
range_returns_ints.gd c268e3a235 GDScript Fix type mismatch in optimized single arg `range` 2 年之前
range_returns_ints.out c268e3a235 GDScript Fix type mismatch in optimized single arg `range` 2 年之前
recursion.gd c6ca09dc6f Add more integration tests to the GDScript test suite 4 年之前
recursion.out c6ca09dc6f Add more integration tests to the GDScript test suite 4 年之前
standalone-calls-do-not-write-to-nil.gd b004f8180e GDScript: Allow constant expressions in annotations 2 年之前
standalone-calls-do-not-write-to-nil.out a3816434a6 GDScript: Don't use the NIL address to hold return value of functions 2 年之前
string_stringname_equivalent.gd e79be6ce07 Unify String and StringName 2 年之前
string_stringname_equivalent.out e79be6ce07 Unify String and StringName 2 年之前
stringify.gd d03b7fbe09 Refactored Node3D rotation modes 4 年之前
stringify.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays 3 年之前
typed_argument_is_null.gd 30d4d3fa5e Fix: Func with typed args error when arg is null 2 年之前
typed_argument_is_null.out 30d4d3fa5e Fix: Func with typed args error when arg is null 2 年之前
typed_array_init_with_untyped_in_literal.gd 5909f9f075 GDScript: Fix issues with typed arrays 2 年之前
typed_array_init_with_untyped_in_literal.out 5909f9f075 GDScript: Fix issues with typed arrays 2 年之前
typed_assignment.gd bbb21c3fd5 Fix type adjustment skipped when value is considered both not hard and not variant 2 年之前
typed_assignment.out bbb21c3fd5 Fix type adjustment skipped when value is considered both not hard and not variant 2 年之前
use_conversion_assign_with_variant_value.gd b004f8180e GDScript: Allow constant expressions in annotations 2 年之前
use_conversion_assign_with_variant_value.out 04d0e851ea GDScript: Fix use of conversion assign for variant values 2 年之前