summaryrefslogtreecommitdiff
path: root/core/io
AgeCommit message (Expand)Author
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-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