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
/
allegro_v.cpp
Age
Commit message (
Expand
)
Author
2021-06-26
Codechange: use _cur_palette the same in all the drivers
Patric Stout
2021-06-13
Codechange: convert printf DEBUG statements to fmt Debug statements
rubidium42
2021-03-09
Add: Display refresh rate game option (#8813)
sean
2021-03-08
Add: [Video] move GameLoop into its own thread
Patric Stout
2021-03-08
Remove: [Video] no longer draw in a thread
Patric Stout
2021-02-28
Add: settings to limit your fast-forward game speed
Patric Stout
2021-02-24
Codechange: [Video] move InteractiveRandom() to the VideoDriver
Patric Stout
2021-02-24
Codechange: [Video] make the prototype of PollEvent() the same for all drivers
Patric Stout
2021-02-20
Codechange: deduplicate tick-handlers of all video drivers
Patric Stout
2021-02-20
Codechange: be consistent in what CheckPaletteAnim() does and when it is called
Patric Stout
2021-02-20
Codechange: be consistent in naming the paint function Paint()
Patric Stout
2021-02-20
Codechange: move all input-handling of video-drivers into InputLoop
Patric Stout
2021-02-19
Fix cd4f0f95: [Allegro] driver failed to build because of missing include
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-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-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: Use platform independent C++11 function for sleeping on a thread.
Michael Lutz
2019-03-19
Remove: DOS support
Patric Stout
2018-07-19
Feature: Framerate display window (#6822)
Niels Martin Hansen
2018-04-29
Remove: PSP support
Patric Stout
2015-02-22
(svn r27167) -Fix: [SDL, Windows] Right-mouse-button scrolling scrolled/jumpe...
frosch
2014-04-23
(svn r26486) -Codechange: replace a number of snprintfs with seprintf
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-01-02
(svn r26209) -Codechange: remove some template magic and simplify some code
rubidium
2013-08-05
(svn r25671) -Codechange: Pass character and key code separately to the keybo...
michi_cc
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2011-12-11
(svn r23488) -Fix [FS#4879] (r23241): artefacts when right click mouse moving...
rubidium
2011-12-08
(svn r23448) -Fix: keep a local copy of the palette in the 32bpp animated bli...
rubidium
2011-12-08
(svn r23446) -Codechange: move _cur_palette and it's related first/count dirt...
rubidium
2011-11-17
(svn r23241) -Codechange: make the decision when to go to the custom drawn cu...
rubidium
2011-10-04
(svn r22999) -Codechange: Allow changing the blitter during the running game.
michi_cc
2011-02-07
(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so i...
rubidium
2010-11-19
(svn r21252) -Codechange: introduce a constant for the number of milliseconds...
rubidium
2010-08-01
(svn r20286) -Codechange: Unify end of doxygen comments.
frosch
2010-08-01
(svn r20283) -Codechange: Unify start of doygen comments.
frosch
2010-07-19
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi...
rubidium
2010-05-19
(svn r19861) -Fix (r19814): Silence a warning.
frosch
2010-05-13
(svn r19814) -Codechange: give some more unnamed enums a name, in case they c...
rubidium
2010-01-15
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if...
rubidium
[next]