summaryrefslogtreecommitdiffstats
path: root/editor/export
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #88325 from akien-mga/texture-formatsRémi Verschelde2024-02-171-15/+16
|\ \ \ \
| * | | | Export: Unify settings for PC texture formatsRémi Verschelde2024-02-141-11/+16
| * | | | Remove code relative to obsoleted ETC texture formatRémi Verschelde2024-02-141-4/+0
* | | | | Merge pull request #88297 from dsnopek/android-configure-gradle-pathRémi Verschelde2024-02-172-19/+65
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Android: Allow using alternative Gradle build directoryDavid Snopek2024-02-162-19/+65
| |/ / /
* / / / Allow export plugins to override export option valuesDavid Snopek2024-02-145-1/+58
|/ / /
* | | Merge pull request #88084 from ckaiser/feature/use_indeterminate_progressbarRémi Verschelde2024-02-091-1/+7
|\ \ \
| * | | Use indeterminate progressbars for downloads (export templates & assets)Christian Kaiser2024-02-081-1/+7
| |/ /
* | | GDScript: Enable compression on exportGeorge Marques2024-02-083-2/+5
* | | GDScript: Reintroduce binary tokenization on exportGeorge Marques2024-02-085-1/+53
|/ /
* | 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