summaryrefslogtreecommitdiffstats
path: root/tests/core/io
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #95931 from pafuent/adding_packet_peer_testsRémi Verschelde2024-10-011-0/+204
|\
| * Add unit tests for PacketPeerPablo Andres Fuente2024-10-011-0/+204
* | Add unit tests for StreamPeer and StreamPeerBufferPablo Andres Fuente2024-10-012-0/+474
|/
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-1/+1
* Ability to convert native engine types to JSON and back.K. S. Ernest (iFire) Lee2024-08-291-0/+160
* Fix Image CowData crash when baking large lightmapsHugo Locurcio2024-07-191-6/+6
* [Tests] Fix various unit tests on minimal buildsA Thousand Ships2024-07-182-0/+14
* Use subfolder for temporary test fileskobewi2024-06-053-10/+10
* Suppressed expected errors for uncached resources.killzebug2024-04-221-0/+5
* Add unit test for resolve_hostnameRevoluPowered2024-04-101-0/+51
* Core: Add typed array support for binary serializationDanil Alexeev2024-03-201-9/+69
* 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
* Fix errors when testing `Resource`A Thousand Ships2023-09-091-2/+2
* Revert "Implement loading DDS textures at run-time"clayjohn2023-08-291-10/+0
* SCons: Disable C++ exception handlingRémi Verschelde2023-08-161-4/+2
* Merge pull request #79980 from bruvzg/fix_test_str_errsRémi Verschelde2023-08-091-4/+6
|\
| * [String] Fix Unicode parsing error message encoding and related JSON tests.bruvzg2023-07-281-4/+6
* | Implement loading DDS textures at run-timeMarcin Nowak2023-07-311-0/+10
|/
* Fix crash when saving resources with circular referencesMaxim Kulkin2023-07-141-0/+52
* Merge pull request #74238 from bitsawer/fix_image_convertYuri Sizov2023-07-121-0/+80
|\
| * Fix Image.convert() overwriting custom mipmapsbitsawer2023-03-021-0/+80
* | Disallow invalid escape sequences in JSON.parseRedMser2023-06-301-0/+84
* | Add HTTPClient unit testsangel-7212023-06-211-0/+106
* | Improve error reporting when parsing CSV translation fileandybarcia2023-06-191-4/+6
* | Standardize and Optimize blue robot SVGMewPurPur2023-06-121-2/+2
* | 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-312-0/+9
* [GDExtension] Expose some low level functions and String operators.bruvzg2023-01-191-1/+1
* One Copyright Update to rule them allRémi Verschelde2023-01-058-232/+232
* [Tests] Replace Math::is_equal_approx with == and doctest::ApproxHendrik Brucker2022-11-051-1/+1
* 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
* Fix parsing of XML CDATA and add test casesHaoyu Qiu2022-09-091-0/+164
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-294-13/+13
* Tests: Silence some intentional errorsRémi Verschelde2022-08-041-0/+2
* File: Re-add support to skip CR (`\r`) in `File::get_as_text`Rémi Verschelde2022-08-011-0/+23
* Swap arguments of ResourceSaver.save()kobewi2022-07-291-2/+2
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-252-3/+4
* Use integer types in Image and ImageTexture methodsFireForge2022-07-181-19/+19
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-114-11/+9
* Refactor Object metadatareduz2022-03-241-3/+3
* Update copyright statements to 2022Rémi Verschelde2022-01-038-16/+16
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-1/+1
* Add Image::fill_rect methodkleonc2021-11-231-3/+47
* Fix divide by zero in pck_packerPaulb232021-11-171-11/+18
* Move and organize tests into subfoldersAaron Franke2021-11-078-0/+1288