summaryrefslogtreecommitdiff
path: root/src/net/tmwa/charserverhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+5
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-06-09Fix code style.Andrei Karas1-2/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-7/+7
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-03-11Fix code style.Andrei Karas1-2/+0
2016-03-05Remove outdated protocol version checks from tmwa net code.Andrei Karas1-9/+2
2016-02-20Add missing const in net directory.Andrei Karas1-3/+6
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-5/+5
2016-01-02Update copyrights year.Andrei Karas1-1/+1
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