summaryrefslogtreecommitdiffstats
path: root/editor/export/editor_export_platform.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* | Fix export options of scripted EditorExportPluginsRedworkDE2023-07-041-3/+4
* | Allow exporting release Android builds without a debug keystoreMichael Alexsander2023-06-191-2/+3
* | Store sensitive export options in dedicated credentials fileAndreas Raddau2023-05-101-2/+10
* | Redo how the remote filesystem worksJuan Linietsky2023-05-081-59/+49
* | Extract editor run toolbar into its own componentYuri Sizov2023-04-191-0/+1
|/
* Allow EditorExportPlugins to provide export optionsRedworkDE2023-04-071-3/+8
* Delete unused compression formats from .imoprt files when exportingclayjohn2023-03-091-12/+23
* Merge pull request #73195 from timothyqiu/weblate-commentsRémi Verschelde2023-02-171-1/+2
|\
| * Improvements and fixes based on Weblate commentsHaoyu Qiu2023-02-131-1/+2
* | Reword misleading error messages in PCK exportPedro J. Estébanez2023-02-141-2/+2
|/
* Restore script class cache if removedJuan Linietsky2023-01-311-1/+1
* Only customize resources during export if there are any export plugins in useDavid Snopek2023-01-301-3/+3
* [SSH deploy] Run ssh/scp in non interactive mode, and suppress banner display.bruvzg2023-01-271-0/+21
* Merge pull request #70377 from dsnopek/server-export-mk2Rémi Verschelde2023-01-231-6/+39
|\
| * Add "dedicated server" export mode which can strip unneeded visual resourcesDavid Snopek2023-01-231-6/+39
* | [TextServer] Fix ICU data loading and exporting with `internationalization/lo...bruvzg2023-01-231-1/+3
* | Use range iterators in LocalVector loopskobewi2023-01-211-19/+19
* | Move global script class cache to separate filekobewi2023-01-161-0/+1
* | Merge pull request #63312 from bruvzg/one_clickRémi Verschelde2023-01-131-0/+233
|\ \
| * | [Export] Add one-click deploy over SSH for the desktop exports.bruvzg2022-12-291-0/+233
* | | [Editor] Fix missing "debug"/"release" export presets feature tags.Fabio Alessandrelli2023-01-121-0/+2
| |/ |/|
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Rename all gdnative occurences to gdextensionGilles Roudière2022-12-121-2/+2
* Merge pull request #67906 from groud/simpler_gdextension_configRémi Verschelde2022-12-061-2/+3
|\
| * Allow specifying a prefix to automatically detect library files for gdextensi...Gilles Roudière2022-12-011-2/+3
* | Use system fonts as fallback and improve system font handling.bruvzg2022-12-041-13/+13
|/
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-12/+12
* Fix typos with codespellRémi Verschelde2022-09-301-1/+1
* Fix typo - "collison" -> "collision"danboo2022-09-291-2/+2
* Fix sub-scene root nodes not getting the correct inheritance chain when expor...Rindbee2022-09-231-1/+1
* Disable menus and functionality that are not relevant on the Android Editor portFredia Huya-Kouadio2022-09-131-5/+8
* Rename EditorInterface.get_editor_main_control to get_editor_main_screenYuri Sizov2022-09-071-1/+1
* Add support for scene/resource customization in export pluginsJuan Linietsky2022-09-011-51/+492
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-4/+4
* [macOS export] Simplify code signing options, add support for rcodesign tool ...bruvzg2022-08-261-0/+1
* Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio2022-08-141-0/+18
* Remove duplicate data structure for export featuresAaron Franke2022-08-091-17/+19
* Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov2022-07-311-0/+1
* Merge pull request #63563 from aaronfranke/export-archRémi Verschelde2022-07-301-1/+1
|\
| * Make some editor export methods constAaron Franke2022-07-291-1/+1
* | Improve some export error messages.bruvzg2022-07-291-1/+1
* | Move editor paths into the EditorPaths classAaron Franke2022-07-291-1/+1
|/
* Split up editor export code into multiple filesAaron Franke2022-07-261-0/+1177