summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-04-15From killstats window remove information about jacko.Andrei Karas1-6/+0
2015-04-15Remove hideShield setting.Andrei Karas1-17/+8
2015-04-10Fix code style.Andrei Karas1-1/+2
2015-04-04Show unimplimented packet debug message on each unsupported packets parameters.Andrei Karas1-14/+11
2015-03-21Revert "Move processBeingAction from ea namespace into tmwa."Andrei Karas1-91/+0
2015-03-18Move processBeingAction from ea namespace into tmwa.Andrei Karas1-0/+91
2015-01-22fix direction in packet SMSG_BEING_CHANGE_DIRECTION.Andrei Karas1-2/+2
2015-01-18Convert player look variable format from 8 bit to 16 bit.Andrei Karas1-7/+7
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-16Move processIpResponse from ea namespace into tmwa.Andrei Karas1-0/+15
2014-12-05fix code style.Andrei Karas1-3/+6
2014-12-04Give correct names to eathena/tmwa sprites.Andrei Karas1-74/+74
2014-11-30eathena: add support for get full moving path from server.Andrei Karas1-48/+0
2014-11-29Use server feature haveNpcGender.Andrei Karas1-2/+4
2014-11-21fix code style.Andrei Karas1-1/+1
2014-11-20Move processNameResponse2 into ea namespace.Andrei Karas1-46/+0
2014-11-12Add missing packet field comments.Andrei Karas1-3/+8
2014-10-23tmwa: fix reading whole packets SMSG_PLAYER_GUILD_PARTY_INFO and SMSG_BEING_C...Andrei Karas1-2/+12
2014-10-17Add static in beinthandler.Andrei Karas1-19/+19
2014-10-09Move processBeingSelfEffect from ea namespace into eathena and tmwa.Andrei Karas1-0/+34
2014-09-30Add manner field to beings.Andrei Karas1-5/+5
2014-09-30Add karma field to beings.Andrei Karas1-5/+5
2014-09-26Fix code style.Andrei Karas1-3/+1
2014-09-19Add comments for all output packets header.Andrei Karas1-1/+1
2014-09-18Move processPlayerGuilPartyInfo from ea namespace into eathena and tmwa.Andrei Karas1-0/+29
2014-09-17Move processBeingResurrect from ea namespace into eathena and tmwa.Andrei Karas1-0/+28
2014-09-17Remove getter for serverFeatures.Andrei Karas1-10/+10
2014-09-16Remove unused externsAndrei Karas1-2/+0
2014-09-16add server feature haveMonsterAttackRange.Andrei Karas1-2/+4
2014-09-16add server feature haveItemColors.Andrei Karas1-4/+4
2014-09-16Add server feature haveMove3.Andrei Karas1-2/+2
2014-09-15eathena: add packet CMSG_PLAYER_VIEW_EQUIPMENT 0x02d6.Andrei Karas1-0/+4
2014-09-14Move processPlaterStatusChange from ea namespace into eathena and tmwa.Andrei Karas1-0/+28
2014-09-14Use haveServerHp feature in getting hp in tmwa.Andrei Karas1-2/+5
2014-09-12fix code style.Andrei Karas1-1/+1
2014-09-10Change format in ActorType enum.Andrei Karas1-21/+21
2014-09-10add function to apply being action.Andrei Karas1-64/+33
2014-09-10add function to convert special npc server gender type into client type.Andrei Karas1-30/+21
2014-09-10Improve functions from previous commit.Andrei Karas1-295/+88
2014-09-10Split processPlayerMoveUpdate for each packet type.Andrei Karas1-2/+506
2014-09-10Improve functions from previous commit.Andrei Karas1-62/+8
2014-09-10Split processBeingChangeLook for each packet type.Andrei Karas1-1/+61
2014-09-10Split processBeingChangeLook into tow functions with net code and without.Andrei Karas1-11/+13
2014-09-10Improve functions from previous commit.Andrei Karas1-78/+23
2014-09-10Split processBeingVisibleOrMove for each packet type.Andrei Karas1-2/+247
2014-09-10tmwa: fix reading whole packet SMSG_PLAYER_UPDATE_2.Andrei Karas1-1/+2
2014-09-10tmwa: read whole packet SMSG_BEING_SPAWN.Andrei Karas1-0/+1
2014-09-10tmwa: fix reading whole packet in processBeingVisibleOrMove.Andrei Karas1-4/+3
2014-09-10tmwa: read whole packet SMSG_BEING_CHANGE_LOOKS2.Andrei Karas1-0/+5
2014-09-10tmwa: read whole packet SMSG_BEING_VISIBLE.Andrei Karas1-0/+3