summaryrefslogtreecommitdiff
path: root/platform/windows/export/export_plugin.cpp
AgeCommit message (Expand)Author
2023-01-13Merge pull request #63312 from bruvzg/one_clickRémi Verschelde
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-17add missing comma in file filterSelene29
2022-11-21[Export] Use image loader directly to avoid "resource as image file" errors.bruvzg
2022-11-18Windows icon export improvements.bruvzg
2022-11-15[Windows] Add icon to the console wrapper, add option to set icon for the con...bruvzg
2022-10-31Add console wrapper app to handle console i/o redirection on Windows.bruvzg
2022-10-18Unify usage of GLOBAL/EDITOR_GETkobewi
2022-08-27[Windows] Improve build environment detection, add support for Windows on ARM.bruvzg
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-07-30Merge pull request #63563 from aaronfranke/export-archRémi Verschelde
2022-07-29Improve some export error messages.bruvzg
2022-07-29Update export dialog to handle many architecturesAaron Franke
2022-07-22Update export template names for Windows, Mac, and LinuxAaron Franke
2022-06-08Add readable export errors.bruvzg
2022-05-16Replace most uses of Map by HashMapreduz
2022-05-04Fix export plugins after embedded PCK loading changes.bruvzg
2022-04-28[Windows Export] Improve error messages for missing rcedit and signtool.bruvzg
2022-04-20Improve embedded PCK loading and exporting.bruvzg
2022-04-11Make FileAccess and DirAccess classes reference counted.bruvzg
2022-03-22Generate export template file names instead of having a fixed setAaron Franke
2022-03-21Move extension logic to EditorExportPlatformLinuxBSDAaron Franke
2022-03-20Move fixup_embedded_pck to EditorExportPlatform classesAaron Franke
2022-03-14[Export] Add "export console script" option for Linux, macOS, and Windows exp...bruvzg
2022-02-12Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker
2022-02-03Add warning for Windows export when rcedit is not configuredNeilKleistGao
2022-01-22[Export] Instead of removing unsupported options, hide it.bruvzg
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-08-12Split windows platform export template into multiple filesSergey Minakov