OpenTTD/src/video
Patric Stout 07add7a96e
Fix: [Win32] position window in center of workspace of primary display (#10942)
2023-06-04 18:38:16 +00:00
..
cocoa Codechange: remove queue_wrap / last_position from mouse movement 2023-06-04 00:40:56 +02:00
CMakeLists.txt Codechange: [SDL2] Split driver in base-part and default backend 2021-02-22 22:16:07 +01:00
allegro_v.cpp Codechange: remove queue_wrap / last_position from mouse movement 2023-06-04 00:40:56 +02:00
allegro_v.h Add: Display refresh rate game option (#8813) 2021-03-09 10:22:52 +01:00
dedicated_v.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 2023-04-25 17:55:09 +02:00
dedicated_v.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
null_v.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
null_v.h Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
opengl.cpp Codechange: Remove duplicated includes. (#10888) 2023-05-29 14:29:00 +01:00
opengl.h Cleanup: remove/replace trailing ; with . in comments 2023-01-26 23:47:55 +01:00
sdl2_default_v.cpp Codechange: replace error/usererror printf variant with fmt variant and rename 2023-04-25 17:55:09 +02:00
sdl2_default_v.h Remove: [Video] no longer draw in a thread 2021-03-08 19:18:55 +01:00
sdl2_opengl_v.cpp Add: Show current video driver info in Options window 2022-05-03 21:03:30 +02:00
sdl2_opengl_v.h Feature: allow a toggle to enable/disable vsync 2021-04-11 14:26:00 +02:00
sdl2_v.cpp Codechange: remove queue_wrap / last_position from mouse movement 2023-06-04 00:40:56 +02:00
sdl2_v.h Fix: virtual call from constructor 2023-01-06 19:34:35 +01:00
sdl_v.cpp Codechange: remove queue_wrap / last_position from mouse movement 2023-06-04 00:40:56 +02:00
sdl_v.h Remove: [Video] no longer draw in a thread 2021-03-08 19:18:55 +01:00
video_driver.cpp Fix: disable hardware acceleration when GPU driver crashed the game last attempt (#10928) 2023-06-04 14:40:17 +00:00
video_driver.hpp Change: include fmt.h C++ headers in stdafx.h 2023-05-08 16:49:23 +02:00
win32_v.cpp Fix: [Win32] position window in center of workspace of primary display (#10942) 2023-06-04 18:38:16 +00:00
win32_v.h Add: Show current video driver info in Options window 2022-05-03 21:03:30 +02:00