summaryrefslogtreecommitdiff
path: root/core/io
AgeCommit message (Expand)Author
2022-03-28String: Remove TTR and DTR defines in non-tools buildRémi Verschelde
2022-03-27[Net] Drop is_connected_to_host for TCP and UDP.Fabio Alessandrelli
2022-03-27[Net] Make StreamPeerTCP::_poll_connection explicit.Fabio Alessandrelli
2022-03-26Object: Remove unused category boilerplateRémi Verschelde
2022-03-23Increase the maximum number of concurrent DNS queries from 32 to 256Hugo Locurcio
2022-03-23Fix crash when exporting projects with shared librariesHaoyu Qiu
2022-03-18Add binary MO translation file support.bruvzg
2022-03-17Unify TextServer built-in module and GDExtension code.bruvzg
2022-03-15Merge pull request #45263 from KoBeWi/😕Rémi Verschelde
2022-03-12Merge pull request #58772 from keptsecret/fix_filedialog_user_data_accessRémi Verschelde
2022-03-11Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde
2022-03-10Discern between virtual and abstract class bindingsreduz
2022-03-09fixed unable to change directory in user access modekeptsecret
2022-03-09Change some math macros to constexprkobewi
2022-03-07Merge pull request #57930 from piiertho/bugfix/add-none-flag-to-resource-saverRémi Verschelde
2022-03-07Fix ResourceSaver::save method exposition flag parameterPierre-Thomas Meisels
2022-02-25Print every file exported with `PCKPacker.flush()`s verbose parameterHugo Locurcio
2022-02-19Merge pull request #58166 from Zylann/fix_binary_resource_with_doublesRémi Verschelde
2022-02-19Merge pull request #58205 from Zylann/fix_variant_encode_with_doublesRémi Verschelde
2022-02-18Fix decompression functions not returning errcodesRicardo Subtil
2022-02-16Add missing flag when encode_variant writes math types with doublesMarc Gilleron
2022-02-16Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde
2022-02-16Fix loading of binary resources with 64-bit floatsMarc Gilleron
2022-02-14Fixed variant decoding Segmentation FaultMax
2022-02-14[ResourceUID] Use CryptoCore::RandomGenerator for IDs.Fabio Alessandrelli
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