summaryrefslogtreecommitdiff
path: root/src/smallmap_gui.cpp
AgeCommit message (Collapse)Author
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
2010-02-06(svn r19039) -Feature: Add zoom-out to smallmap.alberth
2010-02-06(svn r19026) -Codechange: Move a constant computation out of the loop.alberth
2010-02-06(svn r19025) -Codechange: Rename DrawSmallMapStuff() to DrawSmallMapColumn().alberth
2010-01-30(svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a ↵frosch
parameter for OnClick().
2010-01-30(svn r18962) -Fix (r18958, r18961): Code-style, use this explicitly.alberth
2010-01-30(svn r18961) -Codechange: Simplifying and unduplicating code in smallmap.alberth
2010-01-30(svn r18958) -Codechange: Merge smallmap remap functions.alberth
2010-01-30(svn r18957) -Doc: Documenting the scroll_x, scroll_y, and subscroll ↵alberth
variables of SmallMapWindow.
2010-01-23(svn r18906) -Codechange: Use start and end column position instead of a ↵alberth
mask for drawing a column in the smallmap.
2010-01-16(svn r18827) -Fix: Center main window using smallmap widget edge coordinates.alberth
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵rubidium
if a header require a header make it include that header
2010-01-04(svn r18719) -Feature: don't delete the rough/rocky status of a tile when ↵yexo
it's covered by snow, this allows rocky tiles under snow if you have a variable snowline
2010-01-02(svn r18693) -Doc: Add some doxygen comments to smallmap code.alberth
2009-12-30(svn r18666) -Codechange: Add tooltips to enable/disable all buttons in ↵alberth
smallmap.
2009-12-30(svn r18665) -Feature [FS#567]: Allow contour-map to be shown with coloured ↵alberth
industries in smallmap.
2009-12-30(svn r18663) -Codechange (r1): Remove unused _smallmap_vegetation_andor ↵alberth
colour masks.
2009-12-21(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.alberth
2009-12-13(svn r18489) -Codechange: Introduce a custom container widget for a resizing ↵alberth
legend bar in the smallmap.
2009-12-13(svn r18488) -Codechange: Make number of rows for displaying industries in ↵alberth
smallmap legend dynamic.
2009-12-13(svn r18487) -Codechange: Move row height and column counting to OnInit in ↵alberth
the smallmap window as well.
2009-12-13(svn r18480) -Codechange: Moved column width computation of smallmap legends ↵alberth
to OnInit(), added a few doxy comments.
2009-12-03(svn r18389) -Fix: some minor documentation alignment issuesrubidium
2009-11-29(svn r18332) -Fix: the MSVC compile warningsrubidium
2009-11-28(svn r18322) -Codechange: remove the WDP duplication; no need to tell the ↵rubidium
same twice.
2009-11-24(svn r18280) -Codechange: remove widget indices that are not needed for ↵rubidium
custom drawing/handling input