summaryrefslogtreecommitdiffstats
path: root/editor/export/editor_export_plugin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Merge pull request #96980 from m4gr3d/enable_legacy_build_customization_by_pl...Rémi Verschelde2024-10-011-0/+7
|\
| * Expose `get_export_option_visibility` to editor pluginsFredia Huya-Kouadio2024-09-291-0/+7
* | Merge pull request #93311 from dsnopek/gdextension-required-virtualsRémi Verschelde2024-09-271-4/+4
|\ \ | |/ |/|
| * GDExtension: Mark virtual function as `is_required` in `extension_api.json`David Snopek2024-09-111-4/+4
* | C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT failsRaul Santos2024-09-161-0/+4
* | [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-5/+0
|/
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-1/+1
* Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-281-0/+11
* Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-191-0/+4
* Allow export plugins to override export option valuesDavid Snopek2024-02-141-0/+7
* Merge pull request #72572 from Daylily-Zeleen/daylily-zeleen/override_export_...Rémi Verschelde2024-01-041-0/+2
|\
| * Provide ability to override _export_end() in cpp.Daylily-Zeleen2023-04-221-0/+2
* | Re-architect how Android plugins are packaged and handled at export timeFredia Huya-Kouadio2023-07-181-1/+80
|/
* Allow EditorExportPlugins to provide export optionsRedworkDE2023-04-071-0/+29
* Bind `EditorExportPlugin::_get_export_features`RedworkDE2023-02-071-0/+1
* Merge pull request #70377 from dsnopek/server-export-mk2Rémi Verschelde2023-01-231-2/+8
|\
| * Add "dedicated server" export mode which can strip unneeded visual resourcesDavid Snopek2023-01-231-2/+8
* | Remove redundant definition of `convert_text_resources_to_binary`Mikael Hermansson2023-01-211-2/+0
* | Merge pull request #63312 from bruvzg/one_clickRémi Verschelde2023-01-131-0/+5
|\ \ | |/ |/|
| * [Export] Add one-click deploy over SSH for the desktop exports.bruvzg2022-12-291-0/+5
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* Simplify GDVIRTUAL_REQUIRED_CALL callskobewi2022-11-301-16/+8
* Simplify GDVIRTUAL_CALL callskobewi2022-10-191-8/+4
* Add support for scene/resource customization in export pluginsJuan Linietsky2022-09-011-28/+68
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-1/+1
* Split up editor export code into multiple filesAaron Franke2022-07-261-0/+201