summaryrefslogtreecommitdiff
path: root/src/net/ea/beinghandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-06Move processBeingMove2 from ea namespace into eathena and tmwa.Andrei Karas1-40/+0
2014-09-06Move processBeingStatusChange from ea namespace into eathena and tmwa.Andrei Karas1-20/+0
2014-09-06Move processSkillCasting from ea namespace into eathena and tmwa.Andrei Karas1-11/+0
2014-09-06fix some packets reading size.Andrei Karas1-0/+3
2014-09-06Move processBeingSpawn from ea namespace into tmwa.Andrei Karas1-13/+0
2014-09-06add comment in processBeingAction.Andrei Karas1-1/+1
2014-09-06add packet comments in beinghandler.Andrei Karas1-75/+80
2014-08-30Remove additional parameters from processBeingVisibleOrMove function.Andrei Karas1-240/+0
2014-08-01Fix code style.Andrei Karas1-1/+0
2014-07-30Add chat command for spawn debug local player copy.Andrei Karas1-20/+0
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-31/+31
2014-07-27Remove some evol server checks.Andrei Karas1-1/+2
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-19/+18
2014-07-13Fix code style.Andrei Karas1-1/+1
2014-06-22Add profiler lines into some functions.Andrei Karas1-1/+113