aboutsummaryrefslogtreecommitdiff
path: root/scene/main/http_request.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-121-1/+1
| | | | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! (cherry picked from commit c7bc44d5ad9aae4902280012f7654e2318cd910e)
* Expose HTTP classes' set_ip_type to scriptingFabio Alessandrelli2017-01-041-0/+1
| | | | (cherry picked from commit d194e1c48e5d161f0310ee17e63f1951e2c50de6)
* Allow setting ip_type for TCP/UDP and HTTP classesFabio Alessandrelli2017-01-041-0/+4
| | | | (cherry picked from commit a77a0118f6b0d0878a53e2c963d91763b311163d)
* Uncomment debug properties of HTTP Requestkhairul1692016-11-151-12/+12
| | | | (cherry picked from commit 6a7aebdf6c148a80d5f7dd773895f08c62eb34a8)
* Add http method and request data parametersKazuo2562016-09-181-4/+8
| | | | | | For HTTPRequest::request (cherry picked from commit c53e5c555aabff1c0b1e0e6b4a87e895e278606b)
* Add thread support to HTTPRequest, changed assetlib to use it.Juan Linietsky2016-07-241-22/+86
|
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
| | | Also removes a couple wrong Godot headers from third-party source files.
* Update asset library editor plugin - new functionality and fixesBojidar Marinov2016-06-071-0/+1
|
* Exposed a RESULT_DOWNLOAD_FILE_CANT_OPEN constant to docs and GDScript.J08nY2016-06-031-1/+2
|
* remove trailing whitespaceHubert Jarosz2016-05-211-1/+1
|
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-121-74/+160
| | | | | | | | | -Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now.
* -Work on addon editor plugin (disabled by default)Juan Linietsky2016-03-041-0/+426
-New HTTPRequest node, to make HTTP requests simpler.