summaryrefslogtreecommitdiffstats
path: root/editor/export
Commit message (Expand)AuthorAgeFilesLines
* Add persistent states for export with debug, as patch on editor restartsGiganzo2024-11-171-3/+8
* Fix incorrect order: `TTR(vformat` instead of `vformat(TTR`Chaosus2024-11-141-2/+2
* Allow setting custom initialization vector for FileAccessEncrypted. Add expor...bruvzg2024-11-137-27/+113
* Merge pull request #97356 from reduz/pck-file-removalThaddeus Crews2024-11-113-25/+96
|\
| * Add ability for PCK patches to remove filesJuan2024-11-113-25/+96
* | Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-4/+4
|/
* Merge pull request #98039 from aaronfranke/button-iconThaddeus Crews2024-10-292-7/+7
|\
| * Rename internal Button icon to button_icon to match exposed methodsAaron Franke2024-10-292-7/+7
* | Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-252-6/+6
|/
* Don't flip playback control buttons in RTL layoutHaoyu Qiu2024-10-161-5/+1
* Refresh Filesystem Dock after android build template is createdAnish Mishra2024-10-081-1/+2
* [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