summaryrefslogtreecommitdiff
path: root/src/net/eathena/charserverhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-4/+4
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-10-26Fix some packets.Andrei Karas1-1/+1
2016-10-12Fix character creation for hercules with packet version >= 20120307.Andrei Karas1-0/+1
2016-05-17Fix sending packets for version 20151001 and bigger.Andrei Karas1-14/+51
2016-02-20Add missing const in net directory.Andrei Karas1-6/+8
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-8/+8
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-2/+0
2015-09-02Remove MessageHandler classAndrei Karas1-110/+0
2015-09-02Remove mNetwork field from MessageHandlersAndrei Karas1-4/+4
2015-08-29Fix code style.Andrei Karas1-18/+0
2015-08-25Move receive code from charserverhandler into separate file.Andrei Karas1-468/+31
2015-08-16Add strong typed int for item color.Andrei Karas1-3/+3
2015-08-13Add support for load all item slots with cards in char selection dialog (herc...Andrei Karas1-16/+17
2015-08-12Fix loading weapon sprite in char selection dialog.Andrei Karas1-2/+3
2015-06-20Fix code style.Andrei Karas1-0/+2
2015-06-15Fix code style.Andrei Karas1-1/+1
2015-06-14Use CREATEWIDGET macro in charserverhandler.Andrei Karas1-12/+25
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-5/+6
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas1-2/+2
2015-05-29Add strong typed int type BeingId.Andrei Karas1-12/+12
2015-05-21Call postInit after each window creation.Andrei Karas1-8/+8
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas1-4/+4
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-4/+16
2015-04-15eathena: fix default walk delay parameter in stats.Andrei Karas1-0/+3
2015-04-15Remove hideShield setting.Andrei Karas1-3/+1
2015-04-04Show unimplimented packet debug message on each unsupported packets parameters.Andrei Karas1-2/+1
2015-04-01eathena: add partial support for packet SMSG_CHAR_BAN_CHAR_LIST 0x020d.Andrei Karas1-0/+16
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/+6
2015-03-18eathena: add packet SMSG_CHAR_CHARACTERS 0x099d.Andrei Karas1-0/+31
2015-03-18eathena: add partial support for packet SMSG_CHAR_DELETE2_CANCEL_ACK 0x082c.Andrei Karas1-0/+12
2015-03-18eathena: add partial support for packet SMSG_CHAR_DELETE2_ACCEPT_ACTUAL_ACK 0...Andrei Karas1-0/+12
2015-03-18eathena: add partial support for packet SMSG_CHAR_DELETE2_ACK 0x0828.Andrei Karas1-0/+13
2015-03-18eathena: add partial support for packet SMSG_CHAR_CAPTCHA_NOT_SUPPORTED 0x07e9.Andrei Karas1-0/+12
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-03-10Mark all unimplimented packets with UNIMPLIMENTEDPACKET attribute.Andrei Karas1-0/+3
2015-03-04eathena: fix hair color afrer reordering sprites.Andrei Karas1-1/+3
2015-01-18Convert player look variable format from 8 bit to 16 bit.Andrei Karas1-2/+2
2015-01-16fix code style.Andrei Karas1-4/+4
2015-01-15eathena: add support for setting player look in char creation.Andrei Karas1-0/+2
2015-01-15eathena: use clothes color as player look.Andrei Karas1-3/+5
2015-01-11Fix code style.Andrei Karas1-2/+2
2015-01-06Move attributes.h into enums directory.Andrei Karas1-1/+1
2015-01-06Move dialogtype.h into enums directory.Andrei Karas1-1/+1