summaryrefslogtreecommitdiff
path: root/src/client.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-05-12Renaming login, sell, trade (cpp, h) files to correct names.Andrei Karas1-2/+2
2011-05-08Add opengl texture counter for debugging.Andrei Karas1-0/+2
2011-04-28Implemented a simple non-blocking fadeOutAndPlay system.Yohann Ferreira1-0/+2
2011-04-27Removed unused variable 'handledEvents'Thorbjørn Lindeijer1-4/+0
2011-04-04Rename some gui class files to real class names.Andrei Karas1-2/+2
2011-04-02Another possible way to save chat settings on error.v1.1.4.3Andrei Karas1-0/+2
2011-03-27Fix some warnings and improve code from gcc 4.6 compilation.Andrei Karas1-0/+1
2011-03-26Precalculation vertexes for improving draw speed.Andrei Karas1-0/+2
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-1/+1
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-3/+3
2011-03-13Add ability to remap maps to different files.Andrei Karas1-0/+2
2011-03-12Add /uptime chat command to show client uptime.Andrei Karas1-0/+3
2011-03-02Add serverversion checks. And disable some advanced features in old servers.Andrei Karas1-0/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-15Fix compilation on Haiku and set config and data paths for it.DarkWind1-1/+8
2011-02-13Set by default opengl to safe opengl mode for windows players.Andrei Karas1-1/+3
2011-02-02Close npc and other dialogs if reconnecting.Andrei Karas1-0/+14
2011-02-02Fix icon path.Andrei Karas1-1/+1
2011-01-27Made the windows app able to load .ico files at runtime.Yohann Ferreira1-3/+18
2011-01-02Initial commit.Andrei Karas1-0/+1986