summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-22Add: [Win32] Video driver that uses OpenGL to transfer the video buffer to th...Michael Lutz
2021-02-22Codechange: [Win32] Move common initialization and finalization to the video ...Michael Lutz
2021-02-22Codechange: [Win32] Move GDI-specific variables and related functions into th...Michael Lutz
2021-02-22Codechange: [Win32] Move GDI specific drawing code into the GDI video driver ...Michael Lutz
2021-02-22Codechange: [Win32] Split the video driver into a base class and a GDI backen...Michael Lutz
2021-02-22Fix #6319: [Win32] don't use clipping; draw whole screen every frame (#8726)Patric Stout
2021-02-22Update: Translations from eintstranslators
2021-02-22Fix #8724: Got wrong DepotID/StationID for airports, causing crashCharles Pigott
2021-02-22Change: Make pathfinder account for maximum order speed, if setCharles Pigott
2021-02-21Fix: Allow building with Allegro and without SDL on Linuxmilek7
2021-02-21Update: Translations from eintstranslators
2021-02-21Fix #8276: Crash when a NewGRF object's size was not setCharles Pigott
2021-02-21Fix #8349: Close depot vehicle list windows when closing the depot windowCharles Pigott
2021-02-21Codechange: [OSX] remove final bits of old debugging code (#8714)Patric Stout
2021-02-21Fix: [YAPF] Road pathfinder did not account for length of tunnel/bridge in pa...Charles Pigott
2021-02-21Fix #8594: [NRT] Road pathfinder did not account for roadtype speed limitsCharles Pigott
2021-02-20Fix ec1dd0bf: missing override causing compiler warnings (#8708)Patric Stout
2021-02-20Codechange: Use C++-ism for zeroing.Michael Lutz
2021-02-20Fix: [OSX] Don't wait on the event loop for drawing.Michael Lutz
2021-02-20Codechange: [OSX] Only keep a total dirty rect for drawing.Michael Lutz
2021-02-20Update: Translations from eintstranslators
2021-02-20Codechange: rename sound ids to make more sense. (#8701)frosch
2021-02-20Codechange: Apply coding styleSamuXarick
2021-02-20Remove: [SDL] SDL 1.3 never happened, so remove all the special code for itPatric Stout
2021-02-20Codechange: deduplicate tick-handlers of all video driversPatric Stout
2021-02-20Change: [Win32] Remove force_full_redraw and display_hz settingsPatric Stout
2021-02-20Codechange: [Win32] simplify when/where GdiFlush() is calledPatric Stout
2021-02-20Codechange: be consistent in what CheckPaletteAnim() does and when it is calledPatric Stout
2021-02-20Codechange: be consistent in naming the paint function Paint()Patric Stout
2021-02-20Codechange: use (Un)LockVideoBuffer() to manage video bufferPatric Stout
2021-02-20Codechange: move all input-handling of video-drivers into InputLoopPatric Stout
2021-02-20Codechange: [Win32] make fast-forward check the same as with other driversPatric Stout
2021-02-20Fix: [Cygwin] Fix missing uint definitionJoe Stringer
2021-02-20Fix: [Win32] run InteractiveRandom() once every tick, not once every messagePatric Stout
2021-02-20Fix: [Win32] now we are drawing on a tick, no longer use WM_PAINTPatric Stout
2021-02-19Update: Translations from eintstranslators
2021-02-19Fix: [Actions] Also run CI against libsdl1.2 for every pull requestPatric Stout
2021-02-19Fix d437445c: also use std::chrono for the GRFFileScanner modal windowPatric Stout
2021-02-19Fix: [Actions] if SDL2 is installed, it is always picked over SDL1Patric Stout
2021-02-19Fix: [Actions] build our allegro driver too in our CIPatric Stout
2021-02-19Fix fa170b9: [SDL2] forgot to use GetGameInterval where neededPatric Stout
2021-02-19Fix cd4f0f95: [Allegro] driver failed to build because of missing includePatric Stout
2021-02-19Fix: during switching of game-mode, drawing could show closed windows that sh...Patric Stout
2021-02-19Feature: configurable refresh-rate and change default to 60fpsPatric Stout
2021-02-19Change: sleep till the next tick in the main loopPatric Stout
2021-02-19Change: allow video-drivers to miss deadlines slightlyPatric Stout
2021-02-19Add: draw the screen at a steady pace, also during fast-forwardPatric Stout
2021-02-19Codechange: track _realtime_tick more accuratePatric Stout
2021-02-19Codechange: switch all video drivers to std::chrono for keeping timePatric Stout
2021-02-19Codechange: use std::chrono to track time in modal windowsPatric Stout