summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2011-04-04Rename some gui class files to real class names.Andrei Karas1-10/+10
2011-04-04Rename TrueTypeFont to SDLFont.Andrei Karas1-2/+2
2011-03-26Precalculation vertexes for improving draw speed.Andrei Karas1-0/+2
Implemented in Software and fast OpenGL backends. Not all controls using this mode because some limitations. Known issue: impossible compile without opengl. Will be fixed in next commits.
2011-03-15Remove outdated files.Andrei Karas1-2/+0
2011-03-13Add ability to remap maps to different files.Andrei Karas1-0/+2
2011-02-19Fix race condition in guichan bugfix.Andrei Karas1-0/+1
2011-02-15Fix compilation on Haiku and set config and data paths for it.DarkWind1-1/+1
2011-02-01Add ability to enable/disable manaserv with embedded enet.Andrei Karas1-22/+30
Set manaserv disabled in automake and cmake by default but enabled in build scripts.
2011-01-03Add inventory filter control with only value All.Andrei Karas1-0/+4
2011-01-02Initial commit.Andrei Karas1-0/+723
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.