summaryrefslogtreecommitdiff
path: root/platform/windows/export
AgeCommit message (Expand)Author
2022-07-08Add static methods for creating Image and ImageTexturekobewi
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
2021-06-29[Windows Export] Use temporary file for osslsigncode signing.bruvzg
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-11Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde
2021-01-09Split OS::execute into two methodsMarcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-05Remove duplicate ERR_PRINT macro.Marcel Admiraal
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-03Don't stop export if rcedit path is invalidTomasz Chabora
2019-10-04Add code signing support for Windows exports (using "signtool" on Windows and...bruvzg
2019-07-03Add embedded PCK option to PC platformsPedro J. Estébanez
2019-06-12Added hint for windows export optionsZak
2019-02-03Use relative path property hint for windows export iconKanabenki
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-20Add PROPERTY_HINT_PLACEHOLDER_TEXT for String propertiesRémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-09Windows export: Use WINE to run rcedit on non-Windows hostRémi Verschelde
2017-12-09Call rcedit on export for Windows desktopGeorge Marques
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-06-25BuildSystem: generated files have .gen.extensionPoommetee Ketson
2017-05-17Removal of Image from Variant, converted to a Resource.Juan Linietsky
2017-04-08Add "Godot Engine contributors" copyright lineRémi Verschelde
2017-04-03Reenable Windows Desktop exporteska
2017-03-05A Whole New World (clang-format edition)Rémi Verschelde
2017-03-05Refactoring: rename tools/editor/ to editor/Rémi Verschelde
2017-02-19Editor Export Settings Dialog is completed!! Now on to make some exporters..Juan Linietsky
2017-01-25Removed import/export system, will start new one from scratch.Juan Linietsky