summaryrefslogtreecommitdiff
path: root/src/net/ea
AgeCommit message (Expand)AuthorFilesLines
2014-10-25Fix code style.Andrei Karas1-1/+0
2014-10-23Add packet fields comments in guildhandler.Andrei Karas1-58/+58
2014-10-23Add packet fields comments in skillhandler.Andrei Karas1-5/+5
2014-10-23Add packet fields comments in loginhandler.Andrei Karas1-5/+5
2014-10-23Add packet fields comments in tradehandler.Andrei Karas1-2/+2
2014-10-23Add packet fields comments in itemhandler.Andrei Karas1-9/+9
2014-10-23Remove unused functions startShopping and endShopping from npchandler.Andrei Karas2-12/+0
2014-10-23Remove unused function sendLetter from npchandler.Andrei Karas2-9/+0
2014-10-23Add packet fields comments in npchandler.Andrei Karas1-3/+4
2014-10-23Add packet fields comments in partyhandler.Andrei Karas1-24/+24
2014-10-23In adminhandler add function processKickAck.Andrei Karas2-0/+21
2014-10-23Add packet fields comments in playerhandler.Andrei Karas1-7/+7
2014-10-23Add packet fields comments in inventoryhandler.Andrei Karas1-16/+16
2014-10-21Add cards fields in inventoryitem.Andrei Karas1-0/+4
2014-10-21Add to item field favorite.Andrei Karas2-0/+4
2014-10-21Add to item field damaged.Andrei Karas2-0/+4
2014-10-21Add to item field identified.Andrei Karas2-4/+16
2014-10-20Remove item default parameters.Andrei Karas1-1/+1
2014-10-19Add static in tradehandler.Andrei Karas2-10/+9
2014-10-19Add static in skillhandler.Andrei Karas1-0/+1
2014-10-19Add static in playerhandler.Andrei Karas2-20/+20
2014-10-19add static in partyhandler.Andrei Karas2-21/+24
2014-10-17Add static in npchandler.Andrei Karas2-20/+21
2014-10-17Add static in loginhandler.Andrei Karas2-22/+23
2014-10-17Add static in inventoryhandler.Andrei Karas2-19/+26
2014-10-17Add static in guildhandler.Andrei Karas2-48/+50
2014-10-17Add static in gamehandler.Andrei Karas2-10/+14
2014-10-17Add static in chathandler.Andrei Karas2-24/+32
2014-10-17Add static in chatserverhandler.Andrei Karas2-9/+5
2014-10-17Add static in buysellhandler.Andrei Karas2-10/+13
2014-10-17Add static in beinthandler.Andrei Karas2-39/+43
2014-10-13eathena: show error for non existing channel in channel tab.Andrei Karas2-1/+20
2014-10-12Move partyTab variable definition from net code into partytab class.Andrei Karas2-4/+0
2014-10-12Move PartyTab from net namespace into gui.Andrei Karas4-329/+10
2014-10-12Move GuildTab from net namespace into gui.Andrei Karas4-216/+7
2014-10-12Move GmTab into chat subdir.Andrei Karas1-1/+1
2014-10-12Move ChatTabType into chat subdir.Andrei Karas2-2/+2
2014-10-12Move ChatTab into chat subdir.Andrei Karas2-2/+2
2014-10-10Fix code style.Andrei Karas4-13/+3
2014-10-09Move processTradeItemAddResponse from ea namespace into eathena and tmwa.Andrei Karas2-52/+0
2014-10-09Add missing trade errors.Andrei Karas1-0/+4
2014-10-09Split processTradeResponse into functions with netcode and without.Andrei Karas2-1/+9
2014-10-09Move processBeingSelfEffect from ea namespace into eathena and tmwa.Andrei Karas2-33/+0
2014-10-09Add missing buy fail reasons.Andrei Karas1-8/+24
2014-10-07Move processGuildExpulsionList from ea namespace into eathena and tmwa.Andrei Karas2-18/+0
2014-10-07Move processGuildExpulsion from ea namespace into eathena and tmwa.Andrei Karas2-45/+41
2014-10-07Add reading guild skills in processGuildSkillInfo.Andrei Karas1-14/+25
2014-10-07fix processGuildMemberPosChange.Andrei Karas1-4/+4
2014-10-07Improve function processGuildBasicInfo.Andrei Karas1-12/+14
2014-10-07Move processGuildMemberLogin from ea namespace into eathena and tmwa.Andrei Karas2-21/+0