summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
2017-06-07Fix namespace comments.Andrei Karas11-11/+11
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas28-290/+297
2017-06-05Add packet SMSG_LOGIN_DATA 0x0ac4.Andrei Karas3-2/+48
2017-05-02Remove extra includes.Andrei Karas2-3/+0
2017-05-02Fix comment style in guildmanager.Andrei Karas1-1/+1
2017-05-01Remove ServerFeatures haveFamily because in only depend on server type.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveServerPets because depend only on server type.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveMail because it depend only on server type.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveMultyStatusUp because it depend only on server type.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveSecureTrades because it depend only on server type.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveSlide because it depend only on server type.Andrei Karas4-7/+9
2017-05-01Remove ServerFeatures haveAdvancedBuySell because it depend only on server type.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveTeamId because it used only in tmwa.Andrei Karas3-11/+1
2017-05-01Remove ServerFeatures haveMute because it depend only server type.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveExpPacket because it depend only on server type.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveCards because it depend only on server type.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveCart because it depend only on server type.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveVending because it depend only on server type.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveAttackDirections because it depend only on server t...Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveNpcWhispers because it depend only on server type.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveBankApi because it depend only on server type.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveCharRename because it depend only on server type.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveEightDirections because it depend only on server type.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveMonsterName because it depend only on server type.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveAccountOtherGender because it always false.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveItemColors because it depend only by server type.Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveServerIgnore because it was used only in tmwa.Andrei Karas3-15/+0
2017-05-01Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels.Andrei Karas3-29/+8
2017-05-01Add tmwa ifdefs for guildmanager and emulateguildtab.Andrei Karas1-0/+3
2017-05-01Remove ServerFeatures haveBrokenAttackDistance because it depend only on serv...Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures havePartyNickInvite, because it depend only on server t...Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveChangePartyLeader because it depend only on server ...Andrei Karas2-7/+0
2017-05-01Remove ServerFeatures haveOnlineList, because it depend only on server type.Andrei Karas2-7/+0
2017-04-28Add workaround to open npc buy shop if npc invisible.Andrei Karas2-0/+9
2017-04-21Add item options into item and get it from server.Andrei Karas2-0/+4
2017-03-10Fix new style issue detected by mplint.Andrei Karas1-1/+1
2017-02-02Remove extra include from buysellrecv.cppAndrei Karas1-2/+0
2017-02-01Store interacted npc type before buy or talk and send it to buy dialog.Andrei Karas2-6/+10
2017-02-01Set currency to buy dialog based on selected npc type id.Andrei Karas1-1/+6
2017-01-31Move units into db directory.Andrei Karas1-3/+4
2017-01-31Allow buy multiply items at once from cash shops.Andrei Karas2-2/+4
2017-01-30Move BuySellRecv::processNpcBuyResponse from ea namespace into eathena and tmwa.Andrei Karas3-1/+37
2017-01-20Fix code style.Andrei Karas9-9/+18
2017-01-17Remove support for hercules plugin version 6.Andrei Karas2-7/+0
2017-01-03Update copyright year.Andrei Karas115-115/+115
2016-12-17Drop support for evol plugin version 5.Andrei Karas2-7/+0
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-3/+3
2016-11-11Fix typo implimented -> implemented.Andrei Karas5-8/+8
2016-11-04Fix some defines/includes, because in some systems it may works wrong.Andrei Karas2-5/+3
2016-09-26Read all fields from new quest packets and send to quests and skills window.Andrei Karas1-4/+4