godot/platform/uwp
Rémi Verschelde 93f1fb1c2f Fixes for new two-dash long command line arguments
- Fixes some single-dash leftovers that were missed in the previous commit
- Reorder the help output for clarity, and document missing options
- Drop obsolete options: --noop, --pack, --editor-scene, --level, --import, --import-script, --no-quit
- Improve error message on malformed arguments and do not display help on error
- Always use long form of arguments when starting a new Godot process from C++, for clarity and easy grepping
- Cleanup obsolete code here and there
2017-08-21 08:09:22 +02:00
..
export Fixes for new two-dash long command line arguments 2017-08-21 08:09:22 +02:00
app.cpp Fixes for new two-dash long command line arguments 2017-08-21 08:09:22 +02:00
app.h Fix compilation for UWP 2017-04-29 20:15:59 -03:00
detect.py UWP: Fix problem with Cert Kit validation 2017-07-12 01:24:07 -03:00
gl_context_egl.cpp Fix UWP compilation issues 2017-05-23 14:06:24 -03:00
gl_context_egl.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
joypad_uwp.cpp UWP: Add Gamepad vibration support 2017-08-07 00:09:18 -03:00
joypad_uwp.h UWP: Add Gamepad vibration support 2017-08-07 00:09:18 -03:00
logo.png Rename WinRT files to UWP 2016-11-03 14:51:08 -02:00
os_uwp.cpp -Renamed GlobalConfig to ProjectSettings, makes more sense. 2017-07-19 17:06:03 -03:00
os_uwp.h -Renamed GlobalConfig to ProjectSettings, makes more sense. 2017-07-19 17:06:03 -03:00
platform_config.h Add "Godot Engine contributors" copyright line 2017-04-08 00:11:42 +02:00
power_uwp.cpp Improve documentation of thirdparty code snippets 2017-05-07 11:42:37 +02:00
power_uwp.h Improve documentation of thirdparty code snippets 2017-05-07 11:42:37 +02:00
SCsub Fix compilation for UWP 2017-04-29 20:15:59 -03:00
thread_uwp.cpp Makes all Godot API's methods Lower Case 2017-08-07 18:24:35 +07:00
thread_uwp.h Makes all Godot API's methods Lower Case 2017-08-07 18:24:35 +07:00