summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-09Move processBeingChangeDirection from ea namespace into eathena and tmwa.Andrei Karas1-0/+27
2014-09-08eathena: add packet CMSG_REQUEST_RANKS 0x097c.Andrei Karas1-0/+4
2014-09-06Move processBeingMove2 from ea namespace into eathena and tmwa.Andrei Karas1-0/+40
2014-09-06Move processBeingStatusChange from ea namespace into eathena and tmwa.Andrei Karas1-0/+20
2014-09-06Move processSkillCasting from ea namespace into eathena and tmwa.Andrei Karas1-1/+12
2014-09-06Move processBeingSpawn from ea namespace into tmwa.Andrei Karas1-0/+13
2014-09-06add packet comments in beinghandler.Andrei Karas1-83/+85
2014-08-30Remove additional parameters from processPlayerMoveUpdate function.Andrei Karas1-19/+19
2014-08-30Remove additional parameters from processBeingChatLook function.Andrei Karas1-4/+3
2014-08-30Remove additional parameters from processBeingVisibleOrMove function.Andrei Karas1-1/+248
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-30/+30
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-17/+17
2014-07-13Fix code style.Andrei Karas1-4/+4
2014-06-24Add name request packet into protocol.hAndrei Karas1-1/+1
2014-06-22Add profiler lines into some functions.Andrei Karas1-0/+35
2014-05-20Move net sprite defines into separate file.Andrei Karas1-0/+1
2014-05-13Move actor type into separate file.Andrei Karas1-4/+4
2014-05-12Move being action into separate file.Andrei Karas1-8/+8
2014-04-30Fix code style in net.Andrei Karas1-5/+5