godot/platform/windows
Rémi Verschelde 80e66a6214 Improve return value of OS.execute in blocking/non-blocking variants
Initialized the PID to -2, which will be the value returns in blocking-
mode where the PID is not available. (-1 was already taken to signify an
execution failure).

OS::execute will now properly return a non-OK error code when it fails
to execute the target file.

The documentation was rewritten to be very clear about the differences
between blocking and non-blocking mode.

Fixes #19056.

(cherry picked from commit f392650be2)
2018-11-01 11:39:20 +01:00
..
export Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
context_gl_win.cpp Explicitly set OpenGL profile to core (X11, Windows). 2018-04-14 20:56:49 +02:00
context_gl_win.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
crash_handler_win.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
crash_handler_win.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
ctxgl_procaddr.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
ctxgl_procaddr.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
detect.py Implement pull/18665 for 3.0 2018-05-13 22:32:01 +02:00
godot.ico
godot_res.rc Refactor version macros and fix related bugs 2018-02-24 01:34:34 +01:00
godot_win.cpp Style: Format code with clang-format 6.0.1 2018-07-18 16:37:23 +02:00
joypad.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
joypad.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
key_mapping_win.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
key_mapping_win.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
lang_table.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
logo.png
os_windows.cpp Improve return value of OS.execute in blocking/non-blocking variants 2018-11-01 11:39:20 +01:00
os_windows.h Add new window setting: always on top 2018-04-14 19:03:53 +02:00
platform_config.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
power_windows.cpp
power_windows.h
SCsub PEP3101 applied with changing old type string formatting as new ones 2018-02-19 22:25:41 +01:00
windows_terminal_logger.cpp
windows_terminal_logger.h