summaryrefslogtreecommitdiffstats
path: root/editor/export/project_export.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix accessing editor theme items throughout the UIYuri Sizov2023-09-151-4/+4
* Add EditorStringNames singletonkobewi2023-09-031-10/+11
* Keep `_export_begin()`'s `path` argument always consistentMichael Alexsander2023-08-271-1/+1
* 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-171-8/+64
* Fix export options of scripted EditorExportPluginsRedworkDE2023-07-041-2/+2
* Fix include text when excluding resources to exportMartin Boué2023-05-111-0/+2
* 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
|/
* [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-191-0/+2
* 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
* | Automatically reparent editor message dialogs to avoid error spam.bruvzg2023-02-211-1/+1
|/
* Make it clearer that file modes propagate to children in the dedicated server...David Snopek2023-01-301-6/+30
* Merge pull request #70377 from dsnopek/server-export-mk2Rémi Verschelde2023-01-231-10/+122
|\
| * Add "dedicated server" export mode which can strip unneeded visual resourcesDavid Snopek2023-01-231-10/+122
* | Remove references to compiled GDScript in exportGeorge Marques2023-01-201-22/+0
* | Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde2023-01-181-5/+1
|\ \
| * | Remove set_drag_forwarding_compat()kobewi2023-01-141-5/+1
* | | Update all outdated online documentation linksYuri Sizov2023-01-141-1/+1
|/ /
* / Change set_drag_forwarding() to use callables.Juan Linietsky2023-01-101-1/+1
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Use forward-declarations in big editor classestrollodel2022-11-291-0/+7
* Unify usage of GLOBAL/EDITOR_GETkobewi2022-10-181-1/+1
* SCons: Re-enable treating `#warning` as error with `werror`Rémi Verschelde2022-10-101-3/+1
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-13/+13
* Port remaining connections to callable_mpTomasz Chabora2022-09-181-4/+4
* Disable menus and functionality that are not relevant on the Android Editor portFredia Huya-Kouadio2022-09-131-1/+14
* Rename `hint_tooltip` to `tooltip_text` & setgetMicky2022-08-271-5/+5
* Allow exporting PCK files without export templates installedAaron Franke2022-08-091-2/+1
* Remove excessive `editor/property_editor.h` includesYuri Sizov2022-08-011-0/+1
* Move project export and export template manager into export folderAaron Franke2022-07-261-0/+1290