summaryrefslogtreecommitdiff
path: root/editor/export/editor_export_platform.cpp
AgeCommit message (Expand)Author
2023-03-27Delete unused compression formats from .imoprt files when exportingclayjohn
2023-02-17Merge pull request #73195 from timothyqiu/weblate-commentsRémi Verschelde
2023-02-14Reword misleading error messages in PCK exportPedro J. Estébanez
2023-02-13Improvements and fixes based on Weblate commentsHaoyu Qiu
2023-01-31Restore script class cache if removedJuan Linietsky
2023-01-30Only customize resources during export if there are any export plugins in useDavid Snopek
2023-01-27[SSH deploy] Run ssh/scp in non interactive mode, and suppress banner display.bruvzg
2023-01-23Merge pull request #70377 from dsnopek/server-export-mk2Rémi Verschelde
2023-01-23Add "dedicated server" export mode which can strip unneeded visual resourcesDavid Snopek
2023-01-23[TextServer] Fix ICU data loading and exporting with `internationalization/lo...bruvzg
2023-01-21Use range iterators in LocalVector loopskobewi
2023-01-16Move global script class cache to separate filekobewi
2023-01-13Merge pull request #63312 from bruvzg/one_clickRémi Verschelde
2023-01-12[Editor] Fix missing "debug"/"release" export presets feature tags.Fabio Alessandrelli
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-29[Export] Add one-click deploy over SSH for the desktop exports.bruvzg
2022-12-12Rename all gdnative occurences to gdextensionGilles Roudière
2022-12-06Merge pull request #67906 from groud/simpler_gdextension_configRémi Verschelde
2022-12-04Use system fonts as fallback and improve system font handling.bruvzg
2022-12-01Allow specifying a prefix to automatically detect library files for gdextensi...Gilles Roudière
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-09-30Fix typos with codespellRémi Verschelde
2022-09-29Fix typo - "collison" -> "collision"danboo
2022-09-23Fix sub-scene root nodes not getting the correct inheritance chain when expor...Rindbee
2022-09-13Disable menus and functionality that are not relevant on the Android Editor portFredia Huya-Kouadio
2022-09-07Rename EditorInterface.get_editor_main_control to get_editor_main_screenYuri Sizov
2022-09-01Add support for scene/resource customization in export pluginsJuan Linietsky
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-26[macOS export] Simplify code signing options, add support for rcodesign tool ...bruvzg
2022-08-14Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio
2022-08-09Remove duplicate data structure for export featuresAaron Franke
2022-07-31Extract EditorResourceConversionPlugin into its own source files and clean up...Yuri Sizov
2022-07-30Merge pull request #63563 from aaronfranke/export-archRémi Verschelde
2022-07-29Improve some export error messages.bruvzg
2022-07-29Move editor paths into the EditorPaths classAaron Franke
2022-07-29Make some editor export methods constAaron Franke
2022-07-26Split up editor export code into multiple filesAaron Franke