aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/addon_editor_plugin.h
Commit message (Collapse)AuthorAgeFilesLines
* Update asset library editor plugin - new functionality and fixesBojidar Marinov2016-06-071-286/+0
|
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-121-5/+73
| | | | | | | | | -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-0/+4
|
* -Work on addon editor plugin (disabled by default)Juan Linietsky2016-03-041-1/+165
| | | | -New HTTPRequest node, to make HTTP requests simpler.
* -wip on addon editorJuan Linietsky2016-02-291-0/+50
-fixes instantiable subclasses not working, as reported in #3871