summaryrefslogtreecommitdiffstats
path: root/editor/editor_asset_installer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed unused property hints and `Object::get_translatable_strings()`Juan Linietsky2023-01-091-1/+0
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-8/+8
* Rename TreeItem's `set_tooltip` to `set_tooltip_text`Micky2022-08-301-2/+2
* Rename every instance of "OGG" to "Ogg"DeeJayLSP2022-07-281-1/+1
* Rename AudioStreamSample to a more discoverable nameDeeJayLSP2022-07-281-1/+1
* Adding shader preprocessor supportYuri Roubinsky2022-07-221-0/+1
* Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialogFireForge2022-07-091-1/+1
* Add a new HashSet templatereduz2022-05-201-1/+1
* Use range iterators for RBSet in most casesAaron Record2022-05-191-3/+3
* Replace most uses of Map by HashMapreduz2022-05-161-4/+4
* Fix ZipIO crash when reused (and possible leaks).bruvzg2022-05-111-2/+4
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-8/+5
* Fix some issues found by cppcheck.bruvzg2022-04-061-0/+3
* Initialize bools in the headers in editorAaron Franke2022-03-121-2/+0
* Convert uses of `DirAccess *` to `DirAccessRef` to prevent memleaksRémi Verschelde2022-03-111-3/+1
* 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