godot/core/os
Luka Dornhecker ad504b926f Add option to toggle console window on Windows
This is an editor setting and its value can also be toggled
using an entry in the Editor toolbar. The console will still
appear briefly when starting the project manager or editor,
as it's still compiled as console application.

Does not impact exported games, which will still run without
console in release and with console in debug mode.

A project setting or export option could be added to disable
it in debug mode if there's demand for it, but that would
greatly reduce the usefulness of debug builds if Windows users
can no longer report error and crash messages.

Fixes #17889.

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
2019-06-20 16:55:52 +02:00
..
copymem.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
dir_access.cpp Add FileAccess::set_unix_permissions for Unix platforms 2019-04-07 15:45:30 -03:00
dir_access.h Fix code style issues 2019-01-26 22:35:31 +01:00
file_access.cpp Add FileAccess::set_unix_permissions for Unix platforms 2019-04-07 15:45:30 -03:00
file_access.h Add FileAccess::set_unix_permissions for Unix platforms 2019-04-07 15:45:30 -03:00
input_event.cpp Add configurable strength value to InputEventAction 2019-06-02 14:31:34 +02:00
input_event.h Made use of semicolons more consitent, fixed formatting 2019-06-19 15:24:31 +02:00
input.cpp Merge pull request #24437 from mateusfccp/single_quotes_option 2019-04-30 14:58:33 +02:00
input.h Add Input::get_current_cursor_shape 2019-04-15 15:22:09 -03:00
keyboard.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
keyboard.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
main_loop.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
main_loop.h Clean up notifications and merge Node and MainLoop ones for clarity, closes #27614 2019-04-04 10:34:41 -03:00
memory.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
memory.h Optimizations for trivial types 2019-01-03 08:47:34 +01:00
midi_driver.cpp Fix MIDI Note Off missing on some devices 2019-03-18 15:54:32 -03:00
midi_driver.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mutex.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mutex.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
os.cpp Add native window/taskbar icon support for Windows and macOS. 2019-05-24 14:23:57 +03:00
os.h Add option to toggle console window on Windows 2019-06-20 16:55:52 +02:00
rw_lock.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rw_lock.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build core's thirdparty code in own environment 2018-09-28 11:40:41 +02:00
semaphore.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
semaphore.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
thread_dummy.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
thread_dummy.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
thread_safe.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
thread_safe.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
thread.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
thread.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
threaded_array_processor.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00