summaryrefslogtreecommitdiffstats
path: root/platform/windows/export/export_plugin.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-1/+1
|\
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
* Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-281-3/+3
* [Windows/Linux] Check custom export templates architecture.bruvzg2024-08-161-0/+2
* Allow exporting release Android builds without a debug keystoreMichael Alexsander2023-06-191-1/+1
* Store sensitive export options in dedicated credentials fileAndreas Raddau2023-05-101-0/+6
* [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-191-2/+6
* Merge pull request #63312 from bruvzg/one_clickRémi Verschelde2023-01-131-1/+35
|\
| * [Export] Add one-click deploy over SSH for the desktop exports.bruvzg2022-12-291-1/+35
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Windows icon export improvements.bruvzg2022-11-181-0/+1
* [Windows] Add icon to the console wrapper, add option to set icon for the con...bruvzg2022-11-151-1/+1
* Add console wrapper app to handle console i/o redirection on Windows.bruvzg2022-10-311-2/+1
* [macOS export] Simplify code signing options, add support for rcodesign tool ...bruvzg2022-08-261-1/+1
* Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio2022-08-141-1/+2
* Split up editor export code into multiple filesAaron Franke2022-07-261-1/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-1/+1
* Add readable export errors.bruvzg2022-06-081-1/+1
* Replace most uses of Map by HashMapreduz2022-05-161-1/+1
* Fix export plugins after embedded PCK loading changes.bruvzg2022-05-041-0/+1
* Improve embedded PCK loading and exporting.bruvzg2022-04-201-1/+1
* Generate export template file names instead of having a fixed setAaron Franke2022-03-221-0/+1
* Move extension logic to EditorExportPlatformLinuxBSDAaron Franke2022-03-211-0/+1
* Move fixup_embedded_pck to EditorExportPlatform classesAaron Franke2022-03-201-0/+1
* [Export] Add "export console script" option for Linux, macOS, and Windows exp...bruvzg2022-03-141-0/+1
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+0
* Add warning for Windows export when rcedit is not configuredNeilKleistGao2022-02-031-0/+1
* [Export] Instead of removing unsupported options, hide it.bruvzg2022-01-221-3/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Split windows platform export template into multiple filesSergey Minakov2021-08-121-0/+51