aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/addon_editor_plugin.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-121-20/+331
| | | | | | | | | -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.
* -more progress to asset sharing client, but still disabled by defaultJuan Linietsky2016-03-121-3/+89
|
* -Work on addon editor plugin (disabled by default)Juan Linietsky2016-03-041-8/+817
| | | | -New HTTPRequest node, to make HTTP requests simpler.
* -wip on addon editorJuan Linietsky2016-02-291-0/+67
-fixes instantiable subclasses not working, as reported in #3871