summaryrefslogtreecommitdiff
path: root/tools/editor/addon_editor_plugin.cpp
AgeCommit message (Collapse)Author
2016-06-07Update asset library editor plugin - new functionality and fixesBojidar Marinov
2016-05-21i18n: Proofreading of all stringsRĂ©mi Verschelde
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.
2016-05-03Modified editor strings to be translatable in the futureJuan Linietsky
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-12-more progress to asset sharing client, but still disabled by defaultJuan Linietsky
2016-03-04-Work on addon editor plugin (disabled by default)Juan Linietsky
-New HTTPRequest node, to make HTTP requests simpler.
2016-02-29-wip on addon editorJuan Linietsky
-fixes instantiable subclasses not working, as reported in #3871