summaryrefslogtreecommitdiff
path: root/src/net/ea/beingrecv.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+2
2017-06-11Rename player_relations into playerRelations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-32/+32
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-11-11Fix typo implimented -> implemented.Andrei Karas1-1/+1
2016-09-12Add packet SMSG_SKILL_NO_DAMAGE 0x09cb.Andrei Karas1-1/+5
2016-08-21Improve move3 packet handling for local player and for empty path.Andrei Karas1-8/+7
2016-07-01Fix code style.Andrei Karas1-4/+2
2016-06-22Build path in SMSG_BEING_MOVE3 packet from back to forward and if need fix st...Andrei Karas1-51/+22
2016-06-21Remove function BeingRecv::setSpriteAndrei Karas1-10/+0
2016-06-21Remove colorId parameter from Being::updateSprite.Andrei Karas1-3/+2
2016-06-08Simplify set weapon sprite.Andrei Karas1-3/+2
2016-06-08Add setTempSprite method into Being.Andrei Karas1-3/+2
2016-06-08Add strong typed bool IsTempSprite.Andrei Karas1-1/+1
2016-06-08Add strong typed bool IsWeapon.Andrei Karas1-1/+1
2016-05-20Fix code style.Andrei Karas1-2/+2
2016-05-18Fix random one tile desync in SMSG_BEING_MOVE3 packet.Andrei Karas1-0/+57
2016-04-02Sort more packets. Add version checks inside packets.Andrei Karas1-28/+0
2016-03-22Add support for packet version in servers list xml and in editor.Andrei Karas1-7/+5
2016-03-18Fix reading packet SMSG_BEING_MOVE3 for non existing player.Andrei Karas1-0/+1
2016-03-17Read whole packet SMSG_BEING_MOVE3 if being not exists.Andrei Karas1-0/+4
2016-03-10For unknown packet field values show packet id and field value.Andrei Karas1-1/+1
2016-03-05Replace in Being speed field from vector to int.Andrei Karas1-1/+1
2016-02-03Add option for saving mapping between account id and nicks.Andrei Karas1-2/+3
2016-02-03Read full packet SMSG_BEING_EMOTION in all cases.Andrei Karas1-0/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-10-31Add support for dead trick status effect (hercules)Andrei Karas1-0/+1
2015-10-23Fix read size for packet SMSG_BEING_REMOVE.Andrei Karas1-1/+0
2015-10-14Add option for show why player disappeared. Can be usefull for GM's.Andrei Karas1-0/+38
2015-10-13Add npc attribute what allow or prevent removing npc after out of sight.Andrei Karas1-1/+8
2015-09-26Fix moving animation issue with move3 packets enabled.Andrei Karas1-0/+4
2015-08-29Fix code style.Andrei Karas1-0/+1
2015-08-24Rename being receive handler into beingrecv.Andrei Karas1-0/+473