summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2014-12-28fix warnings again.Andrei Karas1-2/+2
2014-12-28Add chat command for stop and start pet ai.Andrei Karas2-0/+8
2014-12-28Use as separator coma char for internal pet moving packet.Andrei Karas1-1/+1
2014-12-28Add garbage into pets chat commands to avoid broken antispam system in tmwa.Andrei Karas1-5/+7
2014-12-28Impliment actual change direction actions from pet commands.Andrei Karas1-0/+2
2014-12-28Add fake commands to change pet direction.Andrei Karas2-0/+7
2014-12-28Impliment actual move actions from pet commands.Andrei Karas1-1/+2
2014-12-28Add fake pet moving commands.Andrei Karas2-8/+4
2014-12-24eathena: add support for buy from cash shop.Andrei Karas2-8/+8
2014-12-24eathena: add packet CMSG_NPC_CASH_SHOP_BUY 0x0288.Andrei Karas2-0/+12
2014-12-23Allow buy in market with amount > 1 for non stackable items.Andrei Karas2-0/+2
2014-12-23Add item type to item object.Andrei Karas3-18/+20
2014-12-22eathena: add packet CMSG_NPC_MARKET_BUY 0x09d6.Andrei Karas2-0/+11
2014-12-22eathena: add packet CMSG_NPC_MARKET_CLOSE 0x09d8.Andrei Karas2-0/+6
2014-12-21Add empty MarketHandler.Andrei Karas4-1/+98
2014-12-18tmwa: remove feature haveServerHp from tmwa serverAndrei Karas1-1/+1
2014-12-16Move processIpResponse from ea namespace into tmwa.Andrei Karas2-0/+17
2014-12-16Move processPartyUpdateHp from ea namespace into tmwa.Andrei Karas2-0/+25
2014-12-16Move processPartyMove from ea namespace into tmwa.Andrei Karas2-0/+33
2014-12-16Move processTradeResponse from ea namespace into tmwa.Andrei Karas2-0/+20
2014-12-16Move processCharPasswordResponse from ea namespace into tmwa.Andrei Karas2-2/+42
2014-12-14eathena: fix packet SMSG_PARTY_INVITED 0x02c6.Andrei Karas2-1/+3
2014-12-13Move processPartyInvited from ea namespace into eathena and tmwa.Andrei Karas2-0/+22
2014-12-13Move processPlayerStorageRemove from ea namespace into eathena and tmwa.Andrei Karas2-0/+20
2014-12-08Add server feature haveNpcWhispers.Andrei Karas2-0/+7
2014-12-05fix code style.Andrei Karas2-11/+9
2014-12-04Give correct names to eathena/tmwa sprites.Andrei Karas4-111/+111
2014-12-03eathena: add packet CMSG_CHAT_PART_CHANNEL 0x0b09.Andrei Karas2-0/+6
2014-12-03Add server feature haveJoinChannel.Andrei Karas2-0/+7
2014-11-30eathena: add packet SMSG_NPC_CHANGETITLE 0x0b06.Andrei Karas2-11/+0
2014-11-30eathena: add packet SMSG_MAP_MUSIC 0x0b05.Andrei Karas2-14/+0
2014-11-30eathena: add support for get full moving path from server.Andrei Karas2-50/+0
2014-11-29Use server feature haveNpcGender.Andrei Karas1-2/+4
2014-11-28Add server feature haveNpcSex.Andrei Karas2-0/+7
2014-11-28eathena: add map mask packet.Andrei Karas2-11/+0
2014-11-23Add support for additional slots in net code.Andrei Karas1-0/+3
2014-11-23Move server slot to client slot conversion from ea into eathena and tmwa.Andrei Karas2-0/+30
2014-11-21fix code style.Andrei Karas3-5/+1
2014-11-20Move processNameResponse2 into ea namespace.Andrei Karas2-48/+0
2014-11-15eathena: add packet SMSG_NPC_COMMAND 0x0B00.Andrei Karas2-87/+0
2014-11-12Add missing packet field comments.Andrei Karas6-11/+18
2014-11-10eathnea; add support for update hosts.Andrei Karas2-25/+0
2014-11-08Fix compilation warning.Andrei Karas1-0/+1
2014-11-08Fix code style.Andrei Karas2-2/+0
2014-11-07eathena: add support for sending client version to map server.Andrei Karas2-0/+6
2014-11-06Add server feature "have map server version".Andrei Karas2-0/+7
2014-11-06eathena: add packets SMSG_SERVER_VERSION_RESPONSE 0x7531Andrei Karas1-1/+2
2014-11-06Add server feature "have server version".Andrei Karas2-0/+7
2014-10-25Fix code style.Andrei Karas3-12/+6
2014-10-23Add packet fields comments in guildhandler.Andrei Karas1-37/+36