summaryrefslogtreecommitdiff
path: root/src/smallmap_gui.cpp
AgeCommit message (Collapse)Author
2011-01-04(svn r21729) -Fix (r21718, r21720): In some cases clicking on a ↵terkhen
industry/company legend entry would not work.
2011-01-04(svn r21726) -Add: Allow to toggle height visualization in the owner view of ↵terkhen
the smallmap.
2011-01-04(svn r21725) -Cleanup: Remove unused owner code.terkhen
2011-01-04(svn r21724) -Change: Do not reset the "Show height" state after closing the ↵terkhen
smallmap window.
2011-01-04(svn r21723) -Add: Enable/Disable all buttons to the owner view of the smallmap.terkhen
2011-01-04(svn r21721) -Codechange: Rename the smallmap button panel and its strings.terkhen
2011-01-04(svn r21720) -Feature: Allow to toggle visualization of company property in ↵terkhen
the owner view of the smallmap.
2011-01-04(svn r21719) -Doc: Correct a doxygen comment.terkhen
2011-01-04(svn r21718) -Feature: Show a list of companies in the owner legend.terkhen
2011-01-04(svn r21717) -Codechange: Unify smallmap functions for getting the legend ↵terkhen
height.
2011-01-04(svn r21716) -Add: Tooltip for the industry legend at the smallmap.terkhen
2011-01-04(svn r21715) -Fix: Use the correct land colour in the owner legend.terkhen
2010-11-26(svn r21331) -Codechange: Make drawing the widgets default behaviour in ↵alberth
OnPaint().
2010-11-13(svn r21157) -Codechange: remove information about the text direction out of ↵rubidium
the language "list"
2010-09-26(svn r20851) -Fix: Smallmap legend buttons must all be equal in size, even ↵alberth
if their contents is not.
2010-09-05(svn r20741) -Cleanup: Use IsTileOnWater() in more places.frosch
2010-08-26(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to ↵rubidium
some headers
2010-08-08(svn r20415) -Add: Clicking at the smallmap disables updates from the ↵alberth
industry chain window.
2010-08-08(svn r20414) -Feature: Enable industries in the smallmap displayed in the ↵alberth
industry chain window.
2010-08-08(svn r20411) -Codechange: rename unmovables as quite a lot of them are ↵rubidium
actually movable; e.g. HQ and owned land are pretty movable.
2010-08-08(svn r20410) -Codechange: Move smallmap map-type switching to a function.alberth
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-08-01(svn r20281) -Codechange: unify case scope closure + break coding stylerubidium
2010-07-14(svn r20145) -Codechange: keep original RMB->tooltip behaviour when hovering ↵rubidium
is disabled and there is no handled right click event for the widget, i.e. if a widget would handle the right click you won't see the tooltip anymore by right clicking; by enabling hovering you would get access to that tooltip again.
2010-05-14(svn r19821) -Fix (r19816): Minimap displayed a black screen instead of the ↵alberth
upper edge of the map (reported by IPG).
2010-05-13(svn r19816) -Codechange: use static const uint for the unnamed 'tile ↵rubidium
consts' enum as well
2010-05-08(svn r19770) -Feature: Hide all other industries when ctrl+clicking an ↵frosch
industry type in smallmap legend.
2010-05-07(svn r19767) -Fix [FS#3808]: Height in smallmap was different from measured ↵alberth
heights (ChillCore).
2010-05-07(svn r19766) -Codechange: Store tile height of smallmap contour legend in ↵alberth
the LegendAndColour struct.
2010-05-04(svn r19760) -Change: use the {HEIGHT} command for the smallmap legendrubidium
2010-04-18(svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer ↵frosch
divisions with rounding.
2010-04-07(svn r19580) -Codechange: auto-raise 'Enable/Disable all' buttons in the ↵smatz
Smallmap window
2010-03-28(svn r19523) -Fix: Prevent drawing industries disabled at the smallmap as ↵terkhen
land tiles when they are built on water.
2010-03-28(svn r19521) -Codechange: Use a IndustryType array to sort industries by ↵terkhen
name instead of a LegendAndColour array.
2010-03-23(svn r19503) -Feature: Sort industries alphabetically at the smallmap legend.terkhen
2010-03-20(svn r19481) -Codechange: Turn _industry_counts into a static member of ↵frosch
Industry.
2010-03-03(svn r19307) -Add: Let railtypes specify their own smallmap colour. No ↵peter1138
legend support yet.
2010-02-12(svn r19104) -Fix (r19039): Stablize main view centering in smallmap.alberth
2010-02-12(svn r19103) -Codechange: Use px/py for pixel coordinates in PixelToTile(), ↵alberth
as promised by the documentation.
2010-02-12(svn r19101) -Fix (r19039): Click sound was not played when pressing zoom ↵alberth
in/out buttons.
2010-02-08(svn r19064) -Feature: Allow to select different land colours for the ↵terkhen
smallmap (reworked by Alberth).
2010-02-07(svn r19052) -Codechange: Remove the _smallmap_draw_procs array.alberth
2010-02-06(svn r19048) -Codechange: Pass the already queried effective tile type to ↵alberth
the GetSmallMapPixels routines.
2010-02-06(svn r19047) -Codechange: Use GetEffectiveTileType() in all ↵alberth
GetSmallMapPixels routines.
2010-02-06(svn r19046) -Codechange: Move retrieval of tile colour data in smallmap.alberth
2010-02-06(svn r19043) -Doc: Dcoumenting the GetSmallMapPixels typedef.alberth
2010-02-06(svn r19042) -Add: Allow mousewheel zooming in smallmap.alberth
2010-02-06(svn r19041) -Codechange: Improve selection of tile to draw in zoomed-out ↵alberth
smallmaps.
2010-02-06(svn r19040) -Codechange: Introduce inverse function of RemapCoords.alberth