summaryrefslogtreecommitdiff
path: root/src/net/tmwa/charserverhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-04Give correct names to eathena/tmwa sprites.Andrei Karas1-20/+20
2014-10-23Add packet fields comments in charserverhandler.Andrei Karas1-1/+1
2014-10-17Add static in chatserverhandler.Andrei Karas1-2/+2
2014-10-06eathena: add packet CMSG_CHAR_CHANGE_SLOT 0x08d4.Andrei Karas1-0/+5
2014-10-06Fix compilation warnings.Andrei Karas1-2/+2
2014-10-05Add char rename button if server support it.Andrei Karas1-1/+1
2014-10-05eathena: add packet CMSG_CHAR_RENAME 0x08fc.Andrei Karas1-0/+5
2014-10-01Remove unused attrs.h files.Andrei Karas1-1/+0
2014-10-01Move JOB stat from net enum into attributes.Andrei Karas1-1/+1
2014-10-01Move STR stat from net enum into attributes.Andrei Karas1-1/+4
2014-09-30Add manner field to beings.Andrei Karas1-1/+1
2014-09-30Add karma field to beings.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-19Add comments for all output packets header.Andrei Karas1-5/+5
2014-09-17Remove getter for serverFeatures.Andrei Karas1-2/+2
2014-09-17Remove getter for loginHandler.Andrei Karas1-4/+3
2014-09-17Remove getter for gameHandler.Andrei Karas1-2/+2
2014-09-17Remove getter for charServerHandler.Andrei Karas1-1/+1
2014-09-16Fix some server features usage.Andrei Karas1-2/+3
2014-09-14Move setCharCreateDialog from ea namespace into eathena and tmwa.Andrei Karas1-0/+40
2014-09-13Split processCharCreate for each packet type.Andrei Karas1-2/+23
2014-09-13Move processCharCreate from ea namespace into eathena and tmwa.Andrei Karas1-0/+20
2014-09-06add packet comments into charserverhandler.Andrei Karas1-84/+99
2014-08-30Remove additional parameters from processCharMapServer function.Andrei Karas1-1/+28
2014-08-30Remove additional parameters from processCharMapInfo function.Andrei Karas1-1/+38
2014-08-30Remove additional parameters from processCharCreate function.Andrei Karas1-4/+1
2014-07-18Fix code style.Andrei Karas1-1/+1
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-21/+19
2014-05-20Move player attributes in net code into separate file.Andrei Karas1-0/+1
2014-05-20Move net sprite defines into separate file.Andrei Karas1-0/+1
2014-05-20Move character into separate file.Andrei Karas1-0/+1
2014-05-11Move player attributes into separate file.Andrei Karas1-7/+9
2014-04-30Fix code style in net.Andrei Karas1-2/+2
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