summaryrefslogtreecommitdiff
path: root/core/io
AgeCommit message (Expand)Author
2016-12-20Remove extraneous line in .po reader, which caused it to disregard first lineBojidar Marinov
2016-11-01style: Fix PEP8 whitespace issues in Python filesRémi Verschelde
2016-10-30Set proper ip_type default for listen() and resolve_hostname()Fabio Alessandrelli
2016-10-30Add optional IP type param in TCP/UDP connect/set_send_addressFabio Alessandrelli
2016-10-30TCPServer listen now default to IP type ANY (v6 socket with v4 support)Fabio Alessandrelli
2016-10-26Merge pull request #6925 from godotengine/ipv6Rémi Verschelde
2016-10-20added windows support for ipv6, cleaned up unix codeAriel Manzur
2016-10-19address type for http clientAriel Manzur
2016-10-19fixed some byte order and parsing problemsAriel Manzur
2016-10-18adding ipv6Ariel Manzur
2016-10-17SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde
2016-10-01PCKPacker: moved from tools into core, fixes #4129J08nY
2016-09-10Merge pull request #6363 from vnen/winrtJuan Linietsky
2016-09-03Fix root path resolution on PCK fileGeorge Marques
2016-08-31More improvements to visual script..Juan Linietsky
2016-08-22Fix StreamPeerBuffer::duplicate() does not return valuevolzhs
2016-08-22-High Level protocol optimization (should be smaller)Juan Linietsky
2016-08-19Changed API to use sequenced packets for UDP (drop old)Juan Linietsky
2016-08-19Brand new networked multiplayerJuan Linietsky
2016-08-14Added high level networked multiplayer to Godot.Juan Linietsky
2016-08-14Missing some bits, and added connection status.Juan Linietsky
2016-08-14-Added an ENet implementation for NetworkedMultiplayerPeer for "a bit higher ...Juan Linietsky
2016-08-07-Added yield nodes to visual scriptJuan Linietsky
2016-08-02Merge branch 'master' of https://github.com/godotengine/godotJuan Linietsky
2016-08-02WIP visual scripting, not working yet but you can check out stuffJuan Linietsky
2016-07-24Turn some prints to error logs, remove othersRémi Verschelde
2016-07-19put text formats for resources and scenes as priorityJuan Linietsky
2016-07-19Revert "Homogeinize resource formats loaders/savers"Rémi Verschelde
2016-07-16Merge pull request #5467 from RandomShaper/enhance-tidy-extensionsJuan Linietsky
2016-07-08Remove unused variables (fourth pass) + dead codeRémi Verschelde
2016-06-28Tidy up population of extensions listPedro J. Estébanez
2016-06-28Homogeinize resource formats loaders/saversPedro J. Estébanez
2016-06-22Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati...Juan Linietsky
2016-06-20added missing status, closes #4361Juan Linietsky
2016-06-18corrently parse utf8 from zip_io open, closes #1708Juan Linietsky
2016-06-18Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872Juan Linietsky
2016-06-18Add missing license headers in our source files (#5255)Rémi Verschelde
2016-06-17Merge pull request #5250 from bojidar-bg/add-sha256Juan Linietsky
2016-06-17Add sha256 to String and File/FileAccess.Bojidar Marinov
2016-06-16Fixed PacketPeer.get_var() return type in docsJ08nY
2016-06-15Classref: Added docs for StreamPeer* (#5216)J08nY
2016-06-13Zip-align exported APKPedro J. Estébanez
2016-06-06Merge pull request #4895 from TheoXD/_fix_interactive_loader_cacheJuan Linietsky
2016-06-06Add missing license information (MiniZip)Roberto
2016-06-03Fix typo in http_client.hJ08nY
2016-06-01Removed invalid DEFVAL for HTTPClient::request_rawIgnacio Etcheverry
2016-05-30fixed interactive_loader() not returning a cached sceneTheoXD
2016-05-27Added translation support to GodotJuan Linietsky
2016-05-27Changed import workflowJuan Linietsky
2016-05-21remove trailing whitespaceHubert Jarosz