summaryrefslogtreecommitdiffstats
path: root/editor/export
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary `this->` expressionsA Thousand Ships2024-01-291-1/+1
* Merge pull request #79374 from raulsntos/ignore-directories-in-tpzYuri Sizov2024-01-241-0/+7
|\
| * Ignore directory entries in TPZRaul Santos2023-07-121-0/+7
* | Split theme generation logic into several subroutinesYuri Sizov2024-01-162-2/+2
* | Reorganize code related to editor themingYuri Sizov2024-01-163-3/+3
* | Merge pull request #87183 from hakro/where-is-my-tooltipRémi Verschelde2024-01-151-0/+2
|\ \
| * | Add some tooltips to the export buttonsHakim2024-01-151-0/+2
* | | Set an appropriate minimum size for labels in windows that display incorrectly风青山2024-01-121-0/+1
|/ /
* | Update deferred calls to use Callableskobewi2024-01-091-1/+1
* | Add const lvalue ref to container parametersMuller-Castro2024-01-051-1/+1
* | Merge pull request #83577 from DennisManaa/fix-translation-for-item-listRémi Verschelde2024-01-041-0/+1
|\ \
| * | Implement automatic translation for ItemListDennisManaa2023-10-231-0/+1
* | | Merge pull request #72572 from Daylily-Zeleen/daylily-zeleen/override_export_...Rémi Verschelde2024-01-043-2/+7
|\ \ \
| * | | Provide ability to override _export_end() in cpp.Daylily-Zeleen2023-04-223-2/+7
* | | | Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-4/+4
* | | | Ensure more export errors are reported to usersYuri Sizov2023-12-063-26/+58
* | | | Set language encoding flag when using ZIPPackerHaoyu Qiu2023-12-051-2/+2
* | | | Fix theme application in various editor dialogsYuri Sizov2023-12-042-7/+6
* | | | Prevent the surface upgrade tool from running during exportYuri Sizov2023-11-202-5/+24
* | | | [Export] Improve app / file version validation.bruvzg2023-11-011-17/+41
* | | | Merge pull request #79725 from Calinou/editor-export-mode-clarify-headingRémi Verschelde2023-10-302-2/+14
|\ \ \ \ | |_|/ / |/| | |
| * | | Improve headings for the export mode in the Export dialogHugo Locurcio2023-07-202-2/+14
* | | | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
* | | | 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-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