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
/
smallmap_gui.cpp
Age
Commit message (
Expand
)
Author
2021-05-29
Fix f6d5c01: Delay deletion when closing windows
glx22
2021-05-27
Fix: do not hide parameter by local variable with the same name
rubidium42
2021-05-13
Codechange: Replace TILE_AREA_LOOP with range-based for loops
glx22
2021-04-30
Fix: Scale smallmap legend 'blob' to fit text.
Peter Nelson
2021-03-26
Change: rename setting "max_heightlevel" to "map_height_limit"
Patric Stout
2021-01-13
Feature: Show rainforest under vegetation on small map
SamuXarick
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-07-27
Codechange: Spell 'Viewport' consistently
TechGeekNZ
2020-01-04
Feature: Minimap screenshot
TELK
2019-12-21
Codechange: Replace FOR_ALL_TOWNS with range-based for loops
glx
2019-12-21
Codechange: Replace vehicle related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace FOR_ALL_COMPANIES with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-05-01
Feature: Add NotRoadTypes (NRT)
peter1138
2019-04-29
Codechange: Set VehicleType's base type to byte instead of using VehicleTypeByte
Charles Pigott
2019-04-18
Codechange: use std::array for _sorted_industry_types
glx
2019-04-18
Codechange: use std::vector for _sorted_cargo_specs
glx
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-30
Change: adjust Violet smallmap colour 1 shade darker, to compensate for legib...
Andy
2019-03-29
Change: Dark Blue company and water were indistinguishable in small map. (#7436)
SamuXarick
2019-03-24
Codechange: Use override specifier in Window-derived classes.
peter1138
2019-02-23
Fix #7004: Mark linkgraph dirty to be rebuilt on next draw call. (#7265)
PeterN
2019-02-21
Change: Make mini-map widget capture mouse when left-click dragging.
Peter Nelson
2019-01-24
Codechange: Add InverseRemapCoords2 function for remapping viewport coordinat...
Johannes E. Krause
2019-01-11
Change: Use GUITimer class instead of bare int/uints.
Peter Nelson
2019-01-11
Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust ti...
Peter Nelson
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-05-24
Change: [OSX] Setting mouse-wheel to scroll the map does not disable pinch to...
Alexander Weiss
2018-05-21
Change: Add CargoTypes type for cargo masks. (#6790)
PeterN
2018-04-28
Add: Replace independment map scrolling GUI settings with single option, and ...
PeterN
2017-08-31
(svn r27905) -Fix [FS#6585]: Keep the "link" between industry chain and small...
adf88
2017-08-13
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
frosch
2016-07-22
(svn r27622) -Change: In industry map view, give visible industry types the h...
frosch
2016-07-22
(svn r27621) -Fix (r27620): Committed too early.
frosch
2016-07-22
(svn r27620) -Codechange: Inline GetEffectiveTileType (adf88)
frosch
2015-08-10
(svn r27381) -Fix: Warnings due to C++11 requirements for explicit narrowing ...
michi_cc
2015-05-09
(svn r27277) -Codechange: Make _displayed_industries a std::bitset.
frosch
2015-02-22
(svn r27160) -Fix: Division of signed values by TILE_SIZE requires cast to st...
frosch
2015-02-22
(svn r27159) -Codechange: Simplify mapping from smallmap to viewport coordina...
frosch
2015-02-22
(svn r27158) -Codechange: Simplify mapping from viewport to smallmap coordina...
frosch
2014-10-23
(svn r27036) -Fix [FS#6148] (r26928): crash when changing smallmap colour whe...
rubidium
2014-09-27
(svn r26929) -Change: accounts for maximum height when filling the height leg...
rubidium
2014-09-27
(svn r26928) -Change: scale the heightmap colours over the whole range of hei...
rubidium
2014-09-27
(svn r26927) -Codechange: split the heightmap colour tables into their own fi...
rubidium
2014-09-21
(svn r26904) -Fix: account for the height level for showing the seen area in ...
rubidium
2014-09-20
(svn r26858) -Codechange: Rearrange smallmap filter and settings expand/colla...
peter1138
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-01-19
(svn r26266) -Fix [FS#5860]: Update smallmap overlay if player joins differen...
fonsinchen
2014-01-19
(svn r26265) -Fix: Don't rebuild the link graph overlay cache twice in a row
fonsinchen
2014-01-05
(svn r26228) -Fix: missing variable initialization
fonsinchen
[next]