summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
2015-09-25Fix code style.Andrei Karas4-5/+3
2015-09-23Fix another compilation warning.Andrei Karas1-1/+1
2015-09-23Fix compilation warning.Andrei Karas1-2/+2
2015-09-23Remove unused header protocolin.hAndrei Karas1-28/+0
2015-09-23Fix compilation without C++11 flags.Andrei Karas2-2/+2
2015-09-23Add support for packet version 20150226 (hercules)Andrei Karas6-2/+133
2015-09-23Allow add conditions into out packets definition.Andrei Karas5-0/+14
2015-09-22Remove checking packet id in getNpc function.Andrei Karas2-18/+6
2015-09-22add way for reload packets db. For now it useless.Andrei Karas4-2/+79
2015-09-21Define out packet variables in one place and in all files use only externs.Andrei Karas2-0/+35
2015-09-21Rename protocoloutdefine.h into protocoloutincludedefine.hAndrei Karas1-1/+1
2015-09-20Fix processBeingRemoveSkill name.Andrei Karas3-3/+3
2015-09-11Fix code style.Andrei Karas3-4/+2
2015-09-10Impliment packets CMSG_SOLVE_CHAR_NAME and SMSG_SOLVE_CHAR_NAME.Andrei Karas5-1/+18
2015-09-09Read server packet version from server (hercules).Andrei Karas1-0/+16
2015-09-09Fix compilation with some options.Andrei Karas1-2/+2
2015-09-09Add also notification about dropped item.Andrei Karas1-0/+5
2015-09-09Move processPlayerInventoryRemove from ea namespace into eathena and tmwa.Andrei Karas3-1/+23
2015-09-09Show reason for item removing.Andrei Karas1-3/+46
2015-09-09Add unequip error notification.Andrei Karas1-2/+1
2015-09-09Remove virtual method call from MessageOut constructor.Andrei Karas3-8/+9
2015-09-08Add some missing item colors.Andrei Karas1-1/+0
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas32-40/+66
2015-09-06Readd packet SMSG_MAP_MASK (tmwa)Andrei Karas3-11/+1
2015-09-04Remove some useless includes.Andrei Karas54-175/+9
2015-09-02Remove MessageHandler classAndrei Karas85-2850/+176
2015-09-02Remove mNetwork field from MessageHandlersAndrei Karas6-75/+36
2015-09-02Remove variable mMessageHandlers from network code.Andrei Karas3-25/+10
2015-09-02Use packet handlers from packet defines.Andrei Karas1-3/+54
2015-09-02Add to packets defines packet handlers. For now unused.Andrei Karas2-408/+411
2015-09-01Remove packets.hAndrei Karas2-294/+0
2015-09-01Use packet sizes from packetsin.incAndrei Karas2-12/+6
2015-09-01Add packet sizes to packetin.inc. But for now size unused.Andrei Karas2-459/+412
2015-09-01Add missing handler for skill cancel packet.Andrei Karas3-1/+7
2015-09-01Remove help lines from packets definition.Andrei Karas2-32/+28
2015-09-01Split packets definition files to in and out packets.Andrei Karas4-254/+275
2015-09-01Change extension in some internals includes from h to inc.Andrei Karas2-1/+1
2015-09-01Add ability to log received packet names to log file.Andrei Karas6-8/+42
2015-08-31Rename packetdefine.h to protocoldefine.hAndrei Karas1-1/+2
2015-08-31Move actual packet name to id mapping to packets.inc.Andrei Karas2-713/+732
2015-08-30Move receive code from vendinghandler into separate file.Andrei Karas4-132/+211
2015-08-30Move receive code from tradehandler into separate file.Andrei Karas4-136/+224
2015-08-30Move receive code from skillhandler into separate file.Andrei Karas4-367/+440
2015-08-30Move receive code from searchstorehandler into separate file.Andrei Karas4-84/+151
2015-08-30Move receive code from roulettehandler into separate file.Andrei Karas4-60/+123
2015-08-30Move receive code from questhandler into separate file.Andrei Karas4-146/+210
2015-08-30Move receive code from playerhandler into separate file.Andrei Karas4-452/+524
2015-08-29Fix code style.Andrei Karas84-462/+208
2015-08-28Move receive code from pethandler into separate file.Andrei Karas4-175/+255
2015-08-28Move receive code from partyhandler into separate file.Andrei Karas4-313/+391