summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerrecv.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-08[WIP] renamed the client to ManaVersejak11-1/+1
2019-06-26Update packet SMSG_PLAYER_SHORTCUTSAndrei Karas1-1/+3
2019-03-04Rename packet SMSG_PLAYER_EQUIP_TICK_ACK into SMSG_PLAYER_ZC_CONFIGAndrei Karas1-1/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-09-25Add packet SMSG_PLAYER_SET_TITLE_ACK 0x0a2f.Andrei Karas1-0/+1
2018-06-15Add packet CMSG_PLAYER_SELECT_STYLE_ACK 0x0a47.Andrei Karas1-0/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-10-18Add packet SMSG_PLAYER_GET_EXP2 0x0acc.Andrei Karas1-0/+1
2017-10-18Add packet SMSG_PLAYER_STAT_UPDATE_7 0x0acb.Andrei Karas1-0/+1
2017-07-12Add packet SMSG_PLAYER_ATTRS 0x0b25.Andrei Karas1-0/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-07-21Add packet SMSG_WALK_ERROR 0x0b21.Andrei Karas1-0/+1
2016-04-27Add packet SMSG_PLAYER_KILLED_BY 0x0b1d.Andrei Karas1-0/+1
2016-04-14Move function PlayerRecv::processPlayerClientCommand into ea namespace.Andrei Karas1-1/+0
2016-03-11Fix code style.Andrei Karas1-1/+1
2016-01-06Add packet SMSG_DRESS_ROOM_OPEN 0x0a02.Andrei Karas1-0/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-06Readd packet SMSG_MAP_MASK (tmwa)Andrei Karas1-1/+0
2015-09-04Remove some useless includes.Andrei Karas1-1/+4
2015-09-02Remove MessageHandler classAndrei Karas1-2/+0
2015-08-30Move receive code from playerhandler into separate file.Andrei Karas1-0/+57