Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-05-04 | Merged particle engine into main eAthena branch. | Philipp Sehmisch | 1 | -0/+10 | |
2007-04-15 | Reimplemented window resizing. It is now once again possible to resize windows | Bjørn Lindeijer | 1 | -0/+2 | |
using their borders (except for the top one, since that's the title bar for Guichan) and the resize grip in the bottom right is much easier to grab. Needs some testing. | |||||
2007-03-21 | Renamed Spriteset to ImageSet. | Bjørn Lindeijer | 1 | -3/+3 | |
2007-03-12 | Added a simple animation class that hosts a looping animation without the ↵ | Philipp Sehmisch | 1 | -1/+3 | |
action and direction stuff from AnimatedSprite. | |||||
2007-01-30 | Removed unused Packet class. | Bjørn Lindeijer | 1 | -2/+0 | |
2007-01-05 | Synchronized build files. | Björn Steinbrink | 1 | -0/+13 | |
2006-12-12 | Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h) | Bjørn Lindeijer | 1 | -1/+0 | |
2006-12-12 | Moved base64 module into utils directory. | Bjørn Lindeijer | 1 | -2/+2 | |
2006-12-12 | Moved Action, Animation and Frame (renamed from AnimationPhase) classes into | Bjørn Lindeijer | 1 | -4/+4 | |
the resources directory, since they are part of the SpriteDef class. | |||||
2006-12-04 | Introduced a new class Viewport which combines the drawing code from Engine | Bjørn Lindeijer | 1 | -11/+13 | |
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. | |||||
2006-11-29 | Updated Makefile and CMakeList | Philipp Sehmisch | 1 | -0/+4 | |
2006-11-26 | Updated Makefiles and CMake Lists | Philipp Sehmisch | 1 | -5/+8 | |
2006-11-19 | Separated sprite definition from playback. | Bjørn Lindeijer | 1 | -0/+2 | |
2006-11-15 | Separated getProperty method to an XML utility namespace. | Bjørn Lindeijer | 1 | -0/+2 | |
2006-11-14 | Separated Action class to its own module. | Bjørn Lindeijer | 1 | -0/+2 | |
2006-11-05 | Fixed money field to no longer hide below the bottom of the window. | Bjørn Lindeijer | 1 | -0/+2 | |
2006-10-26 | Merged CMake branch | Björn Steinbrink | 1 | -0/+303 | |