summaryrefslogtreecommitdiff
path: root/src/net/ea/playerhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-02-20eathena: add support for online list packets.Andrei Karas1-0/+63
2015-01-06Move attributes.h into enums directory.Andrei Karas1-1/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-05fix code style.Andrei Karas1-4/+0
2014-12-02Move weight notification from playerhander.Andrei Karas1-49/+0
2014-12-02Move death dialog showing from playerhandler.Andrei Karas1-21/+0
2014-12-02Rename PlayerDeathListener into PlayerPostDeathListener.Andrei Karas1-3/+3
2014-11-30eathena: add packet SMSG_MAP_MUSIC 0x0b05.Andrei Karas1-0/+12
2014-11-28eathena: add map mask packet.Andrei Karas1-0/+9
2014-10-23Add packet fields comments in playerhandler.Andrei Karas1-7/+7
2014-10-19Add static in playerhandler.Andrei Karas1-10/+10
2014-10-01Use constants for all server side stats.Andrei Karas1-43/+44
2014-10-01Move JOB stat from net enum into attributes.Andrei Karas1-10/+5
2014-10-01Move STR stat from net enum into attributes.Andrei Karas1-2/+2
2014-10-01Move AGI stat from net enum into attributes.Andrei Karas1-2/+2
2014-10-01Move VIT stat from net enum into attributes.Andrei Karas1-2/+2
2014-10-01Move INT stat from net enum into attributes.Andrei Karas1-2/+2
2014-10-01Move DEX stat from net enum into attributes.Andrei Karas1-2/+2
2014-10-01Move LUK stat from net enum into attributes.Andrei Karas1-2/+2
2014-10-01Move ATK stat from net enum into attributes.Andrei Karas1-9/+2
2014-10-01Move DEF stat from net enum into attributes.Andrei Karas1-2/+2
2014-10-01Move MATK stat from net enum into attributes.Andrei Karas1-3/+3
2014-10-01Move MDEF stat from net enum into attributes.Andrei Karas1-2/+2
2014-10-01Move HIT stat from net enum into attributes.Andrei Karas1-1/+1
2014-10-01Move FLEE stat from net enum into attributes.Andrei Karas1-2/+2
2014-10-01Move CRIT stat from net enum into attributes.Andrei Karas1-1/+1
2014-10-01In setStat remove type constants to numbers.Andrei Karas1-26/+18
2014-10-01Move actual update stats into one function.Andrei Karas1-211/+225
2014-09-30Add manner stat to player.Andrei Karas1-1/+3
2014-09-30eathena: add karma stat to player.Andrei Karas1-1/+5
2014-09-06Move processWalkResponse from ea namespace into eathena and tmwa.Andrei Karas1-16/+0
2014-09-06Move processPlayerStatUpdate5 from ea namespace into tmwa and eathena.Andrei Karas1-74/+0
2014-08-28Removed unused includes.Andrei Karas1-0/+1
2014-08-18Rename after die button from OK into Revive.Andrei Karas1-1/+1
2014-08-18Add parameter for button name in okdialog.Andrei Karas1-3/+12
2014-08-18Remove default values from okdialog constructor.Andrei Karas1-3/+6
2014-08-01Fix code style.Andrei Karas1-1/+0
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-29/+29
2014-07-22Fix yellow bar first time drawing.Andrei Karas1-1/+0
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-26/+26
2014-06-07fix code style.Andrei Karas1-5/+8
2014-05-21Fix code style.Andrei Karas1-2/+0
2014-05-20Move weightlistener into separate file.Andrei Karas1-13/+2
2014-05-20Move platerdeathlistener into separate file.Andrei Karas1-22/+2
2014-05-16Move dialog type into separate file.Andrei Karas1-3/+3
2014-05-12Move being action into separate file.Andrei Karas1-3/+3
2014-05-12Fix code styleAndrei Karas1-0/+2
2014-05-11Move player attributes into separate file.Andrei Karas1-26/+27
2014-04-27Add UpdateStatusListener.Andrei Karas1-3/+3
2014-02-20improve includes.Andrei Karas1-0/+1