summaryrefslogtreecommitdiff
path: root/src/net/tmwa/beinghandler.h
AgeCommit message (Expand)AuthorFilesLines
2017-08-22Move requestCheckName from BeingHandler into Mail2Handler.Andrei Karas1-2/+0
2017-08-11Add packet CMSG_CHECK_NAME 0x0a13.Andrei Karas1-0/+2
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas1-2/+0
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-5/+5
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-5/+5
2016-02-20Add missing const in net directory.Andrei Karas1-3/+3
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-23Add const attribute to net classes.Andrei Karas1-3/+4
2015-09-10Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME.Andrei Karas1-0/+2
2015-09-02Remove MessageHandler classAndrei Karas1-5/+1
2015-08-24Move receive code from beinghandler into separate file.Andrei Karas1-51/+0
2015-06-25Add missing checks into net directory.Andrei Karas1-1/+1
2015-06-16Move processPvpSet from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2015-05-30Convert Rank enum into strong typed enum.Andrei Karas1-1/+1
2015-05-29Add strong typed int type BeingId.Andrei Karas1-1/+1
2015-04-17Add eathena defines into rank enum.Andrei Karas1-0/+2
2015-04-04Show unimplimented packet debug message on each unsupported packets parameters.Andrei Karas1-2/+4
2015-03-21Revert "Move processBeingAction from ea namespace into tmwa."Andrei Karas1-2/+0
2015-03-18Move processBeingAction from ea namespace into tmwa.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-16Move processIpResponse from ea namespace into tmwa.Andrei Karas1-0/+2
2014-11-30eathena: add support for get full moving path from server.Andrei Karas1-2/+0
2014-11-20Move processNameResponse2 into ea namespace.Andrei Karas1-2/+0
2014-11-12Add missing packet field comments.Andrei Karas1-0/+2
2014-10-17Add static in beinthandler.Andrei Karas1-22/+22
2014-10-09Move processBeingSelfEffect from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-09-18Move processPlayerGuilPartyInfo from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-09-17Move processBeingResurrect from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-09-15eathena: add packet CMSG_PLAYER_VIEW_EQUIPMENT 0x02d6.Andrei Karas1-0/+2
2014-09-14Move processPlaterStatusChange from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-09-10add function to apply being action.Andrei Karas1-0/+3
2014-09-10add function to convert special npc server gender type into client type.Andrei Karas1-0/+3
2014-09-10Split processPlayerMoveUpdate for each packet type.Andrei Karas1-1/+5
2014-09-10Split processBeingChangeLook for each packet type.Andrei Karas1-0/+2
2014-09-10Split processBeingChangeLook into tow functions with net code and without.Andrei Karas1-0/+5
2014-09-10Split processBeingVisibleOrMove for each packet type.Andrei Karas1-1/+3
2014-09-09Move processBeingChangeDirection from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-09-08eathena: add packet CMSG_REQUEST_RANKS 0x097c.Andrei Karas1-0/+2
2014-09-06Move processBeingMove2 from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-09-06Move processBeingStatusChange from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-09-06Move processSkillCasting from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-09-06Move processBeingSpawn from ea namespace into tmwa.Andrei Karas1-0/+2
2014-08-30Remove additional parameters from processPlayerMoveUpdate function.Andrei Karas1-2/+1
2014-08-30Remove additional parameters from processBeingChatLook function.Andrei Karas1-2/+1
2014-08-30Remove additional parameters from processBeingVisibleOrMove function.Andrei Karas1-0/+2
2014-02-02Add missing const and static into net classes.Andrei Karas1-2/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-24add final keyword to net files.Andrei Karas1-3/+3