index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video
/
win32_v.cpp
Age
Commit message (
Expand
)
Author
2021-02-20
Codechange: move all input-handling of video-drivers into InputLoop
Patric Stout
2021-02-20
Codechange: [Win32] make fast-forward check the same as with other drivers
Patric Stout
2021-02-20
Fix: [Win32] run InteractiveRandom() once every tick, not once every message
Patric Stout
2021-02-20
Fix: [Win32] now we are drawing on a tick, no longer use WM_PAINT
Patric Stout
2021-02-19
Fix: during switching of game-mode, drawing could show closed windows that sh...
Patric Stout
2021-02-19
Feature: configurable refresh-rate and change default to 60fps
Patric Stout
2021-02-19
Change: sleep till the next tick in the main loop
Patric Stout
2021-02-19
Change: allow video-drivers to miss deadlines slightly
Patric Stout
2021-02-19
Add: draw the screen at a steady pace, also during fast-forward
Patric Stout
2021-02-19
Codechange: track _realtime_tick more accurate
Patric Stout
2021-02-19
Codechange: switch all video drivers to std::chrono for keeping time
Patric Stout
2021-02-14
Fix: VkMapping declarations violated C++ ODR rule.
milek7
2021-02-14
Add: [Win32] Automatic zoom level suggestion for Win32 video driver.
Michael Lutz
2021-01-17
Codechange: [SDL2/Win32] Be consistent how 0bpp blitters are not allowed
Patric Stout
2021-01-17
Codechange: [Win32] Use _local_palette for most operations
Patric Stout
2021-01-17
Codechange: [Win32] use CSleep() instead of Sleep() like everywhere else
Patric Stout
2021-01-17
Codechange: [Win32] Use return-early in RegisterWndClass()
Patric Stout
2021-01-17
Codechange: [Win32] Remove Windows 95 specific mouse tracking work-around.
Michael Lutz
2021-01-14
Feature: Choose a sensible window size on a fresh OTTD config file. (#8536)
Michael Lutz
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-21
Doc: some comments for the win32 video driver (#8409)
Patric Stout
2020-05-21
Codechange: Use std::string in the driver and blitter selection code.
Michael Lutz
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-04-18
Codechange: use std::vector for _resolutions
glx
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-06
Codechange: C++11 STL has a function for getting the number of CPU cores.
Michael Lutz
2019-04-06
Codechange: Replace custom thread code with C++11 thread objects.
Michael Lutz
2019-04-06
Codechange: Replace custom mutex code with C++11 mutex'es.
Michael Lutz
2019-01-17
Codechange: Remove unnecessarily defined functions under MinGW
Charles Pigott
2019-01-17
Fix: A few minor compile warnings under MinGW
Charles Pigott
2018-07-19
Feature: Framerate display window (#6822)
Niels Martin Hansen
2018-06-27
Fix: [Win32] Garbage in OS window title if branch name was too long.
Michael Lutz
2018-04-29
Remove: WinCE support
Patric Stout
2018-04-10
Codechange: [Win32] Use OS function for mouse tracking if present.
Michael Lutz
2017-12-09
(svn r27935) -Fix [FS#6629]: [Win32] Right mouse scrolling didn't work proper...
michi_cc
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2017-03-11
(svn r27775) -Fix [FS#6510]: Insufficient thread synchronisation when switchi...
frosch
2016-10-30
(svn r27673) -Add: [Win32] Thread names for windows debuggers.
michi_cc
2015-02-22
(svn r27167) -Fix: [SDL, Windows] Right-mouse-button scrolling scrolled/jumpe...
frosch
2014-09-30
(svn r26943) -Fix: [Win32] Silence a warning about comparison of signed and u...
planetmaker
2014-04-28
(svn r26538) -Codechange: remove double accounting of the drivers
rubidium
2014-04-27
(svn r26522) -Add: A config-file-only setting to disable usage of 8bpp video ...
frosch
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-02-23
(svn r26367) -Fix: [Win32] Use a separate event to indicate that the drawing ...
michi_cc
2014-02-23
(svn r26366) -Fix: Protect the windows video driver from concurrent access (f...
fonsinchen
2014-02-23
(svn r26365) -Fix [FS#5867]: Don't draw the cursor when its sprite isn't read...
fonsinchen
2014-02-22
(svn r26360) -Revert (r25550) / Fix [FS#5922]: ClientSizeChanged is only call...
frosch
2014-01-13
(svn r26247) -Fix [FS#5854, FS#5855]: Possible out of bounds reads with the s...
rubidium
2014-01-02
(svn r26211) -Add: specialised non-animated SS2 blitter (MJP)
rubidium
2014-01-02
(svn r26209) -Codechange: remove some template magic and simplify some code
rubidium
[prev]
[next]