summaryrefslogtreecommitdiffstats
path: root/editor/export/editor_export_platform.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-1/+25
|\
| * Fix issue #97207 by filtering extension_list.cfgmendrak2024-11-211-1/+25
| | | | | | | | | | | | | | | | The implemented solution to the problem of the error message appearing when an excluded GDExtension in an export of a project, is to filter the lines in the extension_list.cfg file to only include those that are in the paths actually included for export. If there are no entries remaining, don't write the file at all.
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-21/+61
|\|
| * Allow setting custom initialization vector for FileAccessEncrypted. Add ↵bruvzg2024-11-131-21/+61
| | | | | | | | export setting to set static seed for PCK encryption initialization vectors.
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-22/+89
|\|
| * Add ability for PCK patches to remove filesJuan2024-11-111-22/+89
| | | | | | | | Co-authored-by: Mikael Hermansson <mikael@hermansson.io>
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Linux Editor tests workflow matrix Add Windows Editor w/ Mono workflow matrix Add Generate Glue Code job to Windows workflow Add Build GodotSharp job to Windows workflow Add godot compatibility version references Add Godot author info Add Godot version compatibility info Add Godot donor info Add Godot authors and donors to editor_about.cpp Credits: Co-authored-by: Skogi <skogi.b@gmail.com> Co-authored-by: Spartan322 <Megacake1234@gmail.com> Co-authored-by: swashberry <swashdev@pm.me> Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com> Co-authored-by: radenthefolf <radenthefolf@gmail.com> Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com> Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com> Co-authored-by: decryptedchaos <nixgod@gmail.com> Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com> Co-authored-by: Mister Puma <MisterPuma80@gmail.com> Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com> Co-authored-by: SingleError <isaaconeoneone@gmail.com> Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
* Add ability to export patch packsMikael Hermansson2024-09-251-6/+168
| | | | Co-authored-by: Poq Xert <poqxert@poqxert.ru>
* 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
| | | | | | Update the export logic to enable apk generation and signing for Android editor builds Note: Only legacy builds are supported. Gradle builds are not supported at this point in time.
* 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
| | | | | | | - Alternate fix to #67844 that calls `_export_file` for all resource types instead of implementing `skip()` for customize functions. - Fixes #93823. - Moved logic surrounding "Skip" and "Keep" imported files to happen before resource customization. Fixes #93825. - Also fixes an issue that I suspect might exist where progress bars during export were incorrect due to imported files in the project that are configured as "Keep" or "Skip".
* Revert "Allow skipping imported resource files from export"Allen Pestaluky2024-07-031-12/+0
| | | | This reverts commit 398892ccc01cec724c5f4c9cdfd0fb7e746a0fa7.
* [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 export
| * 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 automatically
| * | 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) ↵bruvzg2024-03-121-0/+5
| | | | | | | | importable formats, auto set it for the images used by bitmap font.
* | 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 PCKs
| * | Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-25/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes godotengine#82061 fixes godotengine#61556 Also, distinguish between main pack and DLC packs. It's desirable to downloaded content to be as small as possible. This change avoids bloating non-main pack files with new versions of resources that are all read on startup and never used again. They have no effect if loaded after startup. - project.godot/project.binary file - extension_list.cfg - app icon and boot_splash - .ico and .icns files (these can still be opted in for DLC by listing them explicitly in the include filter)
* | | [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
| | | | | | | | | | | | | | | | | | | | | | | | | | This change introduces a new EditorThemeManager class to abstract theme generatio and its subroutines. Logic related to EditorTheme, EditorColorMap, and editor icons has been extracted into their respective files with includes cleaned up. All related files have been moved to a separate folder to better scope them in the project. This includes relevant generated files as well.
* | Update deferred calls to use Callableskobewi2024-01-091-1/+1
| |
* | Merge pull request #72572 from ↵Rémi Verschelde2024-01-041-1/+3
|\ \ | | | | | | | | | | | | | | | Daylily-Zeleen/daylily-zeleen/override_export_end_in_Cpp Provide ability to override `EditorExportPlugin::_export_end()` in C++
| * | 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
| | | | | | | | | | | | | | | | | | | | | Also fixes the timing issue when exporting all presets at the same time, where the error report would try to appear while the progress dialog was still visible.
* | | Set language encoding flag when using ZIPPackerHaoyu Qiu2023-12-051-2/+2
| |/ |/| | | | | | | When non-ASCII filenames are used, this indicates that the encoding is UTF-8. Programs like ZIPReader can then parse the filename correctly.
* | Merge pull request #82103 from bruvzg/icu_exportRémi Verschelde2023-10-031-10/+14
|\ \ | | | | | | | | | [Export] Fix TextServer data export.
| * | [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
| | | | | | | | This also exposes `EditorInterface::get_editor_theme`.
* | 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 singleton
| * | Add EditorStringNames singletonkobewi2023-09-031-10/+11
| | |
* | | Remove nondeterminism in pck_packerDavid Nikdel2023-09-031-2/+2
|/ / | | | | | | | | | | | | | | | | | | | | PCK files (like other build products) should be deterministic based on their inputs. Removed calls to Math::rand() that are being used to generate padding. Looks like these were introduced as part of adding encryption support, but the padding being random does not have any cryptographic significance. This can be trivially inferred since file blocks that happen to be aligned don't get padding anyway. If there's a desire to indroduce something that functions as a nonce it should probably be added explicitly and only if encryption is enabled. remove Math::rand() calls in editor_export_platform.cpp follow up to make consistent with pck_packer
* | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The previous packaging format for Godot Android plugins consisted of the plugin's `gdap` config file accompanied by binaries defined in the `gdap` file. This format is now deprecated (starting with Godot 4.2), and instead Godot Android plugins are now packaged as `EditorExportPlugin` plugins. The `EditorExportPlugin` class has been updated with the following methods to provide the necessary set of functionality: - `_supports_platform`: returns true if the plugin supports the given platform - `_get_android_dependencies`: retrieve the set of android dependencies (e.g: `org.godot.example:my-plugin:0.0.0`) provided by the plugin - `_get_android_dependencies_maven_repos`: retrieve the urls of the maven repos for the provided android dependencies - `_get_android_libraries`: retrieve the local paths of the android libraries (AAR files) provided by the plugin - `_get_android_manifest_activity_element_contents`: update the contents of the `<activity>` element in the generated Android manifest - `_get_android_manifest_application_element_contents`: update the contents of the `<application>` element in the generated Android manifest - `_get_android_manifest_element_contents`: update the contents of the `<manifest>` element in the generated Android manifest