summaryrefslogtreecommitdiffstats
path: root/core/io
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #56943 from V-Sekai/override-importRémi Verschelde2022-02-052-3/+7
|\
| * Make add_importer and add_post_importer_plugin override existing importers.K. S. Ernest (iFire) Lee2022-01-192-3/+7
* | Merge pull request #49775 from fire/faster-cvttRémi Verschelde2022-02-052-0/+132
|\ \
| * | Faster CVTT by reducing quality.K. S. Ernest (iFire) Lee2022-02-042-0/+132
* | | [Net] Fix bogus FileAccessNetwork deconstructor.Fabio Alessandrelli2022-02-051-1/+0
|/ /
* | Cleanup and move char functions to the `char_utils.h` header.bruvzg2022-02-046-15/+15
* | Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde2022-02-036-7/+7
|\ \
| * | String: Add contains().Anilforextra2022-02-046-7/+7
* | | [Net] Non-blocking request in HTTPClientTCP.Fabio Alessandrelli2022-02-032-12/+31
* | | Merge pull request #56771 from mhilbrunner/unacceptableFabio Alessandrelli2022-02-024-28/+44
|\ \ \ | |/ / |/| |
| * | Verify custom HTTP headers, fix off by one errorMax Hilbrunner2022-01-273-0/+17
| * | HTTP comment cleanupMax Hilbrunner2022-01-272-28/+27
* | | Vectors: Use clear() and has().Anilforextra2022-02-023-6/+6
* | | [Net] Simplify IP resolution code, fix caching.Fabio Alessandrelli2022-01-291-30/+12
* | | Merge pull request #57116 from bruvzg/win_net_shareRémi Verschelde2022-01-281-2/+6
|\ \ \
| * | | [Windows] Add support for handling network share paths.bruvzg2022-01-241-2/+6
* | | | Merge pull request #57205 from TechnoPorg/variant-template-castRémi Verschelde2022-01-271-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Allow method binds to take Object subclasses as argumentsTechnoPorg2022-01-251-0/+2
* | | | Fix translation with multiple sources for the same language.bruvzg2022-01-241-1/+1
| |/ / |/| |
* | | Merge pull request #56931 from lyuma/etcpak_po2Rémi Verschelde2022-01-231-3/+2
|\ \ \
| * | | Pad etcpak input to 4x4 blocks. Fixes #49981Lyuma2022-01-221-3/+2
| | |/ | |/|
* | | [Net] Fix get_response_body_length for large files.Fabio Alessandrelli2022-01-233-3/+3
* | | Rename or refactor macros to avoid leading underscoresOmar Polo2022-01-201-3/+2
* | | Fix locale always selecting translation instead of "en", when no match found.bruvzg2022-01-191-1/+1
|/ /
* | Improve locale detection.bruvzg2022-01-181-19/+7
* | Remove support for PVRTC texture encoding and decodingHugo Locurcio2022-01-142-57/+1
|/
* Merge pull request #56492 from akien-mga/remove-author-docstringsRémi Verschelde2022-01-121-2/+0
|\
| * Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-2/+0
* | Rename Variant enum members in resource_format_binary.cppAaron Franke2022-01-061-6/+6
* | Merge pull request #56224 from Calinou/variant-rename-packed-array-constantsRémi Verschelde2022-01-061-30/+30
|\ \
| * | Rename Variant Packed*Array constants for consistencyHugo Locurcio2021-12-241-30/+30
* | | Fix multiple missing UTF-8 decoding.bruvzg2022-01-062-3/+3
* | | Merge pull request #53434 from Faless/io/4.x_file_access_compressedRémi Verschelde2022-01-061-2/+2
|\ \ \
| * | | [File] Fix FileAccessCompressed::get_buffer return value.Fabio Alessandrelli2021-10-051-2/+2
* | | | Merge pull request #56331 from Cnidarias/large_http_downloadsFabio Alessandrelli2022-01-041-2/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix http limitation for large "content-length"Cnidarias2021-12-301-2/+2
| | |/ | |/|
* / | Update copyright statements to 2022Rémi Verschelde2022-01-0380-160/+160
|/ /
* | Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-0911-46/+46
* | Merge pull request #47257 from timothyqiu/http-client-proxyRémi Verschelde2021-12-064-8/+111
|\ \
| * | Adds proxy support for HTTPClientHaoyu Qiu2021-11-244-8/+111
* | | Fix console colors on WindowsYuri Roubinsky2021-11-261-1/+1
* | | Project feature warning systemAaron Franke2021-11-241-1/+3
* | | Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb()kleonc2021-11-232-30/+31
* | | Add Image::fill_rect methodkleonc2021-11-232-6/+34
|/ /
* | Fix crash when executing PackedDataContainer._iter_initHaoyu Qiu2021-11-211-0/+4
* | Fix divide by zero in pck_packerPaulb232021-11-172-2/+3
* | Add path to functions that return iporter optionsreduz2021-11-141-2/+2
* | String: Remove `erase` method, bindings can't mutate StringRémi Verschelde2021-11-111-2/+1
* | Add is_built_in() method to Resourcekobewi2021-11-042-4/+5
* | clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-282-4/+4