summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerrecv.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-14Replace std::vector into macro STD_VECTOR.Andrei Karas1-1/+1
2017-07-13Set group id from net code to not only local player.Andrei Karas1-2/+6
2017-07-12Rename gm level into group id in localplayer.cppAndrei Karas1-1/+1
2017-07-12Add packet SMSG_PLAYER_ATTRS 0x0b25.Andrei Karas1-0/+14
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-22/+22
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-12/+12
2016-09-12Add packet SMSG_PLAYER_HEAL 0x0a27.Andrei Karas1-1/+5
2016-07-25Fix too big lines.Andrei Karas1-6/+12
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas1-29/+31
2016-07-21Add packet SMSG_WALK_ERROR 0x0b21.Andrei Karas1-0/+9
2016-05-29Fix code style.Andrei Karas1-2/+2
2016-05-06Fix code style.Andrei Karas1-1/+1
2016-04-27Add packet SMSG_PLAYER_KILLED_BY 0x0b1d.Andrei Karas1-1/+29
2016-04-23Fix code style.Andrei Karas1-2/+0
2016-04-14Move function PlayerRecv::processPlayerClientCommand into ea namespace.Andrei Karas1-15/+0
2016-04-01Add packet SMSG_PLAYER_SHORTCUTS 0x07d9.Andrei Karas1-1/+2
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-1/+1
2016-03-08Move stat constants from ea namespace into tmwa and eathena.Andrei Karas1-3/+3
2016-03-08Fix packet SMSG_PLAYER_HEAL. Now it also update hp/sp.Andrei Karas1-2/+21
2016-02-20Add missing const in net directory.Andrei Karas1-3/+3
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-1/+1
2016-01-06Add packet SMSG_DRESS_ROOM_OPEN 0x0a02.Andrei Karas1-0/+6
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-10-16Add protection attribute to input actions. Unsafe actions blocked from remote...Andrei Karas1-1/+1
2015-09-11Fix code style.Andrei Karas1-3/+0
2015-09-06Readd packet SMSG_MAP_MASK (tmwa)Andrei Karas1-9/+0
2015-09-04Remove some useless includes.Andrei Karas1-3/+1
2015-08-30Move receive code from playerhandler into separate file.Andrei Karas1-0/+436