summaryrefslogtreecommitdiffstats
path: root/editor/export/export_template_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-1/+2
|\|
| * Refresh Filesystem Dock after android build template is createdAnish Mishra2024-10-081-1/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-3/+3
|/
* Don't use EditorSettings metadatakobewi2024-09-051-2/+2
* Disable export template downloading in offline modeHaoyu Qiu2024-08-301-31/+75
* Update the `GodotHost` interface to support signing and verifying Android apksFredia Huya-Kouadio2024-08-261-1/+5
* Remove empty bind_methods()kobewi2024-08-151-3/+0
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-5/+5
* Fix Bug when downloading export templates and re-open the template manager #9...Hilderin2024-06-141-1/+1
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-5/+5
* Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* Don't refresh mirrors for development builds in editor export template managerHugo Locurcio2024-03-071-3/+15
* Android: Allow using alternative Gradle build directoryDavid Snopek2024-02-161-16/+56
* Use indeterminate progressbars for downloads (export templates & assets)Christian Kaiser2024-02-081-1/+7
* Merge pull request #79374 from raulsntos/ignore-directories-in-tpzYuri Sizov2024-01-241-0/+7
|\
| * Ignore directory entries in TPZRaul Santos2023-07-121-0/+7
* | Split theme generation logic into several subroutinesYuri Sizov2024-01-161-1/+1
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
* | Add EditorStringNames singletonkobewi2023-09-031-7/+8
* | Re-architect how Android plugins are packaged and handled at export timeFredia Huya-Kouadio2023-07-181-5/+2
|/
* Implement and expose OS::shell_show_in_file_manager()Daylily-Zeleen2023-04-251-1/+1
* Remember directory when installing templates filekobewi2023-03-101-0/+2
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-15/+15
* [Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli2022-09-081-3/+3
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-16/+16
* Revert "Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CH...Rémi Verschelde2022-08-291-0/+1
* Merge pull request #64885 from Mickeon/rename-tooltip-hintRémi Verschelde2022-08-281-6/+6
|\
| * Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-6/+6
* | Remove NOTIFICATION_ENTER_TREE when paired with NOTIFICATION_THEME_CHANGEDAaron Record2022-08-271-1/+0
|/
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+2
* Merge pull request #63603 from aaronfranke/editor-pathsRémi Verschelde2022-07-291-6/+6
|\
| * Move editor paths into the EditorPaths classAaron Franke2022-07-291-6/+6
* | Remove Signal connect bindsJuan Linietsky2022-07-291-3/+3
|/
* Move project export and export template manager into export folderAaron Franke2022-07-261-0/+1000