summaryrefslogtreecommitdiff
path: root/src/net/messagein.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-02-26Improve string usage in other files.Andrei Karas1-14/+16
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-09-02Add const to more classes.Andrei Karas1-14/+14
2012-08-23Remove useless includes.Andrei Karas1-2/+0
2012-07-17Fix more code style and additional warnings.Andrei Karas1-2/+2
2012-07-01Add npc avatars for evol server.Andrei Karas1-42/+34
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-7/+7
2012-03-10Remove more debug lines and fix logging bytes stream.Andrei Karas1-1/+1
2012-02-25Fix old casts.Andrei Karas1-1/+1
2012-01-29Fix code style.Andrei Karas1-2/+2
2012-01-28Fix ReadBytes possible issues.Andrei Karas1-3/+3
2012-01-27Add support for logging bytes from packets.Andrei Karas1-0/+15
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-30Add server side online players list support.Andrei Karas1-0/+25
2011-10-12Fix logging direction in packets.Andrei Karas1-3/+5
2011-10-07Fix code style.Andrei Karas1-1/+1
2011-09-09Last fix part of shadow variables/methods errors.Andrei Karas1-9/+7
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-19Enable server type selection again. Add evol server type. Now working same as...Andrei Karas1-1/+1
2011-05-13Add more MANASERV_SUPPORT defines to disable server type checks, if manaserv ...Andrei Karas1-0/+2
2011-03-18Fix most old style cast except manaserv and libxml2 defines.Andrei Karas1-8/+11
2011-03-14Fixing direction bug in moving.Andrei Karas1-0/+8
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-15Fix code style, apply some fixes after checking with cppcheck from git.Andrei Karas1-0/+1
2011-01-02Initial commit.Andrei Karas1-0/+227