OpenTTD/src/video
Michael Lutz d79398a1d5 Fix #8763: [OpenGL] Cursor sprite origin can be negative. 2021-02-28 11:12:13 +01:00
..
cocoa Codechange: [OSX] GameLoop is really more like MainLoop 2021-02-24 21:58:47 +01: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: [Video] move InteractiveRandom() to the VideoDriver 2021-02-24 21:58:47 +01:00
allegro_v.h Codechange: [Video] make the prototype of PollEvent() the same for all drivers 2021-02-24 21:58:47 +01:00
dedicated_v.cpp Codechange: [Video] move InteractiveRandom() to the VideoDriver 2021-02-24 21:58:47 +01: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 Add: draw the screen at a steady pace, also during fast-forward 2021-02-19 10:43:15 +01: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 Fix #8763: [OpenGL] Cursor sprite origin can be negative. 2021-02-28 11:12:13 +01:00
opengl.h Fix #8763: [OpenGL] Cursor sprite origin can be negative. 2021-02-28 11:12:13 +01:00
sdl2_default_v.cpp Codechange: [SDL2] Split driver in base-part and default backend 2021-02-22 22:16:07 +01:00
sdl2_default_v.h Codechange: [SDL2] Split driver in base-part and default backend 2021-02-22 22:16:07 +01:00
sdl2_opengl_v.cpp Fix: [SDL2] set GL attributes to get the best GL context possible (#8759) 2021-02-27 18:51:20 +01:00
sdl2_opengl_v.h Codechange: [SDL2] Split driver in base-part and default backend 2021-02-22 22:16:07 +01:00
sdl2_v.cpp Codechange: [Video] move InteractiveRandom() to the VideoDriver 2021-02-24 21:58:47 +01:00
sdl2_v.h Codechange: [Video] make the prototype of PollEvent() the same for all drivers 2021-02-24 21:58:47 +01:00
sdl_v.cpp Codechange: [Video] move InteractiveRandom() to the VideoDriver 2021-02-24 21:58:47 +01:00
sdl_v.h Codechange: [Video] make the prototype of PollEvent() the same for all drivers 2021-02-24 21:58:47 +01:00
video_driver.cpp Codechange: remove _realtime_tick variable 2021-02-27 00:36:14 +01:00
video_driver.hpp Codechange: remove _realtime_tick variable 2021-02-27 00:36:14 +01:00
win32_v.cpp Codechange: [OpenGL] Load all OpenGL functions dynamically. 2021-02-25 00:34:49 +01:00
win32_v.h Codechange: [Video] make the prototype of PollEvent() the same for all drivers 2021-02-24 21:58:47 +01:00