summaryrefslogtreecommitdiff
path: root/core/io
AgeCommit message (Expand)Author
2019-06-03Fix errors when attempting to set UNIX permissions when unavailableHugo Locurcio
2019-05-30Merge pull request #25148 from capnm/capnm-print-corrupt-image-pathRémi Verschelde
2019-05-30Properly unlock mutexqarmin
2019-05-29FileAccessEncrypted: Be more explicit on decryption failureRémi Verschelde
2019-05-21Merge pull request #29011 from zann1x/masterRémi Verschelde
2019-05-20Style: Fix issues with clang-format 8.0Rémi Verschelde
2019-05-19Initialize padding on PoolByteArray serializationLukas Zanner
2019-05-19Fix typos with codespellRémi Verschelde
2019-05-12Better handle some self-RSET/RPC in MultiplayerAPIFabio Alessandrelli
2019-05-08Avoid _can_call_mode resetting error message in MultiplayerAPIFabio Alessandrelli
2019-04-07Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky
2019-04-20Merge pull request #24951 from Mr-Slurpy/local-rpc-sender-id-fixFabio Alessandrelli
2019-04-19Added ability for multiple images to be imported as an atlasJuan Linietsky
2019-04-18Compression: Set Zstd max window size via public parameterRémi Verschelde
2019-04-16Sender network id is now set to local network id for local rpc calls.Daniel Eliasinski
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
2019-04-05Revert "Properly explain RPC/RSET mode failure."Rémi Verschelde
2019-04-05Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde
2019-04-03Properly explain RPC/RSET mode failure.Fabio Alessandrelli
2019-04-02Enable warnings=extra on clang and GCC testers.marxin
2019-04-01Add object encoding param to serialization methodsFabio Alessandrelli
2019-04-01Multiplayer API now respects allow_object_decodingFabio Alessandrelli
2019-03-28Use same boolean for objects encode and decode.Fabio Alessandrelli
2019-03-16Merge pull request #25495 from IronicallySerious/fix-expand-macrosRémi Verschelde
2019-03-09Allow class_name scripts to have nested inheritanceGeorge Marques
2019-03-04Make sure ResurceLoader.exists works on imported files, fixes #23555Juan Linietsky
2019-03-04Better warnings when resources can't be saved. Fixes #26531Juan Linietsky
2019-02-27-Fix problem of order of import plugins, closes #26340Juan Linietsky
2019-02-27Merge pull request #26159 from marxin/fix-Wsuggest-attribute=formatRémi Verschelde
2019-02-27Merge pull request #26134 from marxin/fix-Wsign-compareRémi Verschelde
2019-02-27Fix GCC 5 build after #26331 and cleanup styleRémi Verschelde
2019-02-27Fix -Wsign-compare warnings.marxin
2019-02-27Fix -Wsuggest-attribute=format warnings.marxin
2019-02-26-Properly handle missing ETC support on exportJuan Linietsky
2019-02-24Prevent circular references to scene being saved, fixes #24384Juan Linietsky
2019-02-21Implement a cleaner (and better) way to save imagedata from ImageTexture, fix...Juan Linietsky
2019-02-20Add -Wshadow=local to warnings and fix reported issues.marxin
2019-02-20Fix HTTPClient keep alive with chunked encoding.Fabio Alessandrelli
2019-02-20HTTPClient read until EOF fixesFabio Alessandrelli
2019-02-18Fix parameterised macros in core. Addresses #25488IronicallySerious
2019-02-16Make resource loader cycle checker work on a per-thread basis.Juan Linietsky
2019-02-16Fix keep-alive without header in HTTP clientFabio Alessandrelli
2019-02-12Core: Ensure classes match their header filenameRémi Verschelde
2019-01-27Avoid cyclic resource loading of any type, fixes #22673Juan Linietsky
2019-01-26Fix code style issuesRémi Verschelde
2019-01-22Fixed possible crash in pck_packer.cpp due to wrong memory freeing.Ivan Ponomarev
2019-01-21Add function to obtain filesystem type from DirAccess.Juan Linietsky
2019-01-20Print the path of a corrupt imageMartin Capitanio
2019-01-15Don't reset MultiplayerAPI when setting same peer.Fabio Alessandrelli
2019-01-15Fix MultiplayerAPI initialization, clear.Fabio Alessandrelli