summaryrefslogtreecommitdiffstats
path: root/editor/export
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@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-262-1/+27
|\| |
| * | Fix issue #97207 by filtering extension_list.cfgmendrak2024-11-212-1/+27
* | | 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-158-29/+115
|\|
| * 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 commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-124-29/+100
|\|
| * 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 commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-304-13/+13
|\|
| * 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
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-2722-44/+44
* | Merge commit godotengine/godot@80f0b33313dae52d072ba2771a88ebcc4f0b4d6dSpartan3222024-10-181-5/+1
|\|
| * Don't flip playback control buttons in RTL layoutHaoyu Qiu2024-10-161-5/+1
* | Merge commit godotengine@92e51fca7247c932f95a1662aefc28aca96e8de6Spartan3222024-10-141-1/+2
|\|
| * Refresh Filesystem Dock after android build template is createdAnish Mishra2024-10-081-1/+2
* | 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