| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a "version" project setting and use it in new export presets | Hugo Locurcio | 2023-08-04 | 1 | -4/+4 |
* | Added Image's `load_svg_from_(buffer|string)` | Felipe Augusto Marques | 2023-06-23 | 1 | -3/+2 |
* | SCons: Move platform logo/run icon to `export` folder | Rémi Verschelde | 2023-06-20 | 1 | -2/+2 |
* | Allow exporting release Android builds without a debug keystore | Michael Alexsander | 2023-06-19 | 1 | -2/+2 |
* | Style: Harmonize header includes in platform ports | Rémi Verschelde | 2023-06-08 | 1 | -2/+3 |
* | Enhance icon fallback and their docs for exporters | Michael Alexsander | 2023-06-03 | 1 | -1/+10 |
* | Store sensitive export options in dedicated credentials file | Andreas Raddau | 2023-05-10 | 1 | -12/+12 |
* | Extract editor run toolbar into its own component | Yuri Sizov | 2023-04-19 | 1 | -0/+1 |
* | [Export] Add readable descriptions and validation warnings to the export opti... | bruvzg | 2023-04-19 | 1 | -45/+85 |
* | Fix Windows to Windows SSH remote deploy. Fix Windows `execute` exit code. | bruvzg | 2023-02-27 | 1 | -0/+8 |
* | [Windows Export] Pass password only when using PKCS12 file, fix executable na... | bruvzg | 2023-02-22 | 1 | -2/+3 |
* | Fix split allow empty string in SSH export plugin | daviirodrig | 2023-01-27 | 1 | -2/+2 |
* | Merge pull request #63312 from bruvzg/one_click | Rémi Verschelde | 2023-01-13 | 1 | -4/+312 |
|\ |
|
| * | [Export] Add one-click deploy over SSH for the desktop exports. | bruvzg | 2022-12-29 | 1 | -4/+312 |
* | | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
|/ |
|
* | add missing comma in file filter | Selene29 | 2022-12-17 | 1 | -1/+1 |
* | [Export] Use image loader directly to avoid "resource as image file" errors. | bruvzg | 2022-11-21 | 1 | -2/+5 |
* | Windows icon export improvements. | bruvzg | 2022-11-18 | 1 | -3/+130 |
* | [Windows] Add icon to the console wrapper, add option to set icon for the con... | bruvzg | 2022-11-15 | 1 | -2/+9 |
* | Add console wrapper app to handle console i/o redirection on Windows. | bruvzg | 2022-10-31 | 1 | -37/+11 |
* | Unify usage of GLOBAL/EDITOR_GET | kobewi | 2022-10-18 | 1 | -7/+7 |
* | [Windows] Improve build environment detection, add support for Windows on ARM. | bruvzg | 2022-08-27 | 1 | -1/+1 |
* | [macOS export] Simplify code signing options, add support for rcodesign tool ... | bruvzg | 2022-08-26 | 1 | -5/+9 |
* | Refactor the export checking logic to improve separation of concerns | Fredia Huya-Kouadio | 2022-08-14 | 1 | -2/+13 |
* | Merge pull request #63563 from aaronfranke/export-arch | Rémi Verschelde | 2022-07-30 | 1 | -0/+1 |
|\ |
|
| * | Update export dialog to handle many architectures | Aaron Franke | 2022-07-29 | 1 | -0/+1 |
* | | Improve some export error messages. | bruvzg | 2022-07-29 | 1 | -4/+4 |
|/ |
|
* | Update export template names for Windows, Mac, and Linux | Aaron Franke | 2022-07-22 | 1 | -1/+1 |
* | Add readable export errors. | bruvzg | 2022-06-08 | 1 | -22/+50 |
* | Replace most uses of Map by HashMap | reduz | 2022-05-16 | 1 | -1/+1 |
* | Fix export plugins after embedded PCK loading changes. | bruvzg | 2022-05-04 | 1 | -7/+10 |
* | [Windows Export] Improve error messages for missing rcedit and signtool. | bruvzg | 2022-04-28 | 1 | -12/+8 |
* | Improve embedded PCK loading and exporting. | bruvzg | 2022-04-20 | 1 | -16/+40 |
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -8/+5 |
* | Generate export template file names instead of having a fixed set | Aaron Franke | 2022-03-22 | 1 | -0/+4 |
* | Move extension logic to EditorExportPlatformLinuxBSD | Aaron Franke | 2022-03-21 | 1 | -0/+6 |
* | Move fixup_embedded_pck to EditorExportPlatform classes | Aaron Franke | 2022-03-20 | 1 | -0/+71 |
* | [Export] Add "export console script" option for Linux, macOS, and Windows exp... | bruvzg | 2022-03-14 | 1 | -0/+29 |
* | Improve compilation speed (forward declarations/includes cleanup) | Hendrik Brucker | 2022-02-12 | 1 | -0/+3 |
* | Add warning for Windows export when rcedit is not configured | NeilKleistGao | 2022-02-03 | 1 | -2/+46 |
* | [Export] Instead of removing unsupported options, hide it. | bruvzg | 2022-01-22 | 1 | -2/+8 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -15/+15 |
* | Split windows platform export template into multiple files | Sergey Minakov | 2021-08-12 | 1 | -0/+323 |