Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-05-19 | Removed the PopupBox class and used gcn::DropDown instead. It has clipping | Bjørn Lindeijer | 1 | -1/+1 | |
issues, but it would be better to fix those instead of using this complicated workaround. | |||||
2008-03-23 | Removed unnecessary forwarding method. | Bjørn Lindeijer | 1 | -0/+3 | |
2007-12-31 | Added config options to set the scroll center. Retained scroll offset during ↵ | Philipp Sehmisch | 1 | -6/+11 | |
map change for smoother map transitions. | |||||
2007-08-23 | Removed two useless popup related methods, used generic close button | Bjørn Lindeijer | 1 | -12/+0 | |
functionality for the debug window and renamed Particle::mVector to Particle::mVelocity for clarity. | |||||
2007-08-14 | Fixed popup menu requiring one more click after being used. | Eugenio Favalli | 1 | -1/+0 | |
2007-05-23 | Added a missing include and fixed a bug with cleaning up target cursor | Bjørn Lindeijer | 1 | -4/+11 | |
animations. | |||||
2007-05-20 | Added different target cursor sizes for monsters. Graphics for small and ↵ | Philipp Sehmisch | 1 | -9/+12 | |
large cursor are provisional until better versions based on the original SVG of the medium sized one are available. | |||||
2007-03-21 | Renamed Spriteset to ImageSet. | Bjørn Lindeijer | 1 | -6/+10 | |
2007-03-20 | Tweaked the target cursor and name drawing. | David Athay | 1 | -0/+13 | |
2007-03-19 | Added target cursor. Shows blue when target in range, and red when out of range. | David Athay | 1 | -0/+7 | |
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 | -5/+7 | |
2007-01-13 | Ok, so we use native newline style. | Bjørn Lindeijer | 1 | -157/+157 | |
2007-01-13 | Fixed mouse coordinates display in debug window | Eugenio Favalli | 1 | -145/+157 | |
2006-12-04 | Introduced a new class Viewport which combines the drawing code from Engine | Bjørn Lindeijer | 1 | -0/+145 | |
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. |