virtualx-engine/doc
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
..
classes [Windows] Improve console handling and execute. 2021-12-18 10:13:27 +02:00
tools Make overridden properties link to parent definition 2021-12-03 17:48:49 +03:00
translations i18n: Sync classref translations with current docs 2021-12-16 17:05:49 +01:00
Doxyfile
Makefile Rename "makerst.py" to "make_rst.py" 2021-10-26 13:34:36 +02:00