summaryrefslogtreecommitdiffstats
path: root/editor/export/editor_export_platform.h
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-0/+2
|\
| * Fix issue #97207 by filtering extension_list.cfgmendrak2024-11-211-0/+2
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-6/+6
|\|
| * Allow setting custom initialization vector for FileAccessEncrypted. Add expor...bruvzg2024-11-131-6/+6
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-2/+6
|\|
| * Add ability for PCK patches to remove filesJuan2024-11-111-2/+6
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Add ability to export patch packsMikael Hermansson2024-09-251-2/+18
* Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
* Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-281-22/+83
* Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-191-1/+1
* Revert pack trimming introduced by #82084Mikael Hermansson2024-04-101-3/+2
* Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-2/+3
* Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
* Display a warning if device CPU architecture is not active in the export preset.Alexander Hartmann2024-02-231-0/+1
* Expose EditorExportPlatform::get_os_name()Aaron Franke2023-09-071-0/+3
* Add a button in the export dialog to fix missing texture formatsAaron Franke2023-08-171-2/+0
* Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* Allow exporting release Android builds without a debug keystoreMichael Alexsander2023-06-191-2/+2
* Store sensitive export options in dedicated credentials fileAndreas Raddau2023-05-101-0/+3
* Redo how the remote filesystem worksJuan Linietsky2023-05-081-0/+2
* [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-191-4/+7
* Refactor high quality texture importJuan Linietsky2023-01-301-0/+1
* Merge pull request #70377 from dsnopek/server-export-mk2Rémi Verschelde2023-01-231-0/+2
|\
| * Add "dedicated server" export mode which can strip unneeded visual resourcesDavid Snopek2023-01-231-0/+2
* | Merge pull request #63312 from bruvzg/one_clickRémi Verschelde2023-01-131-1/+9
|\ \ | |/ |/|
| * [Export] Add one-click deploy over SSH for the desktop exports.bruvzg2022-12-291-1/+9
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* [.NET Export] Improve .NET export process.bruvzg2022-10-071-0/+1
* Fix typo - "collison" -> "collision"danboo2022-09-291-1/+1
* Add support for scene/resource customization in export pluginsJuan Linietsky2022-09-011-0/+16
* [macOS export] Simplify code signing options, add support for rcodesign tool ...bruvzg2022-08-261-6/+8
* Refactor the export checking logic to improve separation of concernsFredia Huya-Kouadio2022-08-141-1/+3
* Remove duplicate data structure for export featuresAaron Franke2022-08-091-6/+1
* Make some editor export methods constAaron Franke2022-07-291-3/+3
* Split up editor export code into multiple filesAaron Franke2022-07-261-0/+221