summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-20Fix compilation warnings.Andrei Karas1-21/+3
2015-06-20Remove from tmwa namespace checks for haveItemColors.Andrei Karas1-43/+10
2015-06-20Remove unused old evol packets from tmwa namespace.Andrei Karas1-5/+0
2015-06-20Fix code style.Andrei Karas1-1/+1
2015-06-16Add team id into beings cache.Andrei Karas1-0/+1
2015-06-16Set being team id from packet SMSG_PVP_SET (tmwa)Andrei Karas1-1/+8
2015-06-16Move processPvpSet from ea namespace into eathena and tmwa.Andrei Karas1-0/+15
2015-06-06Fix code style.Andrei Karas1-4/+8
2015-05-30Convert Rank enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas1-6/+6
2015-05-29Add strong typed int type BeingId.Andrei Karas1-31/+31
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas1-1/+1
2015-05-06Add strong typed bool type Enable.Andrei Karas1-1/+2
2015-04-24Fix code style.Andrei Karas1-1/+0
2015-04-17Add eathena defines into rank enum.Andrei Karas1-0/+2
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