summaryrefslogtreecommitdiffstats
path: root/tests/core/io/test_image.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Image CowData crash when baking large lightmapsHugo Locurcio2024-07-191-6/+6
* [Tests] Fix various unit tests on minimal buildsA Thousand Ships2024-07-181-0/+10
* Use subfolder for temporary test fileskobewi2024-06-051-2/+2
* Fix some additional errors with 3D disabledA Thousand Ships2024-02-231-1/+4
* Fix running tests in template buildsA Thousand Ships2024-02-221-0/+3
* Added error to catch conversion on invalid imagersburke42023-12-101-0/+23
* Revert "Implement loading DDS textures at run-time"clayjohn2023-08-291-10/+0
* SCons: Disable C++ exception handlingRémi Verschelde2023-08-161-4/+2
* Implement loading DDS textures at run-timeMarcin Nowak2023-07-311-0/+10
* Merge pull request #74238 from bitsawer/fix_image_convertYuri Sizov2023-07-121-0/+80
|\
| * Fix Image.convert() overwriting custom mipmapsbitsawer2023-03-021-0/+80
* | Grayscale fix for Image::premultiply_alpha() and Image::convert(FORMAT_L8) wh...Kory Postma2023-05-271-0/+21
|/
* Fail instead of segfaulting in IO testsmyaaaaaaaaa2023-01-311-0/+5
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Rename Image's `get_rect` to `get_region`Micky2022-11-011-1/+1
* Change all WEBP strings and comments to WebPDeeJayLSP2022-10-281-2/+2
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-0/+1
* Use integer types in Image and ImageTexture methodsFireForge2022-07-181-19/+19
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-5/+5
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Add Image::fill_rect methodkleonc2021-11-231-3/+47
* Move and organize tests into subfoldersAaron Franke2021-11-071-0/+259