summaryrefslogtreecommitdiff
path: root/src/net/tmwa/charserverhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-12Increase default chat slots number for tAthena/evol from 3 to 9.Andrei Karas1-1/+4
2011-01-12Add new error codes for creating char.Andrei Karas1-2/+22
2011-01-10Add persistent ip as connection option.Andrei Karas1-1/+9
2011-01-02Initial commit.Andrei Karas1-0/+386