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 05f4e73608 Codechange: Replace custom mutex code with C++11 mutex'es.
A conforming compiler with a valid <mutex>-header is expected.
Most parts of the code assume that locking a mutex will never fail unexpectedly,
which is generally true on all common platforms that don't just pretend to
be C++11. The use of condition variables in driver code is checked.
5 years ago
..
cocoa Codechange: Use override specifer for overriding member declarations 5 years ago
allegro_v.cpp Remove: DOS support 5 years ago
allegro_v.h Codechange: Use override specifer for overriding member declarations 5 years ago
dedicated_v.cpp Remove: ENABLE_NETWORK switch 5 years ago
dedicated_v.h Codechange: Use override specifer for overriding member declarations 5 years ago
null_v.cpp (svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values 10 years ago
null_v.h Codechange: Use override specifer for overriding member declarations 5 years ago
sdl_v.cpp Codechange: Replace custom mutex code with C++11 mutex'es. 5 years ago
sdl_v.h Codechange: Use override specifer for overriding member declarations 5 years ago
video_driver.hpp (svn r27775) -Fix [FS#6510]: Insufficient thread synchronisation when switching blitters. (JGR) 7 years ago
win32_v.cpp Codechange: Replace custom mutex code with C++11 mutex'es. 5 years ago
win32_v.h Codechange: Use override specifer for overriding member declarations 5 years ago