summaryrefslogtreecommitdiff
path: root/src/net/tmwa/charserverhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-29Add strong typed int type BeingId.Andrei Karas1-4/+4
2015-05-21Call postInit after each window creation.Andrei Karas1-2/+2
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas1-1/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+4
2015-04-15Remove hideShield setting.Andrei Karas1-15/+3
2015-03-22In charserverhandler add function to return hat slot.Andrei Karas1-0/+5
2015-03-22eathena: add packet CMSG_CHAR_PING 0x0187.Andrei Karas1-0/+4
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+0
2015-01-18Convert player look variable format from 8 bit to 16 bit.Andrei Karas1-3/+3
2015-01-11Fix code style.Andrei Karas1-1/+1
2015-01-06Move attributes.h into enums directory.Andrei Karas1-1/+1
2015-01-06Move dialogtype.h into enums directory.Andrei Karas1-1/+1
2015-01-05Simplify setting default gender.Andrei Karas1-1/+1
2015-01-05Add actual gender in char creation method.Andrei Karas1-1/+1
2015-01-04eathena: allow delete characters if account have non default email.Andrei Karas1-1/+2
2015-01-04Move processCharDeleteFailed from ea namespace into eathena and tmwa.Andrei Karas1-0/+17
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