summaryrefslogtreecommitdiff
path: root/src/net/eathena/network.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-08-13Add offset for all defined evol packets.Andrei Karas1-0/+1
2017-08-11Add packet SMSG_MAIL2_ICON 0x09e7.Andrei Karas1-0/+1
2017-06-30Remove extra includes from headers.Andrei Karas1-0/+1
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-17Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy s...Andrei Karas1-1/+0
2016-09-14Remove extra include.Andrei Karas1-2/+0
2016-09-13Add support for removepacket tag in network.xmlAndrei Karas1-2/+26
2016-09-13Add fake packets from network.xml if packet unused.Andrei Karas1-0/+32
2016-06-03Fix code style.Andrei Karas1-1/+1
2016-05-31Fix different include issues.Andrei Karas1-0/+1
2016-05-14Add into tmwa packet SMSG_MAP_SET_TILES_TYPE. Change protocol version to 7.Andrei Karas1-0/+1
2016-04-01Set packet version based on packet id and current packet version into version...Andrei Karas1-1/+4
2016-03-31Add version field in each receive packet define.Andrei Karas1-0/+1
2016-02-20Add missing const in net directory.Andrei Karas1-1/+1
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-2/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-09-23Add support for packet version 20150226 (hercules)Andrei Karas1-0/+3
2015-09-22add way for reload packets db. For now it useless.Andrei Karas1-0/+6
2015-09-04Remove some useless includes.Andrei Karas1-3/+0
2015-09-02Remove MessageHandler classAndrei Karas1-17/+0
2015-09-02Remove variable mMessageHandlers from network code.Andrei Karas1-19/+6
2015-09-02Use packet handlers from packet defines.Andrei Karas1-3/+54
2015-09-01Remove packets.hAndrei Karas1-1/+0
2015-09-01Use packet sizes from packetsin.incAndrei Karas1-11/+5
2015-09-01Change extension in some internals includes from h to inc.Andrei Karas1-1/+1
2015-09-01Add ability to log received packet names to log file.Andrei Karas1-1/+5
2015-06-20Fix code style.Andrei Karas1-1/+1
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-11-08Fix code style.Andrei Karas1-1/+1
2014-11-06eathena: add packets SMSG_SERVER_VERSION_RESPONSE 0x7531Andrei Karas1-1/+6
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-15eathena: remove some tmw/evol related packets.Andrei Karas1-19/+5
2014-09-10Improve logging for unknown and unsupported packets.Andrei Karas1-3/+4
2014-09-06add ability to delay network messages dispatch.Andrei Karas1-0/+3
2014-09-06eathena: add missing check for packet id.Andrei Karas1-1/+9
2014-09-06Move eathena packets definition into separate file.Andrei Karas1-176/+1
2014-09-06In eathena remove packet SMSG_SERVER_VERSION_RESPONSE.Andrei Karas1-8/+2
2014-09-06In eathena add support for error packet 0x083e.Andrei Karas1-0/+105
2014-08-02Fix compilation warnings with some compilers.Andrei Karas1-4/+4
2014-05-31Fix sign on some vars.Andrei Karas1-4/+4
2014-03-28simplify variables cleanup.Andrei Karas1-2/+3
2014-02-20improve includes.Andrei Karas1-0/+1
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-10-19move virtual member calls from messagein constuctor into postInit.Andrei Karas1-0/+1
2013-10-08split network mutexe into read and write mutexes.Andrei Karas1-4/+4
2013-09-18add const to net classes.Andrei Karas1-2/+2
2013-09-15remove unused includes from net directory.Andrei Karas1-6/+1
2013-04-21some other fixes from cpplint.Andrei Karas1-2/+2