aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/editor_asset_installer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash on asset lib installGeorge Marques2016-07-101-2/+4
| | | | | This is not the perfect solution, but fixes the crash and avoid a dependency on EditorNode.
* Add missing license headers in our source files (#5255)Rémi Verschelde2016-06-181-0/+28
| | | Also removes a couple wrong Godot headers from third-party source files.
* -Made editor support SSL certs by default (embedded them)Juan Linietsky2016-03-121-0/+327
-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.