summaryrefslogtreecommitdiff
path: root/core/io
AgeCommit message (Expand)Author
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-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-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-17doc: Replace some more "val" with "value" + syncRémi Verschelde
2018-01-12fix set_stream_peer binding in PacketPeerPaul Joannon
2018-01-12Bind many more properties to scriptsBojidar Marinov
2018-01-11Dont print error when loading resource from cacheRuslan Mustakov
2018-01-06Removed PBM bitmap loader, added abiliy to importi mages as bitmap. Fixes #14828Juan Linietsky
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-18Use a different strategy for path remaps, try loading from a remap file instead.Juan Linietsky
2017-12-15Remove "const" from PacketPeer get_packet/get_varFabio Alessandrelli
2017-12-15Fix javascript build error and improve #14604Fabio Alessandrelli
2017-12-15fix compile issueJuan Linietsky
2017-12-15-Added new scene conversion to binary on export (disabled by default, please ...Juan Linietsky
2017-12-15Merge pull request #14604 from mhilbrunner/http-defaultsRémi Verschelde
2017-12-14GDScript files are converted to binary on export now.Juan Linietsky
2017-12-14HTTP cleanup & better defaultsmhilbrunner
2017-12-12HTTPClient: Add PATCH method and missing HTTP status codesmhilbrunner
2017-12-10Style: Re-apply clang-format over recent invalid additionsRémi Verschelde
2017-12-07Style: Apply new clang-format 5.0 style to all filesRémi Verschelde
2017-12-07Style: Apply clang-format again on all filesRémi Verschelde
2017-12-06Merge pull request #12603 from GodotExplorer/beautify-jsonRémi Verschelde
2017-11-27Fix javascript build after bc2e8d99Rémi Verschelde
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-22Merge pull request #13176 from bojidar-bg/allow-subproperty-setJuan Linietsky
2017-11-22Fix combatibility with older .scn filesBojidar Marinov
2017-11-21Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde
2017-11-21Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov
2017-11-21Return and repair file loggingRuslan Mustakov
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-13Implement HTTPClient in HTML5 platformLeon Krause
2017-11-07Add indent and sort keys support for JSON.printGeequlim
2017-11-04make ConfigFile sections orderedKarroffel
2017-11-03make ConfigFile use OrderedHashMapKarroffel
2017-10-27Merge pull request #12423 from tagcup/zstd_1.3.2Rémi Verschelde
2017-10-27Add an option to use zstd's recently introduced long range matching (off by d...Ferenc Arn
2017-10-26Update zstd to 1.3.2.Ferenc Arn
2017-10-26Remove HTTPClient::send_body_text and ::send_body_dataLeon Krause
2017-10-21Cleanup unnecessary debug printsRémi Verschelde
2017-10-20Fix rotated logger naming and backup deletionRuslan Mustakov
2017-10-13Remove junk outputRuslan Mustakov