godot/tests/core/io
Hugo Locurcio 0445ccf428
Fix Image CowData crash when baking large lightmaps
This switches to 64-bit integers in select locations of the Image
class, so that image resolutions of 16384×16384 (used by
lightmap texture arrays) can be used properly. Values that are larger
should also work.

VRAM compression is also supported, although most VRAM-compressed
formats are limited to individual slices of 16384×16384. WebP
is limited to 16383×16383 due to format limitations.
2024-07-19 16:04:30 +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 [Tests] Fix various unit tests on minimal builds 2024-07-18 15:17:28 +02:00
test_image.h Fix Image CowData crash when baking large lightmaps 2024-07-19 16:04:30 +02:00
test_ip.h Add unit test for resolve_hostname 2024-04-10 14:19:04 +02:00
test_json.h [String] Fix Unicode parsing error message encoding and related JSON tests. 2023-07-28 12:27:01 +03:00
test_marshalls.h Core: Add typed array support for binary serialization 2024-03-20 11:37:41 +03:00
test_pck_packer.h Use subfolder for temporary test files 2024-06-05 20:31:42 +02:00
test_resource.h Use subfolder for temporary test files 2024-06-05 20:31:42 +02:00
test_xml_parser.h [GDExtension] Expose some low level functions and String operators. 2023-01-19 12:50:49 +02:00