summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2007-05-04Merged particle engine into main eAthena branch.Philipp Sehmisch1-0/+10
2007-04-15Reimplemented window resizing. It is now once again possible to resize windowsBjørn Lindeijer1-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-21Renamed Spriteset to ImageSet.Bjørn Lindeijer1-3/+3
2007-03-12Added a simple animation class that hosts a looping animation without the ↵Philipp Sehmisch1-1/+3
action and direction stuff from AnimatedSprite.
2007-01-30Removed unused Packet class.Bjørn Lindeijer1-2/+0
2007-01-05Synchronized build files.Björn Steinbrink1-0/+13
2006-12-12Merged r2829 from trunk (Merged the definition of ImageRect into graphics.h)Bjørn Lindeijer1-1/+0
2006-12-12Moved base64 module into utils directory.Bjørn Lindeijer1-2/+2
2006-12-12Moved Action, Animation and Frame (renamed from AnimationPhase) classes intoBjørn Lindeijer1-4/+4
the resources directory, since they are part of the SpriteDef class.
2006-12-04Introduced a new class Viewport which combines the drawing code from EngineBjørn Lindeijer1-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-29Updated Makefile and CMakeListPhilipp Sehmisch1-0/+4
2006-11-26Updated Makefiles and CMake ListsPhilipp Sehmisch1-5/+8
2006-11-19Separated sprite definition from playback.Bjørn Lindeijer1-0/+2
2006-11-15Separated getProperty method to an XML utility namespace.Bjørn Lindeijer1-0/+2
2006-11-14Separated Action class to its own module.Bjørn Lindeijer1-0/+2
2006-11-05Fixed money field to no longer hide below the bottom of the window.Bjørn Lindeijer1-0/+2
2006-10-26Merged CMake branchBjörn Steinbrink1-0/+303