summaryrefslogtreecommitdiffstats
path: root/platform/windows/export/export_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-6/+6
* Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-281-6/+5
* [Windows/Linux] Check custom export templates architecture.bruvzg2024-08-161-2/+62
* D3D12: Get rid of DXIL.dll!Pedro J. Estébanez2024-07-111-8/+4
* 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
* 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-201-2/+2
* Allow exporting release Android builds without a debug keystoreMichael Alexsander2023-06-191-2/+2
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-2/+3
* Enhance icon fallback and their docs for exportersMichael Alexsander2023-06-031-1/+10
* Store sensitive export options in dedicated credentials fileAndreas Raddau2023-05-101-12/+12
* 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-191-45/+85
* 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-131-4/+312
|\
| * [Export] Add one-click deploy over SSH for the desktop exports.bruvzg2022-12-291-4/+312
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* 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-181-3/+130
* [Windows] Add icon to the console wrapper, add option to set icon for the con...bruvzg2022-11-151-2/+9
* Add console wrapper app to handle console i/o redirection on Windows.bruvzg2022-10-311-37/+11
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-7/+7
* [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-261-5/+9
* Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio2022-08-141-2/+13
* 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
|/
* Update export template names for Windows, Mac, and LinuxAaron Franke2022-07-221-1/+1
* Add readable export errors.bruvzg2022-06-081-22/+50
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Fix export plugins after embedded PCK loading changes.bruvzg2022-05-041-7/+10
* [Windows Export] Improve error messages for missing rcedit and signtool.bruvzg2022-04-281-12/+8
* Improve embedded PCK loading and exporting.bruvzg2022-04-201-16/+40
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-111-8/+5