summaryrefslogtreecommitdiff
path: root/src/net/ea/beinghandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-03-21Possible fix for desync in movingAndrei Karas1-2/+1
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-01-20Fix code style.Andrei Karas1-1/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-08-29Fix code style.Andrei Karas1-18/+0
2015-08-24Rename being receive handler into beingrecv.Andrei Karas1-3/+3
2015-08-24Move receive code from beinghandler into separate file.Andrei Karas1-421/+4
2015-08-22Show skill effects with packet SMSG_SKILL_NO_DAMAGE.Andrei Karas1-6/+10
2015-08-16Add strong typed int for item color.Andrei Karas1-1/+1
2015-07-02Move mapitemtype into enums directory.Andrei Karas1-2/+2
2015-06-20Move processNameResponse2 from ea namespace into eathena.Andrei Karas1-46/+0
2015-06-16Move processPvpSet from ea namespace into eathena and tmwa.Andrei Karas1-15/+0
2015-06-15Fix code style.Andrei Karas1-0/+1
2015-06-06Fix code style.Andrei Karas1-0/+7
2015-05-29Convert AttackType enum into strong typed enum.Andrei Karas1-5/+6
2015-05-29Convert ActorType enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Use BeingTypeId in Being for subtypeid.Andrei Karas1-2/+3
2015-05-29Add strong typed int type BeingId.Andrei Karas1-14/+16
2015-05-26Fix possible crash if disconnecting from server.Andrei Karas1-1/+1
2015-05-07Remove bot checker window.Andrei Karas1-3/+0
2015-04-24Fix code style.Andrei Karas1-2/+0
2015-04-15From killstats window remove information about jacko.Andrei Karas1-2/+0
2015-04-15Remove hideShield setting.Andrei Karas1-2/+0
2015-04-09On skill attacks on target for show effect use skill attribute skillHitEffectId.Andrei Karas1-2/+3
2015-04-08Add missing unimplimented packet debug line.Andrei Karas1-0/+1
2015-04-04Show unimplimented packet debug message on each unsupported packets parameters.Andrei Karas1-6/+1
2015-03-21Revert "Move processBeingAction from ea namespace into tmwa."Andrei Karas1-0/+91
2015-03-18Move processBeingAction from ea namespace into tmwa.Andrei Karas1-91/+0
2015-01-06Move attacktype into separate file.Andrei Karas1-7/+7
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-16Move processIpResponse from ea namespace into tmwa.Andrei Karas1-15/+0
2014-11-30eathena: add support for get full moving path from server.Andrei Karas1-0/+50
2014-11-20Move processNameResponse2 into ea namespace.Andrei Karas1-0/+46
2014-10-17Add static in beinthandler.Andrei Karas1-17/+21
2014-10-10Fix code style.Andrei Karas1-5/+1
2014-10-09Move processBeingSelfEffect from ea namespace into eathena and tmwa.Andrei Karas1-31/+0
2014-10-06Read all fields in processPlayerMoveToAttack.Andrei Karas1-6/+7
2014-09-28Show portal names in popup if portal not present at map.Andrei Karas1-1/+18
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-18Move processPlayerGuilPartyInfo from ea namespace into eathena and tmwa.Andrei Karas1-29/+0
2014-09-17Move processBeingResurrect from ea namespace into eathena and tmwa.Andrei Karas1-28/+0
2014-09-16Remove unused externsAndrei Karas1-3/+0
2014-09-14Move processPlaterStatusChange from ea namespace into eathena and tmwa.Andrei Karas1-28/+0
2014-09-10Change format in ActorType enum.Andrei Karas1-13/+13
2014-09-10Read whole packet SMSG_BEING_REMOVE.Andrei Karas1-0/+1
2014-09-09Move processBeingChangeDirection from ea namespace into eathena and tmwa.Andrei Karas1-27/+0
2014-09-07Remove unused includes.Andrei Karas1-11/+0
2014-09-06Improve reading in processPlayerStop.Andrei Karas1-0/+4