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
/
gfx.cpp
Age
Commit message (
Expand
)
Author
2021-03-10
Codechange: rework codeflow introduced in 098d5b22 (#8837)
Patric Stout
2021-03-10
Add: make modal windows update more smooth
Patric Stout
2021-03-10
Fix #8711: having gui_zoom lower than zoom_min causes crashes (#8835)
Patric Stout
2021-03-08
Codechange: remove the unused lock around Blitter
Patric Stout
2021-02-28
Add: settings to limit your fast-forward game speed
Patric Stout
2021-02-22
Codechange: Allow video drivers to handle the cursor themselves.
Michael Lutz
2021-02-19
Codechange: use std::chrono to track time in modal windows
Patric Stout
2021-02-14
Feature: Automatic UI and font zoom levels when supported by the OS.
Michael Lutz
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2020-12-15
Add: [Emscripten] use "relative mouse mode" with SDL2
Patric Stout
2020-06-09
Cleanup: Give `SetDirtyBlocks` a more descriptive name.
TechGeekNZ
2020-06-07
Cleanup: Add undocumented parameter to GetSpriteSize.
TechGeekNZ
2020-01-07
Add: Filled polygon drawing function
Niels Martin Hansen
2019-12-23
Add: a TextColour flag to ignore colour changes from strings
glx
2019-11-25
Fix: Do not refer to a function in the documentation that was removed years a...
stormcone
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-09-29
Fix: Some typos found using codespell
JMcKiern
2019-04-29
Codechange: Remove PauseModeByte
Charles Pigott
2019-04-29
Codechange: Set ZoomLevel's base type to byte instead of using ZoomLevelByte
Charles Pigott
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-09
Codechange: Replace AutoDeleteSmallVector with direct std::vector use in text...
Michael Lutz
2019-04-09
Codechange: Store text layout runs directly as values in a std::vector instea...
Michael Lutz
2019-04-06
Codechange: Use platform independent C++11 function for sleeping on a thread.
Michael Lutz
2019-04-06
Codechange: Replace custom mutex code with C++11 mutex'es.
Michael Lutz
2019-03-28
Fix: MSVC warnings (#7423)
glx22
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Include() with include()
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-02-24
Fix #7266: Reorder reinitialization of caches when changing font zoom level. ...
PeterN
2019-02-23
Feature: Add option to adjust font size separately from GUI size. (#7003)
Greg Carlin
2019-01-25
Fix #7007: deadlock when launched with -n switch
glx
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-06-24
Fix: Poor contrast in cargo dest flow legend window cargo labels.
Jonathan G Rennison
2018-04-29
Remove: WinCE support
Patric Stout
2016-08-15
(svn r27628) -Codechange: Prepare for drawing cursors consisting of multiple ...
frosch
2016-08-15
(svn r27627) -Codechange: Deduplicate some cursor magic into SetMouseCursorBusy.
frosch
2015-08-10
(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing ...
michi_cc
2015-07-26
(svn r27340) -Fix [FS#6338]: Silence warning by moving _string_colourmap to a...
frosch
2015-06-28
(svn r27324) -Fix: Remove corner-case optimisation for line drawing, which fa...
frosch
2015-06-28
(svn r27323) -Fix: Spelling.
frosch
2015-06-28
(svn r27322) -Fix: Clipping of inclined lines did not account for the 'horizo...
frosch
2015-02-28
(svn r27172) -Fix [FS#6238] (r27167): Apparently Windows randomly drops SetCu...
frosch
2015-02-22
(svn r27167) -Fix: [SDL, Windows] Right-mouse-button scrolling scrolled/jumpe...
frosch
2015-02-01
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and Sca...
frosch
2014-10-12
(svn r27004) -Codechange: Make GUI size apply to (sprite-font) text as well.
peter1138
2014-10-11
(svn r26990) -Feature: Add option to choose normal, double or quad-size inter...
peter1138
2014-10-06
(svn r26969) -Fix (r26869): black palette didn't work very well with unmasked...
rubidium
[next]