summaryrefslogtreecommitdiff
path: root/src/net/eathena
AgeCommit message (Expand)AuthorFilesLines
2014-10-23Add packet fields comments in skillhandler.Andrei Karas1-9/+9
2014-10-23Add packet fields comments in loginhandler.Andrei Karas1-3/+3
2014-10-23Add packet fields comments in tradehandler.Andrei Karas1-6/+7
2014-10-23Add packet fields comments in beinghandler.Andrei Karas1-1/+1
2014-10-23Add packet fields comments in npchandler.Andrei Karas1-24/+25
2014-10-23Add packet fields comments in charserverhandler.Andrei Karas1-7/+8
2014-10-23Add packet fields comments in partyhandler.Andrei Karas1-14/+14
2014-10-23In adminhandler add function processKickAck.Andrei Karas1-4/+1
2014-10-23Add packet fields comments in playerhandler.Andrei Karas1-12/+12
2014-10-23Add packet fields comments in inventoryhandler.Andrei Karas1-7/+7
2014-10-23Changed all the "cant" by "can't", and fixed few sentences to translate.Alige1-1/+1
2014-10-23eathena: fix own inventory in trade window.Andrei Karas2-7/+25
2014-10-22Fix possible crash in channels net code.Andrei Karas1-1/+1
2014-10-21fix mplint issue.Andrei Karas1-7/+9
2014-10-21Replace missing MessageOut creation to createOutPacket.Andrei Karas2-46/+46
2014-10-21Set cards from net code.Andrei Karas3-36/+33
2014-10-21Add to item field favorite.Andrei Karas2-7/+11
2014-10-21Add to item field damaged.Andrei Karas2-8/+11
2014-10-21Add to item field identified.Andrei Karas3-8/+8
2014-10-20Remove item default parameters.Andrei Karas1-4/+4
2014-10-20eathena: parse item flags.Andrei Karas2-30/+59
2014-10-20eathena: add some missing pickup statuses.Andrei Karas1-1/+27
2014-10-19Add static in tradehandler.Andrei Karas2-6/+6
2014-10-19Add static in skillhandler.Andrei Karas1-7/+7
2014-10-19Add static in playerhandler.Andrei Karas1-8/+9
2014-10-19Add static in pethandler.Andrei Karas1-5/+5
2014-10-19add static in partyhandler.Andrei Karas2-14/+14
2014-10-17Add static in npchandler.Andrei Karas2-4/+4
2014-10-17Add static in mercenaryhandler.Andrei Karas1-3/+3
2014-10-17Add static in mailhandler.Andrei Karas2-2/+2
2014-10-17Add static in loginhandler.Andrei Karas2-5/+5
2014-10-17Add static in inventoryhandler.Andrei Karas1-13/+13
2014-10-17Add static in homunculushandler.Andrei Karas1-5/+5
2014-10-17Add static in guildhandler.Andrei Karas2-11/+11
2014-10-17Add static in generalhandler.Andrei Karas1-1/+1
2014-10-17Add static in gamehandler.Andrei Karas2-8/+13
2014-10-17Add static in friendshandler.Andrei Karas1-3/+3
2014-10-17Add static in familyhandler.Andrei Karas2-8/+12
2014-10-17Add static in elementalhandler.Andrei Karas1-2/+2
2014-10-17Add static in chathandler.Andrei Karas2-15/+16
2014-10-17Add static in chatserverhandler.Andrei Karas2-18/+25
2014-10-17Add static in buysellhandler.Andrei Karas1-1/+1
2014-10-17Add static in buyingstorehandler.Andrei Karas1-1/+1
2014-10-17Add static in beinthandler.Andrei Karas2-74/+74
2014-10-17Add static to some network handlers.Andrei Karas4-10/+11
2014-10-16Show errors if withdraw or deposit failed.Andrei Karas1-2/+10
2014-10-16Add bank window (hercules only).Andrei Karas1-3/+8
2014-10-16eathena: fix packet size SMSG_BANK_WITHDRAW 0x09aa.Andrei Karas1-1/+1
2014-10-16eathena: fix packet size SMSG_BANK_DEPOSIT 0x09a8.Andrei Karas1-1/+1
2014-10-15Add in server features function haveBankApi.Andrei Karas2-0/+7