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
Patric Stout 52317bb7df Change: [SDL2] Remove unneeded delay of redrawing the screen
In testing, I could find no reason why this statement is here.

The comment is rather unclear (it states what it does, but not
why it would be needed).

This line of code was introduced with f4f40448, which gives no
further insight on why it would be needed to have it here.

As such, let's remove it and see if anyone else reports any
problems with it. If so, this commit can be reverted and a more
clear comment should be added what this line of code is dealing
with (the WHY, not the WHAT).
3 years ago
..
cocoa Feature: Choose a sensible window size on a fresh OTTD config file. (#8536) 3 years ago
CMakeLists.txt Codechange: Make codestyle for CMake files consistent for 'control' statements 4 years ago
allegro_v.cpp Feature: Choose a sensible window size on a fresh OTTD config file. (#8536) 3 years ago
allegro_v.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
dedicated_v.cpp Feature: Choose a sensible window size on a fresh OTTD config file. (#8536) 3 years ago
dedicated_v.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
null_v.cpp Feature: Choose a sensible window size on a fresh OTTD config file. (#8536) 3 years ago
null_v.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
sdl2_v.cpp Change: [SDL2] Remove unneeded delay of redrawing the screen 3 years ago
sdl2_v.h Codechange: [SDL2] Rework how palette is updated 3 years ago
sdl_v.cpp Feature: Choose a sensible window size on a fresh OTTD config file. (#8536) 3 years ago
sdl_v.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
video_driver.hpp Feature: Choose a sensible window size on a fresh OTTD config file. (#8536) 3 years ago
win32_v.cpp Codechange: [SDL2/Win32] Be consistent how 0bpp blitters are not allowed 3 years ago
win32_v.h Feature: Choose a sensible window size on a fresh OTTD config file. (#8536) 3 years ago