summaryrefslogtreecommitdiffstats
path: root/editor/export/project_export.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-0/+1
|\
| * Merge pull request #97884 from passivestar/list-variationsThaddeus Crews2024-11-271-0/+1
| |\
| | * Add theme type variations for secondary Trees and ItemListspassivestar2024-11-191-0/+1
* | | Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-3/+8
|\| |
| * | Add persistent states for export with debug, as patch on editor restartsGiganzo2024-11-171-3/+8
| |/
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-0/+25
|\|
| * Allow setting custom initialization vector for FileAccessEncrypted. Add expor...bruvzg2024-11-131-0/+25
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-6/+6
|\|
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-291-6/+6
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-4/+4
|/
* Add ability to export patch packsMikael Hermansson2024-09-251-3/+186
* Set auto translate mode for drag previewsHaoyu Qiu2024-09-191-0/+1
* [FileSystem Dock] Add option to show some unsupported files in the dock.bruvzg2024-09-051-1/+1
* [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-2/+2
* Update the `GodotHost` interface to support signing and verifying Android apksFredia Huya-Kouadio2024-08-261-13/+1
* [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-8/+8
* [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-191-2/+2
* [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-3/+3
* [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-181-5/+5
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-301-1/+1
* Fix export dialog sizing issue on small devicesFredia Huya-Kouadio2024-05-181-5/+19
* [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-141-9/+9
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-5/+5
* 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
* | [Native File Dialog] Add support for using native dialogs in the editor.bruvzg2024-03-281-14/+11
* | Fix unexpected auto translation of Tree contentHaoyu Qiu2024-03-181-0/+1
* | Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-0/+2
* | Fix PopupMenu doesn't respect it's ScrollContainer's marginsMounir Tohami2024-02-231-0/+1
* | Merge pull request #88419 from m4gr3d/add_export_preset_advanced_options_toggleRémi Verschelde2024-02-191-1/+29
|\ \
| * | Add an `Advanced Options` toggle to the editor export presetFredia Huya-Kouadio2024-02-181-1/+29
* | | Make auto translation inheritableMichael Alexsander2024-02-151-1/+1
|/ /
* | Allow export plugins to override export option valuesDavid Snopek2024-02-141-0/+5
* | GDScript: Enable compression on exportGeorge Marques2024-02-081-0/+2
* | GDScript: Reintroduce binary tokenization on exportGeorge Marques2024-02-081-1/+29
* | Split theme generation logic into several subroutinesYuri Sizov2024-01-161-1/+1
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* | 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
|/ /
* | 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
* | | Ensure more export errors are reported to usersYuri Sizov2023-12-061-25/+27
* | | Fix theme application in various editor dialogsYuri Sizov2023-12-041-6/+6
* | | Prevent the surface upgrade tool from running during exportYuri Sizov2023-11-201-4/+20
| |/ |/|
* | Merge pull request #79725 from Calinou/editor-export-mode-clarify-headingRémi Verschelde2023-10-301-2/+13
|\ \ | |/ |/|
| * Improve headings for the export mode in the Export dialogHugo Locurcio2023-07-201-2/+13