summaryrefslogtreecommitdiff
path: root/src/net/tmwa/protocol.h
AgeCommit message (Expand)AuthorFilesLines
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas1-34/+0
2015-09-01Add packet sizes to packetin.inc. But for now size unused.Andrei Karas1-3/+4
2015-09-01Split packets definition files to in and out packets.Andrei Karas1-1/+4
2015-09-01Add ability to log received packet names to log file.Andrei Karas1-2/+0
2015-08-31Rename packetdefine.h to protocoldefine.hAndrei Karas1-1/+1
2015-08-31Move actual packet name to id mapping to packets.inc.Andrei Karas1-278/+1
2015-08-23Change protocol version to 5. Add packet SMSG_SCRIPT_MESSAGE (tmwa).Andrei Karas1-0/+1
2015-06-20Remove unused old evol packets from tmwa namespace.Andrei Karas1-13/+0
2015-06-15Fix code style.Andrei Karas1-2/+2
2015-06-14Replace packet direct defines to macro with constants.Andrei Karas1-268/+273
2015-03-29Fix typo in packet name CMSG_MOVE_FROM_STORAGE.Andrei Karas1-1/+1
2015-03-11Rename packet SMSG_GUILD_EMBLEM into SMSG_GUILD_EMBLEM_DATA.Andrei Karas1-1/+1
2015-03-10Rename packet SMSG_MVP into SMSG_MVP_EFFECT.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-05Rename packet CMSG_CLIENT_PING into CMSG_MAP_PING.Andrei Karas1-1/+1
2014-09-13Remove duplicate packet id CMSG_PLAYER_ATTACK.Andrei Karas1-1/+0
2014-09-11add packet CMSG_IGNORE_NICK 0x00cf.Andrei Karas1-0/+2
2014-09-09Remove unused packet id CMSG_CHAT_ANNOUNCE.Andrei Karas1-1/+0
2014-06-24Add name request packet into protocol.hAndrei Karas1-0/+1
2014-05-20Move player attributes in net code into separate file.Andrei Karas1-26/+0
2014-05-20Move net sprite defines into separate file.Andrei Karas1-19/+0
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-17Add support for set npc dialog title from server script.Andrei Karas1-0/+1
2013-10-30add support for temporary replace background music on given map by server.Andrei Karas1-0/+1
2013-10-26add handling for map mask packet. (evol only)Andrei Karas1-0/+1
2013-09-04add support for getting full move path from server (evol only).Andrei Karas1-0/+1
2013-05-28fix guard header part2.Andrei Karas1-3/+3
2013-04-14another fixes from cpplint.Andrei Karas1-11/+12
2013-03-22add netcode support for channels (for now evol only).Andrei Karas1-0/+3
2013-03-20Fix CMSG to SMSG in some messages.Andrei Karas1-2/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-30Add support for email field in registration form.Andrei Karas1-0/+3
2012-07-30Fix code style.Andrei Karas1-21/+24
2012-07-29Add quests netcode and quests window.Andrei Karas1-0/+2
2012-03-09Add support for many update hosts (evol server only).Andrei Karas1-0/+3
2012-01-28Add support for processing player statuses in evol server.Andrei Karas1-0/+1
2012-01-23Add support for request client language from server.Andrei Karas1-0/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-30Add server side online players list support.Andrei Karas1-0/+2
2011-10-23Add chat commands for using server side ignore for all whispers.Andrei Karas1-0/+2
2011-07-30Extract shared logic from inventoryhandler netcode to ea namespace.Andrei Karas1-3/+0
2011-03-01Add support for reading item colors for char list and created char (for exten...Andrei Karas1-0/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-02-18Add packet SMSG_BEING_NAME_RESPONSE2 with big being names.Andrei Karas1-0/+1
2011-01-28Fix code style and some new compilation warnings.Andrei Karas1-5/+10
2011-01-08Add support for drawing new slots as sprites.Andrei Karas1-0/+2
2011-01-02Initial commit.Andrei Karas1-0/+327