aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/asset_library_editor_plugin.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add thread support to HTTPRequest, changed assetlib to use it.Juan Linietsky2016-07-241-2/+5
|
* shows progress (bytes) on download even if getting chunked contentJuan Linietsky2016-07-241-4/+8
|
* Downloaded templates from project manager can now be installed.Juan Linietsky2016-07-111-0/+26
|
* Fix crash on asset lib installGeorge Marques2016-07-101-1/+2
| | | | | This is not the perfect solution, but fixes the crash and avoid a dependency on EditorNode.
* assetlib: Connect to the API using SSLRémi Verschelde2016-06-291-1/+1
| | | | | Note: it does not work in the project manager as the latter does not use the editor-bundled certificates, but that's a bug and should be fixed.
* Fix project manager category list, small enchancements as wellBojidar Marinov2016-06-211-3/+21
|
* Add support levels to searchBojidar Marinov2016-06-211-0/+23
|
* Check hashes when downloading assetsBojidar Marinov2016-06-211-8/+13
|
* Update asset library assets only when opening the respective tabBojidar Marinov2016-06-091-1/+5
|
* EditorAssetLibrary: Don't call add_child() on uninitialized pointerBłażej Szczygieł2016-06-091-2/+0
| | | | | Fixes possible crash and fixes crash when using undefined sanitizer. The "search_hb" is already added into "library_main" container.
* Assetlib: Update link for renamed repositoryRémi Verschelde2016-06-081-3/+3
|
* Fixed some options in assetlibJuan Linietsky2016-06-081-2/+17
|
* Added asset library on project manager for templatesJuan Linietsky2016-06-081-64/+71
|
* Update asset library editor plugin - new functionality and fixesBojidar Marinov2016-06-071-0/+1441