summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-10Remove most unused files.Andrei Karas1-718/+0
2017-09-27Rename Attributes::PLAYER_JOB to Attributes::PLAYER_JOB_LEVEL.Andrei Karas1-1/+1
2017-09-27Change player job level, exp from stat object to attribute.Andrei Karas1-7/+3
2017-09-27Rename Attributes::PLAYER_LEVEL to Attributes::PLAYER_BASE_LEVEL.Andrei Karas1-1/+1
2017-08-18Remove extra includes.Andrei Karas1-1/+2
2017-08-14Replace static members usage from pointers to direct classes.Andrei Karas1-4/+1
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+5
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-8/+8
2017-04-20Drop support server packet version 10 (Nov 15 2015).Andrei Karas1-2/+0
2017-04-10Add some missing packets and move existing after hercules update.Andrei Karas1-1/+1
2017-01-31Move units into db directory.Andrei Karas1-3/+4
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-1/+1
2016-11-04Dont send some packets with unsupported server versions.Andrei Karas1-4/+3
2016-09-12Fix some packet sizes for version 20080827.Andrei Karas1-0/+2
2016-09-12Fix version for market and some other packets.Andrei Karas1-1/+4
2016-07-25Fix too big lines.Andrei Karas1-2/+4
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-50/+50
2016-05-23Fix packets CMSG_PLAYER_INVENTORY_DROP and CMSG_ITEM_PICKUP.Andrei Karas1-1/+1
2016-05-18Impliment packet CMSG_ITEM_PICKUP for all packet versions.Andrei Karas1-1/+96
2016-05-17Impliment packets CMSG_PLAYER_CHANGE_DIR and CMSG_MAP_PING for all packet ver...Andrei Karas1-4/+176
2016-04-23Fix code style.Andrei Karas1-1/+1
2016-03-10For unknown packet field values show packet id and field value.Andrei Karas1-1/+1
2016-03-08Rename Sp attributes to server values. Also add missing values for hercules.Andrei Karas1-33/+34
2016-03-08Move stat constants from ea namespace into tmwa and eathena.Andrei Karas1-45/+44
2016-03-08Move setStat from ea namespace into eathena and tmwa.Andrei Karas1-1/+212
2016-03-06Add into increaseAttribute parameter with about of attributes to up.Andrei Karas1-2/+3
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-9/+9
2016-01-06Impliment packet CMSG_SHORTCUTS_ROW_SHIFT 0x0a01.Andrei Karas1-0/+9
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-11-16Fix code style.Andrei Karas1-0/+1
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-20/+0
2015-09-02Remove MessageHandler classAndrei Karas1-156/+0
2015-08-30Move receive code from playerhandler into separate file.Andrei Karas1-411/+31
2015-08-22Impliment packet SMSG_PLAYER_SKILL_MESSAGE.Andrei Karas1-3/+43
2015-06-30Fix code style.Andrei Karas1-2/+0
2015-06-20Move processMapMask from ea namespace to eathena.Andrei Karas1-0/+12
2015-06-20Move processOnlineList from ea namespace into eathena.Andrei Karas1-0/+65
2015-06-20Fix code style.Andrei Karas1-0/+1
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-29Convert BeingAction enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-5/+6
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-8/+11
2015-05-01eathena: add support for send chat command from server.Andrei Karas1-0/+24
2015-04-24Fix code style.Andrei Karas1-0/+1
2015-04-04Show unimplimented packet debug message on each unsupported packets parameters.Andrei Karas1-3/+4