aboutsummaryrefslogtreecommitdiff
path: root/scene/main/http_request.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* -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.