summaryrefslogtreecommitdiff
path: root/src/net/eathena/charserverhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-06-08Fix job field size in new char create packet.Andrei Karas1-2/+1
2018-03-08Add support for change pin code by server request.Andrei Karas1-0/+10
2018-03-08Add support for enter auth pincode.Andrei Karas1-0/+8
2018-03-07Add support for set new pincode.Andrei Karas1-6/+5
2018-03-05Add empty pincode manager.Andrei Karas1-8/+0
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-1/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
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