Danil Alexeev b004f8180e GDScript: Allow constant expressions in annotations il y a 2 ans
..
array_string_stringname_equivalent.gd 44d1d72af1 Add GDScript `.editorconfig` rules il y a 2 ans
array_string_stringname_equivalent.out e79be6ce07 Unify String and StringName il y a 2 ans
arrays_arent_shared.gd 4c14051b3f Zero Dictionary and Array variants when changing type with reset il y a 3 ans
arrays_arent_shared.out 4c14051b3f Zero Dictionary and Array variants when changing type with reset il y a 3 ans
assign_member_with_operation.gd 84956fee4b GDScript: Fix member assignment with operation il y a 3 ans
assign_member_with_operation.out 84956fee4b GDScript: Fix member assignment with operation il y a 3 ans
await_on_void.gd b004f8180e GDScript: Allow constant expressions in annotations il y a 2 ans
await_on_void.out a1309f1f42 GDScript: Allow using await on calls to void functions il y a 2 ans
await_without_coroutine.gd 056a54db7b GDScript: Properly return value with await on non-coroutine il y a 3 ans
await_without_coroutine.out 056a54db7b GDScript: Properly return value with await on non-coroutine il y a 3 ans
chain_assignment_works.gd a0608bd891 Fix set chain bug with jump_if_shared il y a 3 ans
chain_assignment_works.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays il y a 2 ans
compare-builtin-equals-null.gd d7d130295e Support for checking that Projection is(not) null il y a 2 ans
compare-builtin-equals-null.out d7d130295e Support for checking that Projection is(not) null il y a 2 ans
compare-builtin-not-equals-null.gd d7d130295e Support for checking that Projection is(not) null il y a 2 ans
compare-builtin-not-equals-null.out d7d130295e Support for checking that Projection is(not) null il y a 2 ans
compare-null-equals-builtin.gd 455e142d37 Allow comparing equality between builtin types and null il y a 4 ans
compare-null-equals-builtin.out 455e142d37 Allow comparing equality between builtin types and null il y a 4 ans
compare-null-not-equals-builtin.gd 455e142d37 Allow comparing equality between builtin types and null il y a 4 ans
compare-null-not-equals-builtin.out 455e142d37 Allow comparing equality between builtin types and null il y a 4 ans
conversion_for_default_parameter.gd a8c2f8a0e1 GDScript: Fix missing conversion for default argument values il y a 2 ans
conversion_for_default_parameter.out a8c2f8a0e1 GDScript: Fix missing conversion for default argument values il y a 2 ans
dictionaries_arent_shared.gd 4c14051b3f Zero Dictionary and Array variants when changing type with reset il y a 3 ans
dictionaries_arent_shared.out 4c14051b3f Zero Dictionary and Array variants when changing type with reset il y a 3 ans
dictionary_string_stringname_equivalent.gd 44d1d72af1 Add GDScript `.editorconfig` rules il y a 2 ans
dictionary_string_stringname_equivalent.out e79be6ce07 Unify String and StringName il y a 2 ans
does_not_override_temp_values.gd b004f8180e GDScript: Allow constant expressions in annotations il y a 2 ans
does_not_override_temp_values.out 66fda2aeea GDScript: Fix temp values being written without proper clear il y a 2 ans
for_loop_iterator_types.gd 40613ebd21 GDScript: Fix typing of iterator in for loop il y a 2 ans
for_loop_iterator_types.out 40613ebd21 GDScript: Fix typing of iterator in for loop il y a 2 ans
gdscript.gd b004f8180e GDScript: Allow constant expressions in annotations il y a 2 ans
gdscript.out e3e55b29ce Add default virtual `gdscript://` path to `GDScript` instances il y a 2 ans
lambda_use_self.gd 01d13ab2c1 GDScript: Allow using self in lambdas il y a 3 ans
lambda_use_self.out 01d13ab2c1 GDScript: Allow using self in lambdas il y a 3 ans
lua_assign.gd 9e5fdbc79d Fix LUA-style assignment in Dictionary il y a 3 ans
lua_assign.out 9e5fdbc79d Fix LUA-style assignment in Dictionary il y a 3 ans
match_string_stringname_equivalent.gd e79be6ce07 Unify String and StringName il y a 2 ans
match_string_stringname_equivalent.out e79be6ce07 Unify String and StringName il y a 2 ans
parameter_shadowing.gd 44d1d72af1 Add GDScript `.editorconfig` rules il y a 2 ans
parameter_shadowing.out 97280279ee Fix incomplete shadowing of member properties by parameters il y a 2 ans
params_default_values.gd 960a26f6c0 GDScript: Fix parsing default parameter values from function calls il y a 3 ans
params_default_values.out 960a26f6c0 GDScript: Fix parsing default parameter values from function calls il y a 3 ans
property_with_operator_assignment.gd 991f4d8527 GDScript: Fix assignment with operation for properties il y a 3 ans
property_with_operator_assignment.out 991f4d8527 GDScript: Fix assignment with operation for properties il y a 3 ans
range_optimized_in_for_has_int_iterator.gd c268e3a235 GDScript Fix type mismatch in optimized single arg `range` il y a 2 ans
range_optimized_in_for_has_int_iterator.out c268e3a235 GDScript Fix type mismatch in optimized single arg `range` il y a 2 ans
range_returns_ints.gd c268e3a235 GDScript Fix type mismatch in optimized single arg `range` il y a 2 ans
range_returns_ints.out c268e3a235 GDScript Fix type mismatch in optimized single arg `range` il y a 2 ans
recursion.gd c6ca09dc6f Add more integration tests to the GDScript test suite il y a 4 ans
recursion.out c6ca09dc6f Add more integration tests to the GDScript test suite il y a 4 ans
standalone-calls-do-not-write-to-nil.gd b004f8180e GDScript: Allow constant expressions in annotations il y a 2 ans
standalone-calls-do-not-write-to-nil.out a3816434a6 GDScript: Don't use the NIL address to hold return value of functions il y a 2 ans
string_stringname_equivalent.gd e79be6ce07 Unify String and StringName il y a 2 ans
string_stringname_equivalent.out e79be6ce07 Unify String and StringName il y a 2 ans
stringify.gd d03b7fbe09 Refactored Node3D rotation modes il y a 3 ans
stringify.out 6afbf0bd5a Improve dictionary printing to avoid confusion with arrays il y a 2 ans
typed_assignment.gd bbb21c3fd5 Fix type adjustment skipped when value is considered both not hard and not variant il y a 2 ans
typed_assignment.out bbb21c3fd5 Fix type adjustment skipped when value is considered both not hard and not variant il y a 2 ans
use_conversion_assign_with_variant_value.gd b004f8180e GDScript: Allow constant expressions in annotations il y a 2 ans
use_conversion_assign_with_variant_value.out 04d0e851ea GDScript: Fix use of conversion assign for variant values il y a 2 ans