virtualx-engine/modules/gdscript/tests/scripts/runtime/features
George Marques 4c14051b3f
Zero Dictionary and Array variants when changing type with reset
So they don't reference to the old values anymore and instead refer to
a new value.
2021-10-14 11:22:17 -03:00
..
arrays_arent_shared.gd Zero Dictionary and Array variants when changing type with reset 2021-10-14 11:22:17 -03:00
arrays_arent_shared.out Zero Dictionary and Array variants when changing type with reset 2021-10-14 11:22:17 -03:00
assign_member_with_operation.gd GDScript: Fix member assignment with operation 2021-10-04 14:09:54 -03:00
assign_member_with_operation.out GDScript: Fix member assignment with operation 2021-10-04 14:09:54 -03:00
compare-builtin-equals-null.gd Allow comparing equality between builtin types and null 2021-09-17 12:33:52 -03:00
compare-builtin-equals-null.out Allow comparing equality between builtin types and null 2021-09-17 12:33:52 -03:00
compare-builtin-not-equals-null.gd Allow comparing equality between builtin types and null 2021-09-17 12:33:52 -03:00
compare-builtin-not-equals-null.out Allow comparing equality between builtin types and null 2021-09-17 12:33:52 -03:00
compare-null-equals-builtin.gd Allow comparing equality between builtin types and null 2021-09-17 12:33:52 -03:00
compare-null-equals-builtin.out Allow comparing equality between builtin types and null 2021-09-17 12:33:52 -03:00
compare-null-not-equals-builtin.gd Allow comparing equality between builtin types and null 2021-09-17 12:33:52 -03:00
compare-null-not-equals-builtin.out Allow comparing equality between builtin types and null 2021-09-17 12:33:52 -03:00
dictionaries_arent_shared.gd Zero Dictionary and Array variants when changing type with reset 2021-10-14 11:22:17 -03:00
dictionaries_arent_shared.out Zero Dictionary and Array variants when changing type with reset 2021-10-14 11:22:17 -03:00
lua_assign.gd Fix LUA-style assignment in Dictionary 2021-10-05 12:17:13 +02:00
lua_assign.out Fix LUA-style assignment in Dictionary 2021-10-05 12:17:13 +02:00
property_with_operator_assignment.gd GDScript: Fix assignment with operation for properties 2021-09-29 10:54:16 -03:00
property_with_operator_assignment.out GDScript: Fix assignment with operation for properties 2021-09-29 10:54:16 -03:00
recursion.gd Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
recursion.out Add more integration tests to the GDScript test suite 2021-09-15 19:57:39 +02:00
stringify.gd Enhance and cleanup stringify for Vector 2021-10-09 06:19:25 +00:00
stringify.out Enhance and cleanup stringify for Vector 2021-10-09 06:19:25 +00:00