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 25f6851ca1 Codechange: switch all video drivers to std::chrono for keeping time
On all OSes we tested the std::chrono::steady_clock is of a high
enough resolution to do millisecond measurements, which is all we
need.

By accident, this fixes a Win32 driver bug, where we would never
hit our targets, as the resolution of the clock was too low to
do accurate millisecond measurements with (it was ~16ms resolution
instead).
4 years ago
..
cocoa Codechange: switch all video drivers to std::chrono for keeping time 4 years ago
CMakeLists.txt Codechange: Make codestyle for CMake files consistent for 'control' statements 4 years ago
allegro_v.cpp Codechange: switch all video drivers to std::chrono for keeping time 4 years ago
allegro_v.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
dedicated_v.cpp Codechange: switch all video drivers to std::chrono for keeping time 4 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) 4 years ago
null_v.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
sdl2_v.cpp Codechange: switch all video drivers to std::chrono for keeping time 4 years ago
sdl2_v.h Codechange: switch all video drivers to std::chrono for keeping time 4 years ago
sdl_v.cpp Codechange: switch all video drivers to std::chrono for keeping time 4 years ago
sdl_v.h Codechange: Use std::string in the driver and blitter selection code. 4 years ago
video_driver.hpp Feature: Automatic UI and font zoom levels when supported by the OS. 4 years ago
win32_v.cpp Codechange: switch all video drivers to std::chrono for keeping time 4 years ago
win32_v.h Add: [Win32] Automatic zoom level suggestion for Win32 video driver. 4 years ago