summaryrefslogtreecommitdiff
path: root/src/video/win32_v.cpp
AgeCommit message (Expand)Author
2021-06-26Codechange: use _cur_palette the same in all the driversPatric Stout
2021-06-13Codechange: convert printf DEBUG statements to fmt Debug statementsrubidium42
2021-06-10Fix: [MinGW] Ignore wglGetProcAddress() cast warningsglx22
2021-06-10Codechange: [WIN32] Add a wrapper around GetProcAddress()glx22
2021-06-10Fix: [MinGW32] Can't convert lambda to stdcallglx22
2021-06-10Codechange: [WIN32] Use VersionHelpers where appropriateglx22
2021-04-25Fix: [OpenGL] Main loop expects to start with the video buffer unmapped. (#9100)Michael Lutz
2021-04-22Codechange: [Win32] Try getting an OpenGL 4.5 context first before aiming at ...Michael Lutz
2021-04-21Fix: [OpenGL] Check maximum supported texture size against screen resolution.Michael Lutz
2021-04-11Fix: Check for a validly mapped OpenGL screen buffer during driver init. (#9007)Michael Lutz
2021-04-11Feature: allow a toggle to enable/disable vsyncPatric Stout
2021-04-10Fix: Data races on cursor state in OpenGL backendsJonathan G Rennison
2021-04-09Fix #8930: [Win32] Don't handle printable keys on keydown if an edit box is i...Michael Lutz
2021-04-07Fix #8713: Change OTTD2FS and FS2OTTD to return string objects instead of sta...Niels Martin Hansen
2021-03-20Fix #8871: [OpenGL] Initialize all buffers after resize and clear back buffer...Michael Lutz
2021-03-09Add: Display refresh rate game option (#8813)sean
2021-03-08Add: [Video] move GameLoop into its own threadPatric Stout
2021-03-08Codechange: don't set the window position when changing blitterMichael Lutz
2021-03-08Remove: [Video] no longer draw in a threadPatric Stout
2021-03-08Fix #8784: using alt+enter didn't update the fullscreen toggle visibly (#8820)Patric Stout
2021-03-01Fix #8775: [Win32] Don't create the main window when alt-tabbing back into fu...Michael Lutz
2021-03-01Fix: [Win32] Original window size was lost when tabbing in and out of fullscr...Michael Lutz
2021-02-28Add: settings to limit your fast-forward game speedPatric Stout
2021-02-25Codechange: [OpenGL] Load all OpenGL functions dynamically.Michael Lutz
2021-02-24Codechange: [Video] move InteractiveRandom() to the VideoDriverPatric Stout
2021-02-24Codechange: [Video] make the prototype of PollEvent() the same for all driversPatric Stout
2021-02-23Codechange: Switch to explicit wide stringsNiels Martin Hansen
2021-02-23Remove: [Win32] Last pretenses of being able to build for Windows 95Niels Martin Hansen
2021-02-22Fix 8706c36f: Change RELEASE code, too.Michael Lutz
2021-02-22Add: [OpenGL] Support for a separate animation buffer that stores the palette...Michael Lutz
2021-02-22Add: [OpenGL] Accelerated mouse cursor drawing.Michael Lutz
2021-02-22Codechange: [Win32] Use an OpenGL core context instead of a compatibility one.Michael Lutz
2021-02-22Add: [OpenGL] Support for 8bpp blitters.Michael Lutz
2021-02-22Change: [Win32] Disable VSync for OpenGL by default.Michael Lutz
2021-02-22Codechange: [Win32] Try to get an OpenGL 3.2+ context if possible.Michael Lutz
2021-02-22Codechange: [OpenGL] Use a pixel buffer object to store the video buffer.Michael Lutz
2021-02-22Codechange: [Win32] Move remaing global _wnd variables into the video driver.Michael Lutz
2021-02-22Change: Lock the video buffer when drawing inside the game loop to properly a...Michael Lutz
2021-02-22Codechange: [Win32] Move the global video buffer pointer into the driver class.Michael Lutz
2021-02-22Codechange: [OpenGL] Only update the dirty parts of the video buffer texture.Michael Lutz
2021-02-22Codechange: [OpenGL] Use new-style extension testing introduced with OpenGL 3.0.Michael Lutz
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-20Codechange: Use C++-ism for zeroing.Michael Lutz
2021-02-20Codechange: deduplicate tick-handlers of all video driversPatric Stout
2021-02-20Change: [Win32] Remove force_full_redraw and display_hz settingsPatric Stout