godot/drivers/unix
bruvzg ea5bb8b47d
[Windows] Improve console handling and execute/create_process.
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 `create_process`).
Add `open_console` argument to the `execute` and `create_process` to open a new console window.
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:14:07 +02:00
..
dir_access_unix.cpp Add / to the unix shortcut drive list 2021-12-15 21:13:35 +08:00
dir_access_unix.h Add / to the unix shortcut drive list 2021-12-15 21:13:35 +08:00
file_access_unix.cpp Replace String comparisons with "", String() to is_empty() 2021-12-09 04:48:38 -06:00
file_access_unix.h Core: Move DirAccess and FileAccess to core/io 2021-06-11 14:52:39 +02:00
ip_unix.cpp Replaced NULL with nullptr 2021-10-12 20:20:19 +07:00
ip_unix.h Support multiple address resolution in DNS requests 2021-06-01 11:24:34 +07:00
net_socket_posix.cpp Use range iterators for Map 2021-09-30 15:09:12 -06:00
net_socket_posix.h Rename IP_Unix, IP_Address and TCP_Server to remove underscores 2021-05-06 02:52:01 +02:00
os_unix.cpp [Windows] Improve console handling and execute/create_process. 2021-12-18 10:14:07 +02:00
os_unix.h [Windows] Improve console handling and execute/create_process. 2021-12-18 10:14:07 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
syslog_logger.cpp Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
syslog_logger.h Update copyright statements to 2021 2021-01-01 20:19:21 +01:00
thread_posix.cpp Thread: Re-add pthread_np.h include for FreeBSD/OpenBSD 2021-03-14 22:42:48 +01:00
thread_posix.h Modernize Thread 2021-01-29 12:02:13 +01:00