summaryrefslogtreecommitdiffstats
path: root/editor/export
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1122-0/+44
* Rebrand Godot to RedotRandolph W. Aarseth II2024-10-113-9/+9
* [GDExtension] Improve error messages during export.bruvzg2024-10-031-0/+6
* Merge pull request #96980 from m4gr3d/enable_legacy_build_customization_by_pl...Rémi Verschelde2024-10-013-2/+32
|\
| * Expose `get_export_option_visibility` to editor pluginsFredia Huya-Kouadio2024-09-293-2/+32
* | Merge pull request #93311 from dsnopek/gdextension-required-virtualsRémi Verschelde2024-09-274-26/+26
|\ \
| * | GDExtension: Mark virtual function as `is_required` in `extension_api.json`David Snopek2024-09-114-26/+26
* | | Merge pull request #97118 from mihe/patch-exportsRémi Verschelde2024-09-2610-12/+481
|\ \ \
| * | | Add ability to export patch packsMikael Hermansson2024-09-2510-12/+481
* | | | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/ / /
* | | Style: Apply new `clang-format` changesThaddeus Crews2024-09-201-1/+1
* | | Set auto translate mode for drag previewsHaoyu Qiu2024-09-191-0/+1
| |/ |/|
* | C#: Fallback to CoreCLR/MonoVM hosting APIs when hostfxr/NativeAOT failsRaul Santos2024-09-162-0/+5
* | [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-122-7/+0
|/
* Extract editor main screenkit2024-09-091-1/+1
* Merge pull request #96603 from bruvzg/fs_ext_listRémi Verschelde2024-09-061-1/+1
|\
| * [FileSystem Dock] Add option to show some unsupported files in the dock.bruvzg2024-09-051-1/+1
* | Don't use EditorSettings metadatakobewi2024-09-051-2/+2
|/
* Cleanup of raw `nullptr` checks with `Ref`A Thousand Ships2024-08-311-1/+1
* Disable export template downloading in offline modeHaoyu Qiu2024-08-302-32/+76
* Merge pull request #90782 from bruvzg/export_platform_extensionRémi Verschelde2024-08-3012-106/+824
|\
| * Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-2812-106/+824
* | [Scene] Add SceneStringName::toggledYuri Rubinsky2024-08-281-2/+2
|/
* Update the `GodotHost` interface to support signing and verifying Android apksFredia Huya-Kouadio2024-08-264-17/+6
* Remove empty bind_methods()kobewi2024-08-152-4/+0
* Fix error when exporting files without import parametersyds2024-07-151-4/+12
* Fix a bunch of orphan StringName errors at ProjectSettings/Editor exitYuri Rubinsky2024-07-091-2/+2
* EditorExportPlugin: Call _export_file for all resource typesAllen Pestaluky2024-07-041-91/+90
* Revert "Allow skipping imported resource files from export"Allen Pestaluky2024-07-031-12/+0
* Merge pull request #92750 from bruvzg/ios_autogenRémi Verschelde2024-06-216-0/+3142
|\
| * [iOS export] Automatically generate ARM64 simulator library from device libra...bruvzg2024-06-166-0/+3142
* | [Scene] Add `SceneStringNames::text/value_changed`A Thousand Ships2024-06-191-8/+8
* | [Scene] Add `SceneStringNames::confirmed`A Thousand Ships2024-06-192-4/+4
* | [Scene] Add `SceneStringNames::item_selected`A Thousand Ships2024-06-191-3/+3
* | [Scene] Add `SceneStringNames::font(_size/_color)`A Thousand Ships2024-06-183-12/+12
|/
* Fix Bug when downloading export templates and re-open the template manager #9...Hilderin2024-06-141-1/+1
* [Scene] Add `SceneStringNames::id_pressed`A Thousand Ships2024-05-302-2/+2
* Merge pull request #90365 from KoBeWi/export_any%_speedrunRémi Verschelde2024-05-301-0/+12
|\
| * Allow skipping imported resource files from exportkobewi2024-04-081-0/+12
* | Fix export dialog sizing issue on small devicesFredia Huya-Kouadio2024-05-181-5/+19
* | [Scene] Add SceneStringNames::pressedA Thousand Ships2024-05-142-14/+14
* | 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-262-0/+12
|\ \
| * | Add `single`/`double` as export features automaticallyMikael Hermansson2023-11-102-0/+12
* | | Merge pull request #90611 from m4gr3d/automatically_generate_debug_keystoreRémi Verschelde2024-04-221-0/+7
|\ \ \
| * | | Automatically generate the Android debug keystoreFredia Huya-Kouadio2024-04-121-0/+7
* | | | Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-194-53/+7
* | | | Fix the logic to load export preset's options overridesFredia Huya-Kouadio2024-04-121-0/+8
|/ / /
* | | Revert pack trimming introduced by #82084Mikael Hermansson2024-04-103-50/+28
* | | [Windows] Support all possible suffixes for console wrapperA Thousand Ships2024-04-081-3/+16
| |/ |/|