summaryrefslogtreecommitdiff
path: root/scene/main/http_request.cpp
AgeCommit message (Collapse)Author
2016-06-18Add missing license headers in our source files (#5255)RĂ©mi Verschelde
Also removes a couple wrong Godot headers from third-party source files.
2016-06-07Update asset library editor plugin - new functionality and fixesBojidar Marinov
2016-06-03Exposed a RESULT_DOWNLOAD_FILE_CANT_OPEN constant to docs and GDScript.J08nY
2016-05-21remove trailing whitespaceHubert Jarosz
2016-03-12-Made editor support SSL certs by default (embedded them)Juan Linietsky
-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.
2016-03-04-Work on addon editor plugin (disabled by default)Juan Linietsky
-New HTTPRequest node, to make HTTP requests simpler.