aboutsummaryrefslogtreecommitdiff
path: root/core/io
Commit message (Expand)AuthorAgeFilesLines
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-1258-58/+58
* Remove extraneous line in .po reader, which caused it to disregard first lineBojidar Marinov2017-01-121-2/+0
* Expose HTTP classes' set_ip_type to scriptingFabio Alessandrelli2017-01-042-6/+10
* Separate hostname resolve cache based on ip_typeFabio Alessandrelli2017-01-041-11/+15
* IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli2017-01-043-47/+65
* Allow setting ip_type for TCP/UDP and HTTP classesFabio Alessandrelli2017-01-048-0/+26
* Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2017-01-0410-32/+30
* Use an instance variable for ip_type in raw socketsFabio Alessandrelli2017-01-046-15/+24
* Set proper ip_type default for listen() and resolve_hostname()Fabio Alessandrelli2016-12-113-4/+4
* Add optional IP type param in TCP/UDP connect/set_send_addressFabio Alessandrelli2016-12-114-5/+24
* TCPServer listen now default to IP type ANY (v6 socket with v4 support)Fabio Alessandrelli2016-12-112-3/+3
* added windows support for ipv6, cleaned up unix codeAriel Manzur2016-12-112-2/+15
* address type for http clientAriel Manzur2016-12-112-4/+5
* fixed some byte order and parsing problemsAriel Manzur2016-12-111-20/+32
* adding ipv6Ariel Manzur2016-12-118-45/+225
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-021-3/+3
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-301-0/+2
* PCKPacker: moved from tools into core, fixes #4129J08nY2016-10-092-0/+250
* Turn some prints to error logs, remove othersRémi Verschelde2016-07-241-2/+1
* put text formats for resources and scenes as priorityJuan Linietsky2016-07-194-6/+24
* Revert "Homogeinize resource formats loaders/savers"Rémi Verschelde2016-07-192-1644/+0
* Merge pull request #5467 from RandomShaper/enhance-tidy-extensionsJuan Linietsky2016-07-163-17/+1645
|\
| * Tidy up population of extensions listPedro J. Estébanez2016-06-281-17/+1
| * Homogeinize resource formats loaders/saversPedro J. Estébanez2016-06-282-0/+1644
* | Remove unused variables (fourth pass) + dead codeRémi Verschelde2016-07-084-9/+0
|/
* Improved binding system (ObjectTypeDB::bind_method) to be friendlier to stati...Juan Linietsky2016-06-222-2/+1
* added missing status, closes #4361Juan Linietsky2016-06-201-0/+1
* corrently parse utf8 from zip_io open, closes #1708Juan Linietsky2016-06-181-2/+5
* Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872Juan Linietsky2016-06-181-3/+3
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-186-0/+168
* Merge pull request #5250 from bojidar-bg/add-sha256Juan Linietsky2016-06-173-0/+300
|\
| * Add sha256 to String and File/FileAccess.Bojidar Marinov2016-06-173-0/+300
* | Fixed PacketPeer.get_var() return type in docsJ08nY2016-06-161-1/+1
|/
* Classref: Added docs for StreamPeer* (#5216)J08nY2016-06-151-1/+0
* Zip-align exported APKPedro J. Estébanez2016-06-131-4/+13
* Merge pull request #4895 from TheoXD/_fix_interactive_loader_cacheJuan Linietsky2016-06-061-1/+5
|\
| * fixed interactive_loader() not returning a cached sceneTheoXD2016-05-301-1/+5
* | Add missing license information (MiniZip)Roberto2016-06-068-6/+98
* | Fix typo in http_client.hJ08nY2016-06-031-1/+1
* | Removed invalid DEFVAL for HTTPClient::request_rawIgnacio Etcheverry2016-06-011-1/+1
|/
* Added translation support to GodotJuan Linietsky2016-05-273-9/+22
* Changed import workflowJuan Linietsky2016-05-271-0/+1
* remove trailing whitespaceHubert Jarosz2016-05-211-1/+1
* classref: Directory and ConfigFileRémi Verschelde2016-05-121-1/+1
* httpclient request withh raw_array bodyAlexander Holland2016-05-042-2/+57
* fix - HTTPClient connection keep-alive duplicate Headers #4208Alexander Holland2016-04-271-0/+1
* Encode axis_value in Variant for InputEvent::JOYSTICK_MOTION.Hinsbart2016-04-231-2/+4
* Added getter method for the connection property in HTTPClient. (#4336)Mounir Ybanez2016-04-182-0/+8
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-122-0/+30
* remove trailing whitespaceHubert Jarosz2016-03-0918-118/+118