You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/src/video
Michael Lutz f4d5c8d99e
Fix: [OpenGL] Main loop expects to start with the video buffer unmapped. (#9100)
3 years ago
..
cocoa Fix: [OpenGL] Check maximum supported texture size against screen resolution. 3 years ago
CMakeLists.txt Codechange: [SDL2] Split driver in base-part and default backend 3 years ago
allegro_v.cpp Add: Display refresh rate game option (#8813) 3 years ago
allegro_v.h Add: Display refresh rate game option (#8813) 3 years ago
dedicated_v.cpp Add: make modal windows update more smooth 3 years ago
dedicated_v.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
null_v.cpp Add: [Video] move GameLoop into its own thread 3 years ago
null_v.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
opengl.cpp Fix: [OpenGL] Main loop expects to start with the video buffer unmapped. (#9100) 3 years ago
opengl.h Fix: [OpenGL] Check maximum supported texture size against screen resolution. 3 years ago
sdl2_default_v.cpp Add: [Video] move GameLoop into its own thread 3 years ago
sdl2_default_v.h Remove: [Video] no longer draw in a thread 3 years ago
sdl2_opengl_v.cpp Fix: [OpenGL] Main loop expects to start with the video buffer unmapped. (#9100) 3 years ago
sdl2_opengl_v.h Feature: allow a toggle to enable/disable vsync 3 years ago
sdl2_v.cpp Add: Display refresh rate game option (#8813) 3 years ago
sdl2_v.h Fix: [SDL] buffer_locked state not initialised, causing _screen.dst_ptr to be potentially not set 3 years ago
sdl_v.cpp Add: [Video] move GameLoop into its own thread 3 years ago
sdl_v.h Remove: [Video] no longer draw in a thread 3 years ago
video_driver.cpp Feature: allow a toggle to enable/disable vsync 3 years ago
video_driver.hpp Fix: [Video] fast forward boolean states not initialised, potentially causing unstoppable fast forward 3 years ago
win32_v.cpp Fix: [OpenGL] Main loop expects to start with the video buffer unmapped. (#9100) 3 years ago
win32_v.h Fix: [win32] buffer_locked state not initialised, causing _screen.dst_ptr to be potentially not set 3 years ago