summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2015-01-06Move dialogtype.h into enums directory.Andrei Karas1-1/+1
2015-01-06Move equip slots enum into separate file.Andrei Karas1-15/+17
2015-01-06eathena: add packet CMSG_AUCTION_BID 0x024f.Andrei Karas2-0/+8
2015-01-06eathena: add packet CMSG_AUCTION_CLOSE 0x025d.Andrei Karas2-0/+6
2015-01-06eathena: add packet CMSG_AUCTION_CANCEL 0x024e.Andrei Karas2-0/+6
2015-01-06Rename function AuctionHandler::cancelRequest into AuctionHandler::cancelReg.Andrei Karas2-2/+2
2015-01-06eathena: add packet CMSG_AUCTION_REGISTER 0x024d.Andrei Karas2-0/+10
2015-01-06eathena: add packet CMSG_AUCTION_SET_ITEM 0x024c.Andrei Karas2-0/+8
2015-01-06eathena: add packet support CMSG_AUCTION_CANCEL_REQUEST 0x024b.Andrei Karas2-0/+6
2015-01-05Simplify setting default gender.Andrei Karas1-1/+1
2015-01-05Add actual gender in char creation method.Andrei Karas2-4/+7
2015-01-05Add server feature haveCreateCharGender.Andrei Karas2-0/+7
2015-01-04eathena: allow delete characters if account have non default email.Andrei Karas2-2/+4
2015-01-04Add server feature haveEmailOnDelete.Andrei Karas2-0/+7
2015-01-04Move processCharDeleteFailed from ea namespace into eathena and tmwa.Andrei Karas2-0/+19
2015-01-02Fix code style.Andrei Karas1-1/+0
2015-01-01Update copyrights year.Andrei Karas71-71/+71
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