behaviour-tree-test/modules/gdscript/tests/scripts/runtime/features
George Marques a3816434a6
GDScript: Don't use the NIL address to hold return value of functions
This prevents that the NIL address is filled with another value, which
causes problems for some instructions that read from NIL.
2023-01-09 09:20:18 -03:00
..
array_string_stringname_equivalent.gd GDScript: Error when assigning return value of void function 2022-12-30 12:08:58 -03:00
array_string_stringname_equivalent.out Unify String and StringName 2022-12-05 21:46:47 -05:00
arrays_arent_shared.gd
arrays_arent_shared.out
assign_member_with_operation.gd
assign_member_with_operation.out
await_without_coroutine.gd
await_without_coroutine.out
chain_assignment_works.gd Fix set chain bug with jump_if_shared 2022-06-28 18:45:27 +03:00
chain_assignment_works.out Improve dictionary printing to avoid confusion with arrays 2022-10-04 20:33:40 +02:00
compare-builtin-equals-null.gd Support for checking that Projection is(not) null 2022-11-01 20:49:52 +01:00
compare-builtin-equals-null.out Support for checking that Projection is(not) null 2022-11-01 20:49:52 +01:00
compare-builtin-not-equals-null.gd Support for checking that Projection is(not) null 2022-11-01 20:49:52 +01:00
compare-builtin-not-equals-null.out Support for checking that Projection is(not) null 2022-11-01 20:49:52 +01:00
compare-null-equals-builtin.gd
compare-null-equals-builtin.out
compare-null-not-equals-builtin.gd
compare-null-not-equals-builtin.out
dictionaries_arent_shared.gd
dictionaries_arent_shared.out
dictionary_string_stringname_equivalent.gd Unify String and StringName 2022-12-05 21:46:47 -05:00
dictionary_string_stringname_equivalent.out Unify String and StringName 2022-12-05 21:46:47 -05:00
lambda_use_self.gd
lambda_use_self.out
lua_assign.gd
lua_assign.out
match_string_stringname_equivalent.gd Unify String and StringName 2022-12-05 21:46:47 -05:00
match_string_stringname_equivalent.out Unify String and StringName 2022-12-05 21:46:47 -05:00
parameter_shadowing.gd Fix incomplete shadowing of member properties by parameters 2022-12-06 00:22:56 +02:00
parameter_shadowing.out Fix incomplete shadowing of member properties by parameters 2022-12-06 00:22:56 +02:00
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 GDScript Fix type mismatch in optimized single arg range 2022-11-02 13:20:47 +01:00
range_optimized_in_for_has_int_iterator.out GDScript Fix type mismatch in optimized single arg range 2022-11-02 13:20:47 +01:00
range_returns_ints.gd GDScript Fix type mismatch in optimized single arg range 2022-11-02 13:20:47 +01:00
range_returns_ints.out GDScript Fix type mismatch in optimized single arg range 2022-11-02 13:20:47 +01:00
recursion.gd
recursion.out
standalone-calls-do-not-write-to-nil.gd GDScript: Don't use the NIL address to hold return value of functions 2023-01-09 09:20:18 -03:00
standalone-calls-do-not-write-to-nil.out GDScript: Don't use the NIL address to hold return value of functions 2023-01-09 09:20:18 -03:00
string_stringname_equivalent.gd Unify String and StringName 2022-12-05 21:46:47 -05:00
string_stringname_equivalent.out Unify String and StringName 2022-12-05 21:46:47 -05:00
stringify.gd
stringify.out Improve dictionary printing to avoid confusion with arrays 2022-10-04 20:33:40 +02:00
typed_assignment.gd Fix type adjustment skipped when value is considered both not hard and not variant 2022-12-25 17:11:30 +03:00
typed_assignment.out Fix type adjustment skipped when value is considered both not hard and not variant 2022-12-25 17:11:30 +03:00