summaryrefslogtreecommitdiff
path: root/src/net/tmwa/charserverhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-3/+0
2015-09-02Remove MessageHandler classAndrei Karas1-57/+0
2015-09-02Remove mNetwork field from MessageHandlersAndrei Karas1-4/+4
2015-08-29Fix code style.Andrei Karas1-11/+0
2015-08-25Move receive code from charserverhandler into separate file.Andrei Karas1-236/+11
2015-08-16Add strong typed int for item color.Andrei Karas1-3/+4
2015-08-13Add support for load all item slots with cards in char selection dialog (herc...Andrei Karas1-11/+5
2015-08-12Remove old evol color implimentation from readPlayerData.Andrei Karas1-34/+10
2015-06-30Fix code style.Andrei Karas1-1/+0
2015-06-20Fix compilation warnings.Andrei Karas1-2/+2
2015-06-20Remove some useless server feature checks from tmwa.Andrei Karas1-6/+1
2015-06-20Remove unused old evol packets from tmwa namespace.Andrei Karas1-23/+0
2015-06-20Fix code style.Andrei Karas1-0/+2
2015-06-14Use CREATEWIDGET macro in charserverhandler.Andrei Karas1-3/+8
2015-06-08Check usePersistentIP when switching map serversRawng1-1/+9
2015-06-06Fix code style.Andrei Karas1-4/+0
2015-05-29Convert Gender enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas1-6/+7
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas1-2/+2
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