summaryrefslogtreecommitdiff
path: root/core/io
AgeCommit message (Expand)Author
2022-02-12Fix resource reuse in binary loaderreduz
2022-02-10Fix typos with codespellRémi Verschelde
2022-02-07ResourceImporter: Restore default append logic for new importersRémi Verschelde
2022-02-05Merge pull request #56943 from V-Sekai/override-importRémi Verschelde
2022-02-05Merge pull request #49775 from fire/faster-cvttRémi Verschelde
2022-02-05[Net] Fix bogus FileAccessNetwork deconstructor.Fabio Alessandrelli
2022-02-04Faster CVTT by reducing quality.K. S. Ernest (iFire) Lee
2022-02-04Cleanup and move char functions to the `char_utils.h` header.bruvzg
2022-02-03Merge pull request #57562 from AnilBK/string-add-containsRémi Verschelde
2022-02-04String: Add contains().Anilforextra
2022-02-03[Net] Non-blocking request in HTTPClientTCP.Fabio Alessandrelli
2022-02-02Merge pull request #56771 from mhilbrunner/unacceptableFabio Alessandrelli
2022-02-02Vectors: Use clear() and has().Anilforextra
2022-01-29[Net] Simplify IP resolution code, fix caching.Fabio Alessandrelli
2022-01-28Merge pull request #57116 from bruvzg/win_net_shareRémi Verschelde
2022-01-27Merge pull request #57205 from TechnoPorg/variant-template-castRémi Verschelde
2022-01-27Verify custom HTTP headers, fix off by one errorMax Hilbrunner
2022-01-27HTTP comment cleanupMax Hilbrunner
2022-01-25Allow method binds to take Object subclasses as argumentsTechnoPorg
2022-01-24Fix translation with multiple sources for the same language.bruvzg
2022-01-24[Windows] Add support for handling network share paths.bruvzg
2022-01-23Merge pull request #56931 from lyuma/etcpak_po2Rémi Verschelde
2022-01-22Pad etcpak input to 4x4 blocks. Fixes #49981Lyuma
2022-01-23[Net] Fix get_response_body_length for large files.Fabio Alessandrelli
2022-01-20Rename or refactor macros to avoid leading underscoresOmar Polo
2022-01-19Fix locale always selecting translation instead of "en", when no match found.bruvzg
2022-01-19Make add_importer and add_post_importer_plugin override existing importers.K. S. Ernest (iFire) Lee
2022-01-18Improve locale detection.bruvzg
2022-01-14Remove support for PVRTC texture encoding and decodingHugo Locurcio
2022-01-12Merge pull request #56492 from akien-mga/remove-author-docstringsRémi Verschelde
2022-01-06Rename Variant enum members in resource_format_binary.cppAaron Franke
2022-01-06Merge pull request #56224 from Calinou/variant-rename-packed-array-constantsRémi Verschelde
2022-01-06Fix multiple missing UTF-8 decoding.bruvzg
2022-01-06Merge pull request #53434 from Faless/io/4.x_file_access_compressedRémi Verschelde
2022-01-04Style: Remove inconsistently used `@author` docstringsRémi Verschelde
2022-01-04Merge pull request #56331 from Cnidarias/large_http_downloadsFabio Alessandrelli
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-30Fix http limitation for large "content-length"Cnidarias
2021-12-24Rename Variant Packed*Array constants for consistencyHugo Locurcio
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-12-06Merge pull request #47257 from timothyqiu/http-client-proxyRémi Verschelde
2021-11-26Fix console colors on WindowsYuri Roubinsky
2021-11-24Project feature warning systemAaron Franke
2021-11-24Adds proxy support for HTTPClientHaoyu Qiu
2021-11-23Image Use memcpy() in fill(), fill_rect(), _put_pixelb(), _get_pixelb()kleonc
2021-11-23Add Image::fill_rect methodkleonc
2021-11-21Fix crash when executing PackedDataContainer._iter_initHaoyu Qiu
2021-11-17Fix divide by zero in pck_packerPaulb23
2021-11-14Add path to functions that return iporter optionsreduz
2021-11-11String: Remove `erase` method, bindings can't mutate StringRémi Verschelde