summaryrefslogtreecommitdiff
path: root/src/net/eathena/playerrecv.cpp
AgeCommit message (Expand)AuthorFilesLines
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