summaryrefslogtreecommitdiffstats
path: root/editor/editor_asset_installer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-2/+3
* Merge pull request #53276 from Phischermen/propagate_checkRémi Verschelde2022-01-201-53/+11
|\
| * Addded methods to propagate checks & refactored classes to use new methods.Kevin Fischer2022-01-181-53/+11
* | Fix Asset Library UX when an asset is being downloadedYuri Sizov2022-01-191-1/+1
* | Remove property hints referencing unsupported svgz extensionRémi Verschelde2022-01-171-1/+0
* | Fix decoding UTF-8 filenames on unzipping.bruvzg2022-01-051-2/+2
|/
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-3/+3
* Optimize StringName usagereduz2021-07-181-46/+46
* Automatically display the installer after downloading an assetHugo Locurcio2021-07-121-8/+30
* Add icons for more file types in the editor asset installerHugo Locurcio2021-07-031-2/+42
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-2/+2
* Merge pull request #47336 from Calinou/rename-shader-file-extensionRémi Verschelde2021-06-041-1/+1
|\
| * Rename the `.shader` file extension to `.gdshader`Hugo Locurcio2021-03-241-1/+1
* | Improve TreeItem API and allow to move nodestrollodel2021-05-171-3/+3
|/
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-1/+1
* fix item_edited behavior on Asset Installer.Zae2020-07-101-1/+24
* Remove String::find_last (same as rfind)Stijn Hinlopen2020-07-031-1/+1
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-5/+10
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-13/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-12/+12
* Working multiple window support, including editorJuan Linietsky2020-03-261-12/+12
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-3/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-1/+1
* Texture refactorJuan Linietsky2020-02-111-2/+2
* Makes more strings translatableHaoyu Qiu2020-01-041-4/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Tweak a few strings displayed in the editor for consistencyHugo Locurcio2019-08-211-2/+2
* Minor improvements to the AssetLibMichael Alexsander Silva Dias2019-07-171-9/+5
* i18n: Sync translation template with current sourceRémi Verschelde2019-01-071-1/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-1/+0
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-1/+1
* Removed most of the custom colors from the interface.Daniel J. Ramirez2017-09-251-1/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Editor: Add some more translatable strings.Andreas Haas2017-08-251-6/+6
* Removed unnecessary assignmentsWilson E. Alvarez2017-08-211-1/+1
* Rename Godot-specific resource extensionsGeorge Marques2017-06-151-2/+2
* AssetInstaller: fix toggling dir bug, scan after installPoommetee Ketson2017-05-141-0/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-132/+104
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-0/+359