summaryrefslogtreecommitdiffstats
path: root/editor/export/editor_export_platform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-1/+25
|\
| * Fix issue #97207 by filtering extension_list.cfgmendrak2024-11-211-1/+25
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-21/+61
|\|
| * Allow setting custom initialization vector for FileAccessEncrypted. Add expor...bruvzg2024-11-131-21/+61
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-22/+89
|\|
| * Add ability for PCK patches to remove filesJuan2024-11-111-22/+89
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-181-5/+1
|\|
| * Don't flip playback control buttons in RTL layoutHaoyu Qiu2024-10-161-5/+1
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-2/+2
|/
* Add ability to export patch packsMikael Hermansson2024-09-251-6/+168
* Extract editor main screenkit2024-09-091-1/+1
* Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-281-76/+188
* Update the `GodotHost` interface to support signing and verifying Android apksFredia Huya-Kouadio2024-08-261-2/+0
* Fix error when exporting files without import parametersyds2024-07-151-4/+12
* EditorExportPlugin: Call _export_file for all resource typesAllen Pestaluky2024-07-041-91/+90
* Revert "Allow skipping imported resource files from export"Allen Pestaluky2024-07-031-12/+0
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-2/+2
* Merge pull request #90365 from KoBeWi/export_any%_speedrunRémi Verschelde2024-05-301-0/+12
|\
| * Allow skipping imported resource files from exportkobewi2024-04-081-0/+12
* | Merge pull request #84711 from mihe/double-export-featureRémi Verschelde2024-04-261-0/+6
|\ \
| * | Add `single`/`double` as export features automaticallyMikael Hermansson2023-11-101-0/+6
* | | Revert pack trimming introduced by #82084Mikael Hermansson2024-04-101-46/+25
| |/ |/|
* | [Import] Add "skip file" import option to skip (and exclude from export) impo...bruvzg2024-03-121-0/+5
* | Merge pull request #82084 from ogapo/pr/pck-cache-mergeRémi Verschelde2024-03-111-25/+46
|\ \
| * | Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-25/+46
* | | [Export] Use relative file base offset for embedded PCK.bruvzg2024-03-061-1/+9
|/ /
* | Add const lvalue ref to editor/* container parametersMuller-Castro2024-02-261-2/+2
* | Fix leak of scene used for customization during exportPedro J. Estébanez2024-02-231-0/+2
* | Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-1/+1
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | Update deferred calls to use Callableskobewi2024-01-091-1/+1
* | Merge pull request #72572 from Daylily-Zeleen/daylily-zeleen/override_export_...Rémi Verschelde2024-01-041-1/+3
|\ \
| * | Provide ability to override _export_end() in cpp.Daylily-Zeleen2023-04-221-1/+3
* | | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-4/+4
* | | Ensure more export errors are reported to usersYuri Sizov2023-12-061-1/+30
* | | Set language encoding flag when using ZIPPackerHaoyu Qiu2023-12-051-2/+2
| |/ |/|
* | Merge pull request #82103 from bruvzg/icu_exportRémi Verschelde2023-10-031-10/+14
|\ \
| * | [Export] Fix TextServer data export.bruvzg2023-09-221-10/+14
* | | Add error checks for DirAccess creation.Saracen2023-09-261-0/+2
|/ /
* | [Editor] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-151-1/+1
* | Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-9/+9
* | Expose EditorExportPlatform::get_os_name()Aaron Franke2023-09-071-0/+4
* | Merge pull request #80573 from KoBeWi/2k_lines_of_changes_created_at_2AMYuri Sizov2023-09-061-10/+11
|\ \
| * | Add EditorStringNames singletonkobewi2023-09-031-10/+11
* | | Remove nondeterminism in pck_packerDavid Nikdel2023-09-031-2/+2
|/ /
* | Android: Add option to always use WiFi to connect to remote debugBrennen Shaughnessy2023-08-281-1/+3
* | Fix overriding _export_begin, _export_file and _export_end from GDExtensionDavid Snopek2023-08-251-3/+3
* | Re-architect how Android plugins are packaged and handled at export timeFredia Huya-Kouadio2023-07-181-3/+21