summaryrefslogtreecommitdiffstats
path: root/editor/editor_asset_installer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-0/+1
|\
| * Add theme type variations for secondary Trees and ItemListspassivestar2024-11-191-0/+1
* | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-191-4/+4
|\|
| * Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-171-4/+4
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-4/+4
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-4/+4
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-2/+2
* Remove empty bind_methods()kobewi2024-08-151-3/+0
* Replace .NET detection code with `ClassDB::class_exists("CSharpScript")`.bruvzg2024-07-231-1/+1
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-2/+2
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+2
* Merge pull request #84953 from rakkarage/asset-install-conflictRémi Verschelde2024-02-141-12/+40
|\
| * Fix asset importer conflicted indeterminate state.Rakka Rage2023-11-171-12/+40
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
|/
* Merge pull request #81620 from YuriSizov/assets-remap-install-folderRémi Verschelde2023-09-261-88/+351
|\
| * Allow to specify target folder when installing assetsYuri Sizov2023-09-191-88/+351
* | Add white Font and Mesh iconsMewPurPur2023-09-251-1/+1
|/
* Improve handling of archives when installing assetsYuri Sizov2023-09-081-172/+279
* Add EditorStringNames singletonkobewi2023-09-031-43/+44
* 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