summaryrefslogtreecommitdiff
path: root/src/net/eathena/beinghandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-06fix compilation warningsAndrei Karas1-1/+1
2014-09-06eathena: add partial support for packet SMSG_MAP_TYPE_PROPERTY2 0x099b.Andrei Karas1-0/+12
2014-09-06eathena: fix handling packet SMSG_BEING_VISIBLE 0x0857.Andrei Karas1-25/+24
2014-09-06add packet comments in beinghandler.Andrei Karas1-68/+66
2014-09-06add fields comments in processBeingChangeLook.Andrei Karas1-4/+5
2014-08-30Remove additional parameters from processPlayerMoveUpdate function.Andrei Karas1-19/+19
2014-08-30Remove additional parameters from processBeingChatLook function.Andrei Karas1-4/+3
2014-08-30Remove additional parameters from processBeingVisibleOrMove function.Andrei Karas1-3/+4
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-32/+32
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-19/+19
2014-07-13Fix code style.Andrei Karas1-2/+3
2014-06-24Add name request packet into protocol.hAndrei Karas1-1/+1
2014-05-25Fix align in constructors.Andrei Karas1-1/+1
2014-05-20Move net sprite defines into separate file.Andrei Karas1-0/+1
2014-05-18fix code style.Andrei Karas1-4/+4
2014-05-13Move actor type into separate file.Andrei Karas1-11/+11
2014-05-12Move being action into separate file.Andrei Karas1-11/+11
2014-04-30Fix code style in net.Andrei Karas1-8/+11
2014-02-02Add missing const and static into net classes.Andrei Karas1-1/+1
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-6/+6
2013-11-01Move timers from client into timers file.Andrei Karas1-1/+4
2013-10-19Rename actorspritemanager into actormanager.Andrei Karas1-15/+15
2013-10-06remove unused includes and remove default parameter in being.Andrei Karas1-6/+6
2013-09-30move db files into db directory.Andrei Karas1-1/+2
2013-09-30move windows classes to windows directory.Andrei Karas1-3/+4
2013-09-15remove unused includes from net directory.Andrei Karas1-11/+1
2013-08-31move being related files into being dir.Andrei Karas1-3/+4
2013-08-31move input related files into input dir.Andrei Karas1-1/+2
2013-06-10add partial support for player looks.Andrei Karas1-3/+3
2013-05-27Fix spawn of disguised mobs.Andrei Karas1-10/+21
2013-04-21some other fixes from cpplint.Andrei Karas1-6/+6
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-14some more style fixes from cpplint.Andrei Karas1-2/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-40/+18
2013-04-07remove useless checks.Andrei Karas1-5/+2
2013-04-07some fixes after auto check.Andrei Karas1-7/+2
2013-03-29fix code style.Andrei Karas1-1/+1
2013-03-27improve some network handlers classes.Andrei Karas1-11/+0
2013-03-26inprove beinghandler class.Andrei Karas1-64/+50
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-25Improve empty strings manipulation.Andrei Karas1-1/+1
2012-09-08Improve constructors in some classes.Andrei Karas1-0/+1
2012-09-02Add const to more classes.Andrei Karas1-15/+15
2012-08-29Add to replace/reorder sprites pseudo direction "died"Andrei Karas1-1/+5
2012-08-23Remove useless includes.Andrei Karas1-4/+0
2012-08-01Fix code style.Andrei Karas1-1/+1
2012-06-28Fix compilation warnings.Andrei Karas1-6/+3