summaryrefslogtreecommitdiffstats
path: root/editor/export/editor_export_platform_pc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-2/+2
|\
| * Fix incorrect order: `TTR(vformat` instead of `vformat(TTR`Chaosus2024-11-141-2/+2
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+1
|\|
| * Add ability for PCK patches to remove filesJuan2024-11-111-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* [GDExtension] Improve error messages during export.bruvzg2024-10-031-0/+6
* Add ability to export patch packsMikael Hermansson2024-09-251-1/+1
* Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-281-3/+3
* Revert pack trimming introduced by #82084Mikael Hermansson2024-04-101-1/+1
* [Windows] Support all possible suffixes for console wrapperA Thousand Ships2024-04-081-3/+16
* Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-1/+1
* Export: Unify settings for PC texture formatsRémi Verschelde2024-02-141-11/+16
* Remove code relative to obsoleted ETC texture formatRémi Verschelde2024-02-141-4/+0
* Ensure more export errors are reported to usersYuri Sizov2023-12-061-0/+1
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Allow exporting release Android builds without a debug keystoreMichael Alexsander2023-06-191-1/+1
* Merge pull request #75984 from KoBeWi/ConsoleMcWrapRémi Verschelde2023-06-121-2/+2
|\
| * Rename console script to wrapperkobewi2023-04-121-2/+2
* | [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-191-1/+1
|/
* Export: Default to exporting S3TC + BPTC for PC platformsRémi Verschelde2023-02-231-7/+1
* Fix `texture_format/bptc` export optionRedworkDE2023-02-141-0/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Editor: Fix regression fetching Windows/Linux export templatesRémi Verschelde2022-12-091-2/+2
* Allow specifying a prefix to automatically detect library files for gdextensi...Gilles Roudière2022-12-011-2/+2
* Add console wrapper app to handle console i/o redirection on Windows.bruvzg2022-10-311-0/+7
* [.NET Export] Improve .NET export process.bruvzg2022-10-071-2/+4
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-2/+2
* Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio2022-08-141-1/+5
* Update export dialog to handle many architecturesAaron Franke2022-07-291-13/+8
* Make some editor export methods constAaron Franke2022-07-291-2/+2
* Export: Fix template path for PC (Windows, Linux)Rémi Verschelde2022-07-291-1/+1
* Split up editor export code into multiple filesAaron Franke2022-07-261-0/+247