summaryrefslogtreecommitdiffstats
path: root/platform/windows/export/export.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add Advanced Settings switch to Editor Settingskobewi2024-09-171-4/+4
* [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-0/+1
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-1/+2
* [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-191-0/+4
* Merge pull request #63312 from bruvzg/one_clickRémi Verschelde2023-01-131-1/+0
|\
| * [Export] Add one-click deploy over SSH for the desktop exports.bruvzg2022-12-291-1/+0
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Disable menus and functionality that are not relevant on the Android Editor portFredia Huya-Kouadio2022-09-131-0/+2
* Split up editor export code into multiple filesAaron Franke2022-07-261-0/+1
* Add static methods for creating Image and ImageTexturekobewi2022-07-081-6/+1
* Generate export template file names instead of having a fixed setAaron Franke2022-03-221-4/+0
* Move extension logic to EditorExportPlatformLinuxBSDAaron Franke2022-03-211-1/+0
* Move fixup_embedded_pck to EditorExportPlatform classesAaron Franke2022-03-201-74/+0
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Split windows platform export template into multiple filesSergey Minakov2021-08-121-308/+3
* [Windows Export] Use temporary file for osslsigncode signing.bruvzg2021-06-291-1/+11
* Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-191-2/+2
* Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-111-1/+1
* Split OS::execute into two methodsMarcel Admiraal2021-01-091-3/+3
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Rename empty() to is_empty()Marcel Admiraal2020-12-281-1/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-4/+0
* Replace NULL with nullptrlupoDharkael2020-04-021-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-2/+2
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-4/+4
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Don't stop export if rcedit path is invalidTomasz Chabora2019-12-031-36/+41
* Add code signing support for Windows exports (using "signtool" on Windows and...bruvzg2019-10-041-2/+183
* Add embedded PCK option to PC platformsPedro J. Estébanez2019-07-031-0/+76
* Added hint for windows export optionsZak2019-06-121-2/+2
* Use relative path property hint for windows export iconKanabenki2019-02-031-2/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Add PROPERTY_HINT_PLACEHOLDER_TEXT for String propertiesRémi Verschelde2018-08-201-8/+8
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Windows export: Use WINE to run rcedit on non-Windows hostRémi Verschelde2017-12-091-8/+36
* Call rcedit on export for Windows desktopGeorge Marques2017-12-091-1/+97
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-0/+1
* BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-1/+1
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* Reenable Windows Desktop exporteska2017-04-031-16/+13
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-2/+1
* Refactoring: rename tools/editor/ to editor/Rémi Verschelde2017-03-051-1/+1
* Editor Export Settings Dialog is completed!! Now on to make some exporters..Juan Linietsky2017-02-191-4/+5
* Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-251-1/+2