virtualx-engine/tests/core/io
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
..
test_config_file.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
test_file_access.h Improve error reporting when parsing CSV translation file 2023-06-19 12:47:44 +02:00
test_http_client.h Add HTTPClient unit tests 2023-06-21 11:53:55 +02:00
test_image.h Merge pull request #74238 from bitsawer/fix_image_convert 2023-07-12 17:15:39 +02:00
test_json.h Disallow invalid escape sequences in JSON.parse 2023-06-30 21:28:36 +02:00
test_marshalls.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
test_pck_packer.h Standardize and Optimize blue robot SVG 2023-06-12 18:12:40 +02:00
test_resource.h Fix crash when saving resources with circular references 2023-07-14 19:20:04 +02:00
test_xml_parser.h [GDExtension] Expose some low level functions and String operators. 2023-01-19 12:50:49 +02:00