summaryrefslogtreecommitdiff
path: root/src/net/ea/beinghandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-18fix code style.Andrei Karas1-4/+4
2014-05-13Move actor type into separate file.Andrei Karas1-25/+25
2014-05-12Move being action into separate file.Andrei Karas1-14/+17
2014-05-12Fix code styleAndrei Karas1-0/+2
2014-04-30Fix code style in net.Andrei Karas1-14/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-25add pet think time.Andrei Karas1-1/+0
2013-12-25add support for pet offsets if owner is sitting.Andrei Karas1-0/+1
2013-11-25prevent update some sprites from move packets and some other.Andrei Karas1-3/+2
2013-11-01Move timers from client into timers file.Andrei Karas1-4/+5
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-42/+42
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas1-10/+10
2013-09-30move db files into db directory.Andrei Karas1-1/+2
2013-09-30move windows classes to windows directory.Andrei Karas1-5/+7
2013-09-15remove unused includes from net directory.Andrei Karas1-9/+0
2013-09-04add support for getting full move path from server (evol only).Andrei Karas1-1/+2
2013-08-31move being related files into being dir.Andrei Karas1-3/+4
2013-08-31move particles into particle dir.Andrei Karas1-1/+2
2013-08-31move input related files into input dir.Andrei Karas1-2/+3
2013-06-10add partial support for player looks.Andrei Karas1-5/+4
2013-05-30Limit hair color and hair style only for one byte.Andrei Karas1-2/+4
2013-05-27Fix player sprites in disguise mode.Andrei Karas1-4/+10
2013-05-05Send name request in legacy servers if npc was deleted and created at same time.Andrei Karas1-1/+4
2013-04-21some other fixes from cpplint.Andrei Karas1-3/+3
2013-04-21add owned show time to each emote type.Andrei Karas1-3/+1