summaryrefslogtreecommitdiff
path: root/src/net/tmwa/charserverhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-09-30move db files into db directory.Andrei Karas1-1/+2
2013-09-15remove unused includes from net directory.Andrei Karas1-4/+2
2013-08-24improve getState/setState in Client.Andrei Karas1-1/+1
2013-06-20Add more profiler labels.Andrei Karas1-0/+3
2013-06-12add support for player look.Andrei Karas1-1/+5
2013-06-10add partial support for player looks.Andrei Karas1-5/+6
2013-05-30Limit hair color and hair style only for one byte.Andrei Karas1-4/+8
2013-04-21some other fixes from cpplint.Andrei Karas1-3/+3
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-15/+14
2013-04-07remove useless checks.Andrei Karas1-1/+1
2013-03-27improve charserverhandler class.Andrei Karas1-63/+19
2013-02-22Fix change password issue with empty players list.Andrei Karas1-2/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-10Fix compilation errors with stlport.Andrei Karas1-1/+1
2012-10-02Fix some conversions.Andrei Karas1-2/+4
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+3
2012-09-04Fix hair colors color if old and new hair using different paletes.Andrei Karas1-1/+3
2012-09-02Add const to more classes.Andrei Karas1-20/+22
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-08-01Fix code style.Andrei Karas1-3/+4
2012-07-15Fix code style.Andrei Karas1-7/+7
2012-06-18Fix code style.Andrei Karas1-1/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-2/+2
2012-05-31Add support for each hair style own palete.Andrei Karas1-1/+3
2012-04-01One part of fixes after auto checking.Andrei Karas1-10/+11
2012-03-14Add support for other gender.Andrei Karas1-1/+1
2012-02-02Add some checks after automatic checking.Andrei Karas1-2/+5
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-12-18Ad comments for "unused" data from server packets.Andrei Karas1-2/+2
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-3/+3
2011-10-08Add checks and fix code style.Andrei Karas1-6/+10
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-29Extract shared logic from chathandler and gamehandler netcode to ea namespace.Andrei Karas1-5/+0
2011-07-28Extract shared logic from charserverhandler and loginhandler netcode to ea na...Andrei Karas1-155/+42
2011-07-09Fix compilation error from last commit.Andrei Karas1-2/+1
2011-07-09Reserve bits in gender field for future usage.Andrei Karas1-1/+2
2011-07-07Remove undescore from variables and defines.Andrei Karas1-1/+1
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-04-09Add race in char creation dialog. Change client protocol version to 4.Andrei Karas1-1/+3
2011-04-07Send to tmw based server client version as 1.Andrei Karas1-1/+4
2011-03-18Fix most conversions except manaserv net code and some other code.Andrei Karas1-1/+4
2011-03-04Fix code style.Andrei Karas1-3/+6
2011-03-03Dehardcode item colors. Now reading all from configs.Andrei Karas1-1/+1
2011-03-02Add serverversion checks. And disable some advanced features in old servers.Andrei Karas1-1/+1
2011-03-01Fix char slots number calculation.Andrei Karas1-1/+5
2011-03-01Add support for reading item colors for char list and created char (for exten...Andrei Karas1-19/+72
2011-02-27First part of implimintation item colors.Andrei Karas1-1/+1
2011-02-19Update copyrights.Andrei Karas1-2/+3