virtualx-engine/drivers/unix
bruvzg 59085d5051
[Windows] Improve console handling and execute.
Always build with the GUI subsystem.
Redirect stdout and stderr output to the parent process console.
Use CreateProcessW for blocking `execute` calls with piped stdout and stderr (prevent console windows for popping up when used with the GUI subsystem build, and have more consistent behavior with non-blocking calls).
Add `open_console` argument to the `execute` to open a new console window (for both blocking and non-blocking calls).
Remove `interface/editor/hide_console_window` editor setting.
Remove `Toggle System Console` menu option.
Remove `set_console_visible` and `is_console_visible` functions.
2021-12-18 10:13:27 +02:00
..
dir_access_unix.cpp Fix Directory::get_space_left() result on macOS and Linux. 2021-06-01 12:53:31 +02:00
dir_access_unix.h Add symlink API to the DirAccess (on macOS and Linux). 2021-05-22 17:36:16 +03:00
file_access_unix.cpp Only print message for get_modified_time() failure when in verbose mode 2021-12-02 17:28:57 +01:00
file_access_unix.h Make all file access 64-bit (uint64_t) 2021-05-16 17:52:31 +02:00
ip_unix.cpp Add missing WIN32_LEAN_AND_MEAN 2021-09-23 10:36:31 +02:00
ip_unix.h Support multiple address resolution in DNS requests 2021-06-09 12:06:46 +07:00
net_socket_posix.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
net_socket_posix.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
os_unix.cpp [Windows] Improve console handling and execute. 2021-12-18 10:13:27 +02:00
os_unix.h [Windows] Improve console handling and execute. 2021-12-18 10:13:27 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
syslog_logger.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
syslog_logger.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
thread_posix.cpp Thread: Re-add pthread_np.h include for FreeBSD/OpenBSD 2021-03-16 11:33:55 +01:00
thread_posix.h Modernize Thread 2021-02-18 11:58:08 +01:00