summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
AgeCommit message (Collapse)AuthorFilesLines
2011-06-24Delete some useless files and rename windows resource file.Andrei Karas1-1/+1
Fix some strings in INSTALL file.
2011-06-19Redesign Misc setup page.Andrei Karas1-0/+2
2011-06-18Start implimenting new setup pages.Andrei Karas1-0/+2
Add new container for setup items. Imporved other containers.
2011-06-16Fix dataDir in branding files.Andrei Karas1-0/+2
Move path functions to paths.cpp
2011-06-09Add "did you know?" dialog and some messages for it.Andrei Karas1-0/+2
Fix browserbox images position and size.
2011-06-03Remove SDL_gfxBlitFunc.h from automake, and leave it only in cmakeAndrei Karas1-0/+1
to fix windows builds.
2011-05-31Add missing guichan files.Andrei Karas1-0/+2
2011-05-31Allow use system guichan by automake switch --with-internalguichan=no.Andrei Karas1-49/+50
Cmake always using internal guichan.
2011-05-30Add guichan files to cmake and remove deps on guichan libs.Andrei Karas1-7/+93
2011-05-24Add missing files to cmake and code blocks make files.Andrei Karas1-0/+1
2011-05-20Start separating netcode to functions and moving some code to ea name spaceAndrei Karas1-2/+12
for future usage for different server types. Processed classes: adminhandler, beinghandler, buysellhandler.
2011-05-12Renaming login, sell, trade (cpp, h) files to correct names.Andrei Karas1-6/+6
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.