summaryrefslogtreecommitdiffstats
path: root/core/io
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29011 from zann1x/masterRémi Verschelde2019-05-211-1/+5
|\
| * Initialize padding on PoolByteArray serializationLukas Zanner2019-05-191-1/+5
* | Style: Fix issues with clang-format 8.0Rémi Verschelde2019-05-202-3/+2
* | Fix typos with codespellRémi Verschelde2019-05-192-2/+2
|/
* Better handle some self-RSET/RPC in MultiplayerAPIFabio Alessandrelli2019-05-121-6/+10
* Avoid _can_call_mode resetting error message in MultiplayerAPIFabio Alessandrelli2019-05-081-4/+6
* Add FileAccess::set_unix_permissions for Unix platformsJuan Linietsky2019-04-0710-0/+53
* Merge pull request #24951 from Mr-Slurpy/local-rpc-sender-id-fixFabio Alessandrelli2019-04-201-0/+13
|\
| * Sender network id is now set to local network id for local rpc calls.Daniel Eliasinski2019-04-161-0/+13
* | Added ability for multiple images to be imported as an atlasJuan Linietsky2019-04-194-0/+42
* | Compression: Set Zstd max window size via public parameterRémi Verschelde2019-04-181-2/+4
|/
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-092-4/+10
* Revert "Properly explain RPC/RSET mode failure."Rémi Verschelde2019-04-051-9/+7
* Fix -Wimplicit-fallthrough warnings from GCC 8Rémi Verschelde2019-04-051-1/+2
* Properly explain RPC/RSET mode failure.Fabio Alessandrelli2019-04-031-7/+9
* Enable warnings=extra on clang and GCC testers.marxin2019-04-021-1/+1
* Add object encoding param to serialization methodsFabio Alessandrelli2019-04-016-29/+47
* Multiplayer API now respects allow_object_decodingFabio Alessandrelli2019-04-011-6/+6
* Use same boolean for objects encode and decode.Fabio Alessandrelli2019-03-283-25/+24
* Merge pull request #25495 from IronicallySerious/fix-expand-macrosRémi Verschelde2019-03-161-1/+1
|\
| * Fix parameterised macros in core. Addresses #25488IronicallySerious2019-02-181-1/+1
* | Allow class_name scripts to have nested inheritanceGeorge Marques2019-03-092-2/+2
* | Make sure ResurceLoader.exists works on imported files, fixes #23555Juan Linietsky2019-03-042-0/+6
* | Better warnings when resources can't be saved. Fixes #26531Juan Linietsky2019-03-043-0/+28
* | -Fix problem of order of import plugins, closes #26340Juan Linietsky2019-02-272-3/+7
* | Merge pull request #26159 from marxin/fix-Wsuggest-attribute=formatRémi Verschelde2019-02-271-6/+6
|\ \
| * | Fix -Wsuggest-attribute=format warnings.marxin2019-02-271-6/+6
* | | Merge pull request #26134 from marxin/fix-Wsign-compareRémi Verschelde2019-02-272-2/+2
|\ \ \
| * | | Fix -Wsign-compare warnings.marxin2019-02-272-2/+2
| |/ /
* | | Fix GCC 5 build after #26331 and cleanup styleRémi Verschelde2019-02-272-10/+12
* | | -Properly handle missing ETC support on exportJuan Linietsky2019-02-262-2/+62
|/ /
* | Prevent circular references to scene being saved, fixes #24384Juan Linietsky2019-02-242-1/+7
* | Implement a cleaner (and better) way to save imagedata from ImageTexture, fix...Juan Linietsky2019-02-212-2/+33
* | Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-205-20/+19
* | Fix HTTPClient keep alive with chunked encoding.Fabio Alessandrelli2019-02-202-2/+29
* | HTTPClient read until EOF fixesFabio Alessandrelli2019-02-201-39/+16
* | Make resource loader cycle checker work on a per-thread basis.Juan Linietsky2019-02-162-9/+51
* | Fix keep-alive without header in HTTP clientFabio Alessandrelli2019-02-161-7/+6
* | Core: Ensure classes match their header filenameRémi Verschelde2019-02-125-9/+9
|/
* Avoid cyclic resource loading of any type, fixes #22673Juan Linietsky2019-01-272-10/+128
* Fix code style issuesRémi Verschelde2019-01-262-2/+1
* Fixed possible crash in pck_packer.cpp due to wrong memory freeing.Ivan Ponomarev2019-01-221-1/+1
* Add function to obtain filesystem type from DirAccess.Juan Linietsky2019-01-212-0/+7
* Don't reset MultiplayerAPI when setting same peer.Fabio Alessandrelli2019-01-151-0/+2
* Fix MultiplayerAPI initialization, clear.Fabio Alessandrelli2019-01-151-0/+3
* Update zstd to 1.3.8Guilherme Felipe2019-01-031-3/+3
* Update copyright statements to 2019Rémi Verschelde2019-01-0167-134/+134
* Merge pull request #19501 from Zylann/custom_loadersRémi Verschelde2018-12-168-21/+385
|\
| * Added basic support for custom resource savers and loadersMarc Gilleron2018-12-158-21/+385
* | Moved member variables to initializer listWilson E. Alvarez2018-12-119-99/+90