summaryrefslogtreecommitdiff
path: root/scene/main/http_request.h
AgeCommit message (Collapse)Author
2016-07-24Add thread support to HTTPRequest, changed assetlib to use it.Juan Linietsky
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-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.