summaryrefslogtreecommitdiffstats
path: root/editor/export
Commit message (Expand)AuthorAgeFilesLines
* [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-152-13/+13
* Expose EditorExportPlatform::get_os_name()Aaron Franke2023-09-072-0/+7
* Merge pull request #80573 from KoBeWi/2k_lines_of_changes_created_at_2AMYuri Sizov2023-09-063-27/+30
|\
| * Add EditorStringNames singletonkobewi2023-09-033-27/+30
* | 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
* Merge pull request #81016 from YeldhamDev/took_me_a_while_to_discover_why_my_...Rémi Verschelde2023-08-281-1/+1
|\
| * Keep `_export_begin()`'s `path` argument always consistentMichael Alexsander2023-08-271-1/+1
* | Fix overriding _export_begin, _export_file and _export_end from GDExtensionDavid Snopek2023-08-251-3/+3
|/
* Fix redundant enter tree notification in project export texture formatAaron Franke2023-08-241-1/+0
* Add a button in the export dialog to fix missing texture formatsAaron Franke2023-08-174-27/+84
* Add a "version" project setting and use it in new export presetsHugo Locurcio2023-08-042-0/+40
* Re-architect how Android plugins are packaged and handled at export timeFredia Huya-Kouadio2023-07-185-12/+148
* Extract and reorganize texture resource classesHendrik Brucker2023-07-143-0/+3
* Fix export options of scripted EditorExportPluginsRedworkDE2023-07-046-29/+38
* Check if the required texture format is imported in the export dialogAaron Franke2023-06-201-8/+5
* Allow exporting release Android builds without a debug keystoreMichael Alexsander2023-06-194-6/+7
* Merge pull request #75984 from KoBeWi/ConsoleMcWrapRémi Verschelde2023-06-121-2/+2
|\
| * Rename console script to wrapperkobewi2023-04-121-2/+2
* | Fix include text when excluding resources to exportMartin Boué2023-05-111-0/+2
* | Store sensitive export options in dedicated credentials fileAndreas Raddau2023-05-105-8/+54
* | Merge pull request #76540 from reduz/redo-remote-filesystemRémi Verschelde2023-05-082-59/+51
|\ \
| * | Redo how the remote filesystem worksJuan Linietsky2023-05-082-59/+51
* | | Merge pull request #74264 from timothyqiu/self-awarenessRémi Verschelde2023-05-081-5/+0
|\ \ \
| * | | Allow EditorInspector to change its property name style when necessaryHaoyu Qiu2023-04-291-5/+0
| |/ /
* / / Explicitly mark inherited export mode when making a dedicated server exportDavid Snopek2023-05-031-1/+7
|/ /
* | Merge pull request #76026 from YuriSizov/editor-running-up-that-guiRémi Verschelde2023-04-261-0/+1
|\ \
| * | Extract editor run toolbar into its own componentYuri Sizov2023-04-191-0/+1
* | | Implement and expose OS::shell_show_in_file_manager()Daylily-Zeleen2023-04-251-1/+1
|/ /
* | [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-196-7/+24
* | Merge pull request #72895 from RedworkDE/editor-export-plugin-settingsRémi Verschelde2023-04-174-4/+54
|\ \ | |/ |/|
| * Allow EditorExportPlugins to provide export optionsRedworkDE2023-04-074-4/+54
* | Improve includes of EditorNode (and everything else)Yuri Sizov2023-04-071-1/+2
|/
* Merge pull request #75141 from rcorre/rrc/dialog-posYuri Sizov2023-03-281-0/+1
|\
| * Apply clamp_to_embedder on parent resize and popup.Ryan Roden-Corrent2023-03-271-0/+1
* | Merge pull request #74684 from clayjohn/export-texRémi Verschelde2023-03-191-12/+23
|\ \
| * | Delete unused compression formats from .imoprt files when exportingclayjohn2023-03-091-12/+23
* | | Merge pull request #74727 from AThousandShips/project_settingsYuri Sizov2023-03-151-2/+0
|\ \ \
| * | | Exposing more project settings for documentationNinni Pipping2023-03-151-2/+0
| |/ /
* / / Remember directory when installing templates filekobewi2023-03-101-0/+2
|/ /
* | Merge pull request #73365 from bruvzg/no_transient_childrenRémi Verschelde2023-03-021-1/+1
|\ \ | |/ |/|
| * Automatically reparent editor message dialogs to avoid error spam.bruvzg2023-02-211-1/+1
* | Export: Default to exporting S3TC + BPTC for PC platformsRémi Verschelde2023-02-231-7/+1
|/
* Merge pull request #73195 from timothyqiu/weblate-commentsRémi Verschelde2023-02-171-1/+2
|\
| * Improvements and fixes based on Weblate commentsHaoyu Qiu2023-02-131-1/+2
* | Fix `texture_format/bptc` export optionRedworkDE2023-02-141-0/+3
* | Reword misleading error messages in PCK exportPedro J. Estébanez2023-02-141-2/+2
|/
* Bind `EditorExportPlugin::_get_export_features`RedworkDE2023-02-071-0/+1
* Merge pull request #72412 from dsnopek/dedicated-server-export-ui-improvementRémi Verschelde2023-02-012-6/+31
|\