summaryrefslogtreecommitdiffstats
path: root/platform/windows/export
Commit message (Expand)AuthorAgeFilesLines
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
* Add Advanced Settings switch to Editor Settingskobewi2024-09-171-4/+4
* [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-0/+1
* Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-282-9/+8
* [Windows/Linux] Check custom export templates architecture.bruvzg2024-08-162-2/+64
* D3D12: Get rid of DXIL.dll!Pedro J. Estébanez2024-07-111-8/+4
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-232-2/+2
* Replace `find` with `contains/has` where applicableA Thousand Ships2024-05-081-7/+7
* [.NET] Disable output embedding on macOS, move it to the advanced options on ...bruvzg2024-04-091-0/+9
* [Windows] Fix exporting as ZIP when console wrapper and/or embedded PCK is en...bruvzg2024-03-151-3/+3
* Merge pull request #86093 from bruvzg/d3d12_exportRémi Verschelde2024-02-151-14/+49
|\
| * [D3D12] Automatically copy runtime DLLs during export.bruvzg2023-12-131-14/+49
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
|/
* Ensure more export errors are reported to usersYuri Sizov2023-12-061-2/+9
* [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-211-1/+31
* Add EditorStringNames singletonkobewi2023-09-031-1/+2
* Fix Windows console wrapper and icon being swappedTyler2023-08-071-2/+2
* Add a "version" project setting and use it in new export presetsHugo Locurcio2023-08-041-4/+4
* Merge pull request #79062 from MewPurPur/svg-optimizationsYuri Sizov2023-07-121-1/+1
|\
| * Optimize SVG icons and remove unused Transpose iconMewPurPur2023-07-071-1/+1
* | Added Image's `load_svg_from_(buffer|string)`Felipe Augusto Marques2023-06-231-3/+2
|/
* SCons: Move platform logo/run icon to `export` folderRémi Verschelde2023-06-203-2/+4
* Allow exporting release Android builds without a debug keystoreMichael Alexsander2023-06-192-3/+3
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-082-3/+5
* Enhance icon fallback and their docs for exportersMichael Alexsander2023-06-031-1/+10
* Store sensitive export options in dedicated credentials fileAndreas Raddau2023-05-102-12/+18
* Extract editor run toolbar into its own componentYuri Sizov2023-04-191-0/+1
* [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-194-47/+96
* Fix Windows to Windows SSH remote deploy. Fix Windows `execute` exit code.bruvzg2023-02-271-0/+8
* [Windows Export] Pass password only when using PKCS12 file, fix executable na...bruvzg2023-02-221-2/+3
* Fix split allow empty string in SSH export plugindaviirodrig2023-01-271-2/+2
* Merge pull request #63312 from bruvzg/one_clickRémi Verschelde2023-01-133-6/+347
|\
| * [Export] Add one-click deploy over SSH for the desktop exports.bruvzg2022-12-293-6/+347
* | One Copyright Update to rule them allRémi Verschelde2023-01-054-116/+116
|/
* add missing comma in file filterSelene292022-12-171-1/+1
* [Export] Use image loader directly to avoid "resource as image file" errors.bruvzg2022-11-211-2/+5
* Windows icon export improvements.bruvzg2022-11-182-3/+131
* [Windows] Add icon to the console wrapper, add option to set icon for the con...bruvzg2022-11-152-3/+10
* Add console wrapper app to handle console i/o redirection on Windows.bruvzg2022-10-312-39/+12
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-7/+7
* Disable menus and functionality that are not relevant on the Android Editor portFredia Huya-Kouadio2022-09-131-0/+2
* [Windows] Improve build environment detection, add support for Windows on ARM.bruvzg2022-08-271-1/+1
* [macOS export] Simplify code signing options, add support for rcodesign tool ...bruvzg2022-08-262-6/+10
* Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio2022-08-142-3/+15
* Merge pull request #63563 from aaronfranke/export-archRémi Verschelde2022-07-301-0/+1
|\
| * Update export dialog to handle many architecturesAaron Franke2022-07-291-0/+1
* | Improve some export error messages.bruvzg2022-07-291-4/+4
|/
* Split up editor export code into multiple filesAaron Franke2022-07-262-1/+2
* Merge pull request #63096 from aaronfranke/exp-template-namesRémi Verschelde2022-07-261-1/+1
|\
| * Update export template names for Windows, Mac, and LinuxAaron Franke2022-07-221-1/+1