| .. |
|
argument_count.gd
|
Add methods to get argument count of methods
|
2024-03-10 11:02:43 +01:00 |
|
argument_count.out
|
Add methods to get argument count of methods
|
2024-03-10 11:02:43 +01:00 |
|
array_string_stringname_equivalent.gd
|
…
|
|
|
array_string_stringname_equivalent.out
|
…
|
|
|
arrays_arent_shared.gd
|
…
|
|
|
arrays_arent_shared.out
|
…
|
|
|
assign_member_with_operation.gd
|
…
|
|
|
assign_member_with_operation.out
|
…
|
|
|
assign_operator.gd
|
…
|
|
|
assign_operator.out
|
…
|
|
|
await_on_void.gd
|
…
|
|
|
await_on_void.out
|
…
|
|
|
await_without_coroutine.gd
|
…
|
|
|
await_without_coroutine.out
|
…
|
|
|
builtin_method_as_callable.gd
|
Core: Add `Callable.create` static method for `Variant` callables
|
2024-02-29 10:45:00 +03:00 |
|
builtin_method_as_callable.out
|
Core: Add `Callable.create` static method for `Variant` callables
|
2024-02-29 10:45:00 +03:00 |
|
chain_assignment_works.gd
|
…
|
|
|
chain_assignment_works.out
|
…
|
|
|
compare_builtin_equals_null.gd
|
[GDScript] Fix some test file paths
|
2024-03-04 19:11:28 +01:00 |
|
compare_builtin_equals_null.out
|
[GDScript] Fix some test file paths
|
2024-03-04 19:11:28 +01:00 |
|
compare_builtin_not_equals_null.gd
|
[GDScript] Fix some test file paths
|
2024-03-04 19:11:28 +01:00 |
|
compare_builtin_not_equals_null.out
|
[GDScript] Fix some test file paths
|
2024-03-04 19:11:28 +01:00 |
|
compare_null_equals_builtin.gd
|
[GDScript] Fix some test file paths
|
2024-03-04 19:11:28 +01:00 |
|
compare_null_equals_builtin.out
|
[GDScript] Fix some test file paths
|
2024-03-04 19:11:28 +01:00 |
|
compare_null_not_equals_builtin.gd
|
[GDScript] Fix some test file paths
|
2024-03-04 19:11:28 +01:00 |
|
compare_null_not_equals_builtin.out
|
[GDScript] Fix some test file paths
|
2024-03-04 19:11:28 +01:00 |
|
const_class_reference.gd
|
…
|
|
|
const_class_reference.out
|
…
|
|
|
const_class_reference_external.notest.gd
|
…
|
|
|
constants_are_read_only.gd
|
…
|
|
|
constants_are_read_only.out
|
…
|
|
|
conversion_for_default_parameter.gd
|
…
|
|
|
conversion_for_default_parameter.out
|
…
|
|
|
conversions_from_native_members.gd
|
…
|
|
|
conversions_from_native_members.out
|
…
|
|
|
ctor_as_callable.gd
|
…
|
|
|
ctor_as_callable.out
|
…
|
|
|
default_set_beforehand.gd
|
…
|
|
|
default_set_beforehand.out
|
…
|
|
|
dictionaries_arent_shared.gd
|
…
|
|
|
dictionaries_arent_shared.out
|
…
|
|
|
dictionary_string_stringname_equivalent.gd
|
…
|
|
|
dictionary_string_stringname_equivalent.out
|
…
|
|
|
does_not_override_temp_values.gd
|
…
|
|
|
does_not_override_temp_values.out
|
…
|
|
|
emit_after_await.gd
|
[Core] Disconnect one-shot signals before calling callbacks
|
2024-03-20 20:24:44 +01:00 |
|
emit_after_await.out
|
[Core] Disconnect one-shot signals before calling callbacks
|
2024-03-20 20:24:44 +01:00 |
|
emit_one_shot_is_non_recursive.gd
|
[Core] Disconnect one-shot signals before calling callbacks
|
2024-03-20 20:24:44 +01:00 |
|
emit_one_shot_is_non_recursive.out
|
[Core] Disconnect one-shot signals before calling callbacks
|
2024-03-20 20:24:44 +01:00 |
|
export_group_no_name_conflict_with_properties.gd
|
…
|
|
|
export_group_no_name_conflict_with_properties.out
|
…
|
|
|
first_class_callable_and_signal.gd
|
…
|
|
|
first_class_callable_and_signal.out
|
…
|
|
|
for_loop_iterator_specified_types.gd
|
…
|
|
|
for_loop_iterator_specified_types.out
|
…
|
|
|
for_loop_iterator_types.gd
|
…
|
|
|
for_loop_iterator_types.out
|
…
|
|
|
free_is_callable.gd
|
Allow `free()` to be used as Callable
|
2024-01-18 09:33:44 -03:00 |
|
free_is_callable.out
|
Allow `free()` to be used as Callable
|
2024-01-18 09:33:44 -03:00 |
|
gdscript.gd
|
…
|
|
|
gdscript.out
|
…
|
|
|
getter_with_freed_object.gd
|
…
|
|
|
getter_with_freed_object.out
|
…
|
|
|
lambda_use_self.gd
|
…
|
|
|
lambda_use_self.out
|
…
|
|
|
lua_assign.gd
|
…
|
|
|
lua_assign.out
|
…
|
|
|
match_test_null.gd
|
set has_type false if it is BUILTIN but Variant::NIL
|
2024-02-11 13:47:12 +00:00 |
|
match_test_null.out
|
set has_type false if it is BUILTIN but Variant::NIL
|
2024-02-11 13:47:12 +00:00 |
|
match_with_pattern_guards.gd
|
…
|
|
|
match_with_pattern_guards.out
|
…
|
|
|
member_info.gd
|
GDScript: Fix `@warning_ignore` annotation issues
|
2024-03-12 19:00:06 +03:00 |
|
member_info.out
|
…
|
|
|
member_info_inheritance.gd
|
GDScript: Fix `@warning_ignore` annotation issues
|
2024-03-12 19:00:06 +03:00 |
|
member_info_inheritance.out
|
…
|
|
|
metatypes.gd
|
…
|
|
|
metatypes.notest.gd
|
…
|
|
|
metatypes.out
|
…
|
|
|
object_constructor.gd
|
…
|
|
|
object_constructor.out
|
…
|
|
|
parameter_shadowing.gd
|
…
|
|
|
parameter_shadowing.out
|
…
|
|
|
params_default_values.gd
|
…
|
|
|
params_default_values.out
|
…
|
|
|
property_with_operator_assignment.gd
|
…
|
|
|
property_with_operator_assignment.out
|
…
|
|
|
range_optimized_in_for_has_int_iterator.gd
|
…
|
|
|
range_optimized_in_for_has_int_iterator.out
|
…
|
|
|
range_returns_ints.gd
|
…
|
|
|
range_returns_ints.out
|
…
|
|
|
recursion.gd
|
…
|
|
|
recursion.out
|
…
|
|
|
reset_local_var_on_exit_block.gd
|
[GDScript] Fix some test file paths
|
2024-03-04 19:11:28 +01:00 |
|
reset_local_var_on_exit_block.out
|
[GDScript] Fix some test file paths
|
2024-03-04 19:11:28 +01:00 |
|
reset_unassigned_variables_in_loops.gd
|
…
|
|
|
reset_unassigned_variables_in_loops.out
|
…
|
|
|
standalone_calls_do_not_write_to_nil.gd
|
[GDScript] Fix some test file paths
|
2024-03-04 19:11:28 +01:00 |
|
standalone_calls_do_not_write_to_nil.out
|
[GDScript] Fix some test file paths
|
2024-03-04 19:11:28 +01:00 |
|
static_access_via_instance.gd
|
…
|
|
|
static_access_via_instance.out
|
…
|
|
|
static_constructor.gd
|
…
|
|
|
static_constructor.out
|
…
|
|
|
static_func_as_callable.gd
|
…
|
|
|
static_func_as_callable.out
|
…
|
|
|
static_method_as_callable.gd
|
…
|
|
|
static_method_as_callable.out
|
…
|
|
|
static_variables.gd
|
…
|
|
|
static_variables.out
|
…
|
|
|
static_variables_2.gd
|
…
|
|
|
static_variables_2.out
|
…
|
|
|
static_variables_load.gd
|
…
|
|
|
static_variables_load.out
|
…
|
|
|
static_variables_other.gd
|
…
|
|
|
static_variables_other.out
|
…
|
|
|
string_stringname_equivalent.gd
|
…
|
|
|
string_stringname_equivalent.out
|
…
|
|
|
stringify.gd
|
…
|
|
|
stringify.out
|
…
|
|
|
typed_argument_is_null.gd
|
…
|
|
|
typed_argument_is_null.out
|
…
|
|
|
typed_array_concatenation.gd
|
…
|
|
|
typed_array_concatenation.out
|
…
|
|
|
typed_array_init_with_untyped_in_literal.gd
|
…
|
|
|
typed_array_init_with_untyped_in_literal.out
|
…
|
|
|
typed_assignment.gd
|
…
|
|
|
typed_assignment.out
|
…
|
|
|
use_conversion_assign_with_variant_value.gd
|
…
|
|
|
use_conversion_assign_with_variant_value.out
|
…
|
|
|
utility_func_as_callable.gd
|
GDScript: Allow utility functions to be used as `Callable`
|
2024-01-05 21:16:53 +03:00 |
|
utility_func_as_callable.out
|
GDScript: Allow utility functions to be used as `Callable`
|
2024-01-05 21:16:53 +03:00 |