godot/platform/osx
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
..
export [Export] Read and ZIP project files in 16K chunks instead of reading the whole file at once. 2021-11-15 16:09:59 +01:00
crash_handler_osx.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
crash_handler_osx.mm [macOS] Fix crash handler not printing function names on M1 Macs. 2021-12-08 10:37:49 +01:00
detect.py Fix outdated SCons macOS build message 2021-11-12 23:05:54 +01:00
dir_access_osx.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
dir_access_osx.mm Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
godot_main_osx.mm Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
joypad_osx.cpp Fix crash on macOS (AS) when dualshock4 is removed 2021-11-17 16:37:33 +01:00
joypad_osx.h Remove unimplemented methods 2021-11-18 12:47:36 +00:00
logo.png platform: Update metadata for export platforms 2020-08-14 00:32:05 +02:00
os_osx.h [Windows] Improve console handling and execute. 2021-12-18 10:13:27 +02:00
os_osx.mm [Windows] Improve console handling and execute. 2021-12-18 10:13:27 +02:00
platform_config.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
platform_osx_builders.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
power_osx.cpp clang-format: Various fixes to comments alignment from clang-format 13 2021-10-28 14:50:32 +02:00
power_osx.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
SCsub Modernize Semaphore 2021-02-18 11:58:08 +01:00