summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerrecv.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-11-27Fix showing group name in online list for legacy server.Andrei Karas1-1/+1
2018-11-27Show short group name when available instead of (GM)gumi1-1/+1
2018-11-27Remove extra ; from different code.Andrei Karas1-2/+2
2018-11-05Fix code style.Andrei Karas1-1/+4
2018-09-25Add packet SMSG_PLAYER_SET_TITLE_ACK 0x0a2f.Andrei Karas1-0/+7
2018-07-26Add support for changed item id size in packets.Andrei Karas1-1/+2
2018-06-30Rename "other" gender into "hidden" gender.Andrei Karas1-2/+2
2018-06-15Add packet CMSG_PLAYER_SELECT_STYLE_ACK 0x0a47.Andrei Karas1-0/+6
2018-03-04Add support for hightlight attribute in groups.xmlAndrei Karas1-4/+0
2018-02-12Fix code style. Add missing actorManager null checks.Andrei Karas1-0/+2
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-17Remove default parameter from PlayerInfo::setStatMod.Andrei Karas1-5/+11
2017-12-17Remove default parameter from PlayerInfo::setStatBase.Andrei Karas1-12/+20
2017-12-17Remove default parameter from PlayerInfo::setAttribute.Andrei Karas1-3/+7
2017-10-23Remove extra include.Andrei Karas1-1/+0
2017-10-18Add packet SMSG_PLAYER_GET_EXP2 0x0acc.Andrei Karas1-0/+20
2017-10-18Add packet SMSG_PLAYER_STAT_UPDATE_7 0x0acb.Andrei Karas1-0/+12
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