summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2007-06-03Added some files to be included with the release.Bjørn Lindeijer1-0/+2
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-24Merged 0.0 changes from revision 3177 to 3234 to trunk.Bjørn Lindeijer1-2/+4
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-03-03Updated CMake file.Bjørn Lindeijer1-0/+4
2007-02-25Updated CMake file.Bjørn Lindeijer1-0/+6
2007-01-30Removed unused Packet class.Bjørn Lindeijer1-2/+0
2007-01-05Fixed installation when using CMakeBjörn Steinbrink1-0/+11
2007-01-05Synchronized build files.Björn Steinbrink1-0/+13
2007-01-04Merged 0.0 changes from revision 2898 to 2988 to trunk.Bjørn Lindeijer1-6/+6
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-11Merged 0.0 changes from revision 2825 to 2898 to trunk.Bjørn Lindeijer1-2/+17
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-05Merged the definition of ImageRect into graphics.h.Bjørn Lindeijer1-1/+0
2006-11-05Fixed money field to no longer hide below the bottom of the window.Bjørn Lindeijer1-0/+2
2006-11-05Merged 0.0 changes from revision 2800 to 2825 to trunk.Bjørn Lindeijer1-0/+2
2006-11-02Merged trunk changes from revision 2716 to 2756 into the 0.1.0 branch.Bjørn Lindeijer1-0/+2
2006-11-02Removed some cruft that was needed for eAthena.Björn Steinbrink1-2/+0
2006-11-02Network layer refactoring.Björn Steinbrink1-0/+20
2006-11-01Added CMake supportBjörn Steinbrink1-0/+299
2006-10-26Merged CMake branchBjörn Steinbrink1-0/+303