virtualx-engine/platform/x11
Rémi Verschelde de59fe04e7 Add print_verbose to print to stdout only in verbose mode
Equivalent of the cumbersome:
if (OS::get_singleton()->is_stdout_verbose())
	print_line(msg);
2018-08-24 09:23:20 +02:00
..
export Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
context_gl_x11.cpp Experimental support for windows with per-pixel transparency (macOS, X11 and Windows). 2018-04-07 17:11:45 +03:00
context_gl_x11.h Experimental support for windows with per-pixel transparency (macOS, X11 and Windows). 2018-04-07 17:11:45 +03:00
crash_handler_x11.cpp Add a new notification to detect crashes on native scripts 2018-07-02 16:18:58 -03:00
crash_handler_x11.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
detect.py Merge pull request #20154 from marcelofg55/midi_driver 2018-07-25 01:17:57 +02:00
godot_x11.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
joypad_linux.cpp
joypad_linux.h
key_mapping_x11.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
key_mapping_x11.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
os_x11.cpp Add print_verbose to print to stdout only in verbose mode 2018-08-24 09:23:20 +02:00
os_x11.h Added a new MIDIDriver class 2018-07-21 09:09:42 -03:00
platform_config.h add GLES 2 renderer for 2D 2018-03-01 15:12:30 +01:00
platform_x11_builders.py Running builder (content generator) functions in subprocesses on Windows 2018-07-27 21:37:55 +02:00
power_x11.cpp
power_x11.h
SCsub Running builder (content generator) functions in subprocesses on Windows 2018-07-27 21:37:55 +02:00