summaryrefslogtreecommitdiff
path: root/src/gui/viewport.cpp
AgeCommit message (Expand)AuthorFilesLines
2007-05-23Replaced target cursor graphics with higher quality ones by Pauan.Philipp Sehmisch1-6/+6
2007-05-20Added different target cursor sizes for monsters. Graphics for small and larg...Philipp Sehmisch1-22/+52
2007-05-07Fixed positioning of monster names and target circles.Philipp Sehmisch1-15/+18
2007-03-21Renamed Spriteset to ImageSet.Bjørn Lindeijer1-14/+18
2007-03-21Avoiding magic numbers where possible (1002) and also display the target whenBjørn Lindeijer1-43/+31
2007-03-20Reduced amount of useless logging, calculate nearest power of two in a functionBjørn Lindeijer1-1/+1
2007-03-20Tweaked the target cursor and name drawing.David Athay1-52/+63
2007-03-20Fixed target cursor animation, and changed when it is drawn.David Athay1-57/+57
2007-03-19Added target cursor. Shows blue when target in range, and red when out of range.David Athay1-0/+61
2007-03-11Fixed a bug that made the engine not draw the last row and column of the map.Philipp Sehmisch1-2/+2
2007-02-10Fixed the bug in the scrolling limitation that made it possible to scroll out...Philipp Sehmisch1-5/+9
2007-01-15Fixed issue where the player stops walking.Bjørn Lindeijer1-1/+1
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-12/+13
2007-01-12Fixed initialization of mPlayerFollowMouse, the lack of which sometimes causedBjørn Lindeijer1-0/+1
2006-12-24Major rendering performance increase in software mode, by not using RLEBjørn Lindeijer1-2/+2
2006-12-04Introduced a new class Viewport which combines the drawing code from EngineBjørn Lindeijer1-0/+394