aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/addon_editor_plugin.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update asset library editor plugin - new functionality and fixesBojidar Marinov2016-06-071-1273/+0
|
* i18n: Proofreading of all stringsRémi Verschelde2016-05-211-8/+8
| | | | | | Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there.
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-6/+6
|
* -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