summaryrefslogtreecommitdiffstats
path: root/editor/export_template_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make some buttons in editor use the lighter version of the TabMenu iconMichael Alexsander2021-09-251-1/+1
* Fix various i18n failuresHaoyu Qiu2021-08-031-2/+2
* Optimize StringName usagereduz2021-07-181-8/+8
* Addes ability to load build sources from file.reduz2021-07-151-5/+7
* Add header theme type variations to labelskobewi2021-07-131-0/+5
* Consolidate JSON, JSONParseResults and JSONParser into JSONMarcel Admiraal2021-06-191-5/+3
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Improve the UI/UX of the Export Template Manager dialogYuri Sizov2021-06-031-340/+606
* Implement shader cachingreduz2021-05-311-1/+1
* Remove current export template version from "Installed Versions"Lightning_A2021-03-181-5/+6
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename AcceptDialog get_ok() to get_ok_button()Marcel Admiraal2020-12-141-3/+3
* Resize dialogs (FileDialog, EditorFileDialog, Reparent, SceneTreeDialog and r...Stijn Hinlopen2020-07-141-1/+1
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-23/+0
* Style: clang-format: Disable AllowShortCaseLabelsOnASingleLineRémi Verschelde2020-05-101-4/+12
* Rename InputFilter back to InputRémi Verschelde2020-04-281-2/+2
* Replace NULL with nullptrlupoDharkael2020-04-021-6/+6
* Popups are now windows also (broken!)Juan Linietsky2020-03-261-3/+3
* Working multiple window support, including editorJuan Linietsky2020-03-261-17/+16
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-2/+2
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* Re-architecture of the Godot Android plugin.fhuya2020-03-051-8/+12
* Fix android template install validation.fhuya2020-03-021-3/+1
* Signals: Port connect calls to use callable_mpRémi Verschelde2020-02-281-19/+10
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-10/+10
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-4/+4
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Merge pull request #34625 from timothyqiu/i18nRémi Verschelde2019-12-301-2/+2
|\
| * Makes more editor strings translatableHaoyu Qiu2019-12-301-2/+2
* | Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+2
|/
* Make more editor strings translatableHaoyu Qiu2019-12-131-1/+1
* Removed unused variables, add some constants numbersRafał Mikrut2019-12-101-1/+1
* Merge pull request #32812 from Calinou/template-manager-fix-devel-conditionRémi Verschelde2019-10-251-2/+8
|\
| * Fix the download availability check in the export templates managerHugo Locurcio2019-10-131-2/+8
* | Fix uninstallation of mono templates directoryRémi Verschelde2019-10-241-31/+15
|/
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-1/+1
|\
| * Added some obvious errors explanationsqarmin2019-09-251-1/+1
* | Split the Android platform java logic into an Android library module (`lib`) ...fhuya2019-09-041-87/+2
|/
* Android: Extract libs from pre-built APKs when installing build templateRémi Verschelde2019-08-291-23/+112
* Tweak a few strings displayed in the editor for consistencyHugo Locurcio2019-08-211-1/+1
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-4/+2
* Merge pull request #31326 from Calinou/template-manager-disable-download-devRémi Verschelde2019-08-131-4/+17
|\
| * Only display download buttons in the template manager when availableHugo Locurcio2019-08-131-4/+17
* | Export: Remove temp files from cache after exportRémi Verschelde2019-08-121-5/+7
|/
* DirAccess: Drop compat get_next(bool *is_dir) which was hiddenRémi Verschelde2019-07-251-13/+7
* Some code changed with Clang-Tidyqarmin2019-06-261-4/+3
* Fix typos with codespellRémi Verschelde2019-05-191-2/+2
* Merge pull request #27707 from Calinou/tweak-message-wordingRémi Verschelde2019-04-301-1/+1
|\