summaryrefslogtreecommitdiff
path: root/core/io
AgeCommit message (Expand)Author
2018-08-04ResourceFormatLoaderImage::get_resource_type now uses file pathwillnationsdev
2018-07-29It is now possible to import images as a separate resource, closes #5738 and ...Juan Linietsky
2018-07-29Fix marshalls size checks.Fabio Alessandrelli
2018-07-26doc: Sync classref with current sourceRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-24Fix loading PO files with missing newline after last msgstrRémi Verschelde
2018-07-16HTTP client now uses non blocking handshakeFabio Alessandrelli
2018-07-16Implement non blocking-handshake for StreamPeerSSLFabio Alessandrelli
2018-07-08MultiplayerAPI::send_bytes transfer mode support.Fabio Alessandrelli
2018-07-04Fix CORS problems due to added headers on JS targetGagaPete
2018-06-12Fixed regression making the logger not respect the max files limit.Michael Alexsander Silva Dias
2018-05-30Don't add a period to a log file name if it has no extension.Michael Alexsander Silva Dias
2018-05-29New sync RPC modes to match all combinationsFabio Alessandrelli
2018-05-29Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-29Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner
2018-05-28Fix for not picking up locale of some .po translation filesFabian
2018-05-26Merge pull request #18279 from RandomShaper/allow-naive-httpMax Hilbrunner
2018-05-26New sync RPC modes to match all combinationsFabio Alessandrelli
2018-05-26Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-22Allow body-up-to-EOF HTTP responsesPedro J. Estébanez
2018-05-16Add missing copyright headersGuilherme Felipe
2018-05-12Allow sending raw bytes through MultiplayerAPIFabio Alessandrelli
2018-05-09Merge pull request #18709 from Faless/multiplayer_docsMax Hilbrunner
2018-05-08Merge pull request #15305 from poke1024/checks-peerJuan Linietsky
2018-05-08Internal methods in MultiplayerAPI start with _Fabio Alessandrelli
2018-05-07Merge pull request #16033 from poke1024/marshalls-dictJuan Linietsky
2018-05-02Merge pull request #18520 from paulloz/gdscript-api-string-pathRémi Verschelde
2018-04-30fix API string pathPaul Joannon
2018-04-19PCKPacker:pck_start(): Update versionMax Hilbrunner
2018-04-12Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez
2018-04-08Merge pull request #17227 from Faless/multiplayer_apiJuan Linietsky
2018-04-07Merge pull request #17583 from RandomShaper/enhance-uri-utilsJuan Linietsky
2018-04-07Merge pull request #17636 from rainerdeyke/fix_issue_17585Juan Linietsky
2018-04-03Generalize SSL cert reading from fileFabio Alessandrelli
2018-03-27Enhance HTTPClient.query_string_from_dict()Pedro J. Estébanez
2018-03-27Unify http- and percent- encode/decodePedro J. Estébanez
2018-03-24Fixes scene corruption when updating dependencies.Rainer Deyke
2018-03-18Fix listing files inside directory in pack filePedro J. Estébanez
2018-03-15Merge pull request #17237 from RandomShaper/fix-ssl-handshakeFabio Alessandrelli
2018-03-04Fix garbage in string padding.Andrew Dunai
2018-03-04Fix wrong SSL handshakePedro J. Estébanez
2018-03-03Add new MultiplayerAPI classFabio Alessandrelli
2018-02-21Fix typos with codespellluz.paz
2018-02-17Clean up some bad words from code commentsArtem Varaksa
2018-02-14Merge pull request #16169 from hungrymonkey/issue_16160Rémi Verschelde
2018-02-14Add mbedtls moduleFabio Alessandrelli
2018-01-30Display set_nodelay to GDScriptMarlon Henry Schweigert
2018-01-29Change function signature from float to double to match type get_doubleCloses...hungrymonkey
2018-01-24Detects crash-related marshalling errors due to NAN valuesBernhard Liebl