summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Expand)AuthorFilesLines
2015-11-20Fix code style.Andrei Karas1-2/+6
2015-11-16Convert State enum into strong typed.Andrei Karas4-6/+6
2015-11-16Convert InventoryType enum into strong typed.Andrei Karas3-7/+8
2015-11-16Add slide function in adminhandler.Andrei Karas2-0/+18
2015-11-13Remove manaserv related RegistrationOptions.Andrei Karas1-5/+0
2015-11-12Remove manaserv related flag for use mana bar.Andrei Karas1-3/+0
2015-11-12Remove old manaserv related code from status window.Andrei Karas2-7/+0
2015-11-10Add fail summon skill error handling.Andrei Karas1-0/+1
2015-11-10Decode some more skill errors.Andrei Karas1-0/+3
2015-10-31Add support for dead trick status effect (hercules)Andrei Karas1-0/+1
2015-10-23Fix read size for packet SMSG_BEING_REMOVE.Andrei Karas1-1/+0
2015-10-14Add option for show why player disappeared. Can be usefull for GM's.Andrei Karas1-0/+38
2015-10-13Add npc attribute what allow or prevent removing npc after out of sight.Andrei Karas1-1/+8
2015-09-26Fix moving animation issue with move3 packets enabled.Andrei Karas1-0/+4
2015-09-22Remove checking packet id in getNpc function.Andrei Karas1-8/+11
2015-09-11Fix code style.Andrei Karas2-6/+0
2015-09-09Move processPlayerInventoryRemove from ea namespace into eathena and tmwa.Andrei Karas2-22/+0
2015-09-06Add option for creating screenshots on each complete trade.Andrei Karas1-4/+1
2015-09-06Readd packet SMSG_MAP_MASK (tmwa)Andrei Karas2-0/+10
2015-09-05Fix compilation warning.Andrei Karas1-0/+1
2015-09-04Fix compilation with some flags.Andrei Karas1-0/+2
2015-09-04Remove some useless includes.Andrei Karas16-60/+16
2015-09-01Fix compilation warning.Andrei Karas1-0/+2
2015-09-01Add ability to log received packet names to log file.Andrei Karas2-2/+9
2015-08-30Move receive code from tradehandler into separate file.Andrei Karas4-140/+232
2015-08-30Move receive code from skillhandler into separate file.Andrei Karas4-60/+131
2015-08-30Move receive code from playerhandler into separate file.Andrei Karas4-194/+281
2015-08-29Fix compilation with different compilation options.Andrei Karas2-0/+11
2015-08-29Fix code style.Andrei Karas44-231/+53
2015-08-28Move receive code from partyhandler into separate file.Andrei Karas4-196/+294
2015-08-27Move receive code from npchandler into separate file.Andrei Karas4-198/+276
2015-08-27Move receive code from loginhandler into separate file.Andrei Karas4-157/+263
2015-08-27Move receive code from itemhandler into separate file.Andrei Karas4-15/+89
2015-08-27Move receive code from inventoryhandler into separate file.Andrei Karas4-239/+347
2015-08-26Move receive code from guildhandler into separate file.Andrei Karas4-535/+609
2015-08-26Move receive code from gamehandler into separate file.Andrei Karas4-51/+138
2015-08-25Move receive code from chathandler into separate file.Andrei Karas4-167/+256
2015-08-25Move all receive (process) methods into protected.Andrei Karas6-26/+27
2015-08-25Move receive code from charserverhandler into separate file.Andrei Karas4-110/+188
2015-08-24Move receive code from buysellhandler into separate file.Andrei Karas4-84/+169
2015-08-24Rename being receive handler into beingrecv.Andrei Karas3-58/+58
2015-08-24Rename admin receive handler into adminrecv.Andrei Karas2-3/+3
2015-08-24Fix compilation warnings.Andrei Karas1-1/+1
2015-08-24Move receive code from beinghandler into separate file.Andrei Karas4-455/+536
2015-08-23Move receive code from adminhandler into separate file.Andrei Karas4-11/+85
2015-08-22Show skill effects with packet SMSG_SKILL_NO_DAMAGE.Andrei Karas1-6/+10
2015-08-21Add support for send item indexes to server. Change protocol version to 11.Andrei Karas1-0/+9
2015-08-17Dont use item palettes in createitems command.Andrei Karas1-11/+3
2015-08-16Move processItemVisible from ea namespace into eathena and tmwa.Andrei Karas2-27/+0
2015-08-16Add missing fields into flooritem.Andrei Karas1-2/+5