summaryrefslogtreecommitdiff
path: root/src/gui/shoplistbox.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-3/+3
2006-12-24Major rendering performance increase in software mode, by not using RLEBjørn Lindeijer1-1/+5
compression on loaded images while most of the time, we're only drawing a small subimage of them. Also, don't try to draw an icon when it is not defined or failed to load properly.
2006-12-16Subclassed ShopListBox from ListBox to get rid of some duplicated code, andBjørn Lindeijer1-89/+49
fixed a problem with scrolling to the current selection. Also aligned the text a bit better and put the price in parenthesis.
2006-11-05A final fix to secure the shoplistbox.Yohann Ferreira1-1/+1
2006-11-05Added item's pictures in sell dialogs, and precisions about the total money ↵Yohann Ferreira1-2/+11
in it.
2006-11-05Added pictures to items in buy dialogs. Also too expensive items are ↵Yohann Ferreira1-0/+191
highlighted in gray and can't be selected.