godot/platform/uwp
Rémi Verschelde 5011afcb6a Export: Improve usability of command line interface
I'm barely scratching the surface of the changes needed to make the
--export command line interface easy to use, but this should already
improve things somewhat.

- Streamline `can_export()` templates check in all platforms, checking
  first for the presence of official templates, then of any defined
  custom template, and reporting on the absence of any.
  Shouldn't change the actual return value much which is still true if
  either release or debug is usable - we might want to change that
  eventually and better validate against the requested target.

- Fix discrepancy between platforms using `custom_package/debug` and
  `custom_template/debug` (resp. `release`).
  All now use `custom_template`, which will break compatibility for
  `export_presets.cfg` with earlier projects (but is easy to fix).

- Use `can_export()` when attempting a command line export and report
  the same errors that would be shown in the editor.

- Improve error reporting after a failed export attempt, handling
  missing template and invalid path more gracefully.

- Cleanup of unused stuff in EditorNode around the export workflow.

- Improve --export documentation in --help a bit.

Fixes #16949 (at least many of the misunderstandings listed there).
Fixes #18470.
2020-01-07 14:25:56 +01:00
..
export Export: Improve usability of command line interface 2020-01-07 14:25:56 +01:00
app.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
app.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
context_egl_uwp.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
context_egl_uwp.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
detect.py pcre2: Use scons option to disable JIT on some platforms 2019-11-20 08:54:52 +01:00
joypad_uwp.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
joypad_uwp.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
logo.png Enhanced iOS and UWP logo on Export dialog 2017-11-29 17:34:01 +07:00
os_uwp.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
os_uwp.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
platform_config.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
power_uwp.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
power_uwp.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub Platform: Ensure classes match their header filename 2019-02-12 16:56:25 +01:00
thread_uwp.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
thread_uwp.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00