virtualx-engine/tests/core
Maxim Kulkin 058604f5b8 Fix crash when saving resources with circular references
When saving resources, marking of already seen resources was
done too late, causing infinite loop traversing referenced resources
and eventual stack overflow. The change marks traversed resource
before descending to it's children, thus when this resource is
encountered again, it is already marked as seen and traversal stops.
2023-07-14 19:20:04 +02:00
..
config One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
input Add Unit test for InputEventMouse 2023-01-29 14:09:53 +01:00
io Fix crash when saving resources with circular references 2023-07-14 19:20:04 +02:00
math Merge pull request #76936 from clayjohn/revert-hsl 2023-05-12 10:03:21 +02:00
object Fix various errors when running the unit tests 2023-05-09 18:40:56 +02:00
os One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
string Fix erroneous pad_zeros warning 2023-07-08 16:16:01 +03:00
templates Fix PagedArray.merge_unordered() dropping pages 2023-02-16 19:58:27 -05:00
threads Implement parallel foreach() for easier multithreading 2023-06-09 08:27:32 -04:00
variant Merge pull request #74730 from MarioLiebisch/fix-74726 2023-06-19 21:38:38 +02:00
test_crypto.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
test_hashing_context.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
test_time.h Explicitly cast to Variant's int type in Time tests 2023-02-20 14:46:21 -06:00