summaryrefslogtreecommitdiff
path: root/src/smallmap_gui.cpp
AgeCommit message (Expand)Author
2021-05-29Fix f6d5c01: Delay deletion when closing windowsglx22
2021-05-27Fix: do not hide parameter by local variable with the same namerubidium42
2021-05-13Codechange: Replace TILE_AREA_LOOP with range-based for loopsglx22
2021-04-30Fix: Scale smallmap legend 'blob' to fit text.Peter Nelson
2021-03-26Change: rename setting "max_heightlevel" to "map_height_limit"Patric Stout
2021-01-13Feature: Show rainforest under vegetation on small mapSamuXarick
2021-01-08Codechange: Remove min/max functions in favour of STL variants (#8502)Charles Pigott
2020-07-27Codechange: Spell 'Viewport' consistentlyTechGeekNZ
2020-01-04Feature: Minimap screenshotTELK
2019-12-21Codechange: Replace FOR_ALL_TOWNS with range-based for loopsglx
2019-12-21Codechange: Replace vehicle related FOR_ALL with range-based for loopsglx
2019-12-21Codechange: Replace FOR_ALL_COMPANIES with range-based for loopsglx
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-05-01Feature: Add NotRoadTypes (NRT)peter1138
2019-04-29Codechange: Set VehicleType's base type to byte instead of using VehicleTypeByteCharles Pigott
2019-04-18Codechange: use std::array for _sorted_industry_typesglx
2019-04-18Codechange: use std::vector for _sorted_cargo_specsglx
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2019-03-30Change: adjust Violet smallmap colour 1 shade darker, to compensate for legib...Andy
2019-03-29Change: Dark Blue company and water were indistinguishable in small map. (#7436)SamuXarick
2019-03-24Codechange: Use override specifier in Window-derived classes.peter1138
2019-02-23Fix #7004: Mark linkgraph dirty to be rebuilt on next draw call. (#7265)PeterN
2019-02-21Change: Make mini-map widget capture mouse when left-click dragging.Peter Nelson
2019-01-24Codechange: Add InverseRemapCoords2 function for remapping viewport coordinat...Johannes E. Krause
2019-01-11Change: Use GUITimer class instead of bare int/uints.Peter Nelson
2019-01-11Change: Split up Window::OnTick into OnGameTick and OnRealtimeTick. Adjust ti...Peter Nelson
2018-10-31Doc: Lots and lots of doxymentation fixesCharles Pigott
2018-05-24Change: [OSX] Setting mouse-wheel to scroll the map does not disable pinch to...Alexander Weiss
2018-05-21Change: Add CargoTypes type for cargo masks. (#6790)PeterN
2018-04-28Add: 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 rowfonsinchen
2014-01-05(svn r26228) -Fix: missing variable initializationfonsinchen