Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-02-10 | Fixed the bug in the scrolling limitation that made it possible to scroll ↵ | Philipp Sehmisch | 1 | -5/+9 | |
outside of the map in the south and east. | |||||
2007-01-15 | Fixed issue where the player stops walking.v0.0.22.1 | Bjørn Lindeijer | 1 | -1/+1 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -12/+13 | |
2007-01-12 | Fixed initialization of mPlayerFollowMouse, the lack of which sometimes caused | Bjørn Lindeijer | 1 | -0/+1 | |
the player to start walking when clicking on the GUI. | |||||
2006-12-24 | Major rendering performance increase in software mode, by not using RLE | Bjørn Lindeijer | 1 | -2/+2 | |
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-04 | Introduced a new class Viewport which combines the drawing code from Engine | Bjørn Lindeijer | 1 | -0/+394 | |
with the (rather misplaced) input handling from the Gui class. Also, it's a Container itself which should allow for extending it to show Guichan widgets on map coordinates. |