summaryrefslogtreecommitdiff
path: root/src/net/tmwa/playerhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-09-15eathena: add support for packet CMSG_PLAYER_AUTO_REVIVE 0x0292.Andrei Karas1-0/+4
2014-09-14eathena: add packet CMSG_PVP_INFO 0x020f.Andrei Karas1-0/+4
2014-09-13Remove duplicate packet id CMSG_PLAYER_ATTACK.Andrei Karas1-1/+1
2014-09-11eathena: add packet CMSG_EXPLOSION_SPIRITS 0x01ed.Andrei Karas1-0/+4
2014-09-11eathena: add packet CMSG_DORI_DORI 0x01e7.Andrei Karas1-0/+4
2014-09-10tmwa: read whole packet SMSG_WALK_RESPONSE.Andrei Karas1-2/+3
2014-09-10tmwa: read whole packet SMSG_PLAYER_STAT_UPDATE_5.Andrei Karas1-32/+34
2014-09-09eathena: add packet CMSG_PLAYER_SET_MEMO 0x011d.Andrei Karas1-0/+4
2014-09-09Fix compilation warnings.Andrei Karas1-1/+1
2014-09-09eathena: add packet CMSG_CHANGE_CART 0x01af.Andrei Karas1-0/+4
2014-09-09eathena: add packet CMSG_REMOVE_OPTION 0x012a.Andrei Karas1-0/+4
2014-09-09eathena: add packet CMSG_SET_SHORTCUTS 0x02ba.Andrei Karas1-0/+7
2014-09-06Move processWalkResponse from ea namespace into eathena and tmwa.Andrei Karas1-0/+17
2014-09-06Move processPlayerStatUpdate5 from ea namespace into tmwa and eathena.Andrei Karas1-0/+76
2014-07-13Fix code style.Andrei Karas1-1/+1
2014-05-20Move player attributes in net code into separate file.Andrei Karas1-0/+1
2014-05-18fix code style.Andrei Karas1-4/+4
2014-05-17Move onlineplayer into separate file.Andrei Karas1-0/+1
2014-05-13fix code style.Andrei Karas1-0/+1
2014-05-12Move being action into separate file.Andrei Karas1-8/+8
2014-05-12Move being flags into separate file.Andrei Karas1-2/+2
2014-05-12Fix code styleAndrei Karas1-0/+2
2014-05-11Move player attributes into separate file.Andrei Karas1-1/+3
2014-05-08Fix code style in net.Andrei Karas1-1/+2
2014-02-02Add missing const and static into net classes.Andrei Karas1-3/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-11-07remove client.h include from some files.Andrei Karas1-1/+1
2013-10-30add support for temporary replace background music on given map by server.Andrei Karas1-0/+19
2013-10-26add handling for map mask packet. (evol only)Andrei Karas1-0/+15
2013-09-30move windows classes to windows directory.Andrei Karas1-1/+1
2013-09-15remove unused includes from net directory.Andrei Karas1-2/+4
2013-06-20Add more profiler labels.Andrei Karas1-0/+6
2013-04-26fix code style more.Andrei Karas1-1/+1
2013-04-21some other fixes from cpplint.Andrei Karas1-3/+3
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-3/+3
2013-04-10improve playerhandler class.Andrei Karas1-16/+17
2013-04-07fix more style, add consts.Andrei Karas1-0/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-1/+1
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+3
2012-09-02Add const to more classes.Andrei Karas1-2/+2
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-08-21first part of checks and style fixes.Andrei Karas1-1/+1
2012-07-15Fix code style.Andrei Karas1-1/+1
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-4/+4
2012-03-14Add support for other gender.Andrei Karas1-1/+3
2012-02-25Fix old casts.Andrei Karas1-2/+2
2012-02-11Remove some unneeded includes.Andrei Karas1-0/+1
2012-02-02Add some checks after automatic checking.Andrei Karas1-0/+3