summaryrefslogtreecommitdiff
path: root/src/net/tmwa
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-23Add missing comments into defines.Andrei Karas2-16/+25
2016-09-18Add serverFeature have flag.Andrei Karas2-0/+7
2016-09-17Remove extra include.Andrei Karas1-1/+0
2016-09-17Remove ea/guildhandler and ea/guildrecv. Because guilds not works in legacy s...Andrei Karas3-7/+16
2016-08-29Use time_t for time values.Andrei Karas2-2/+2
2016-08-25Allow buy more than one item at vending shop at once.Andrei Karas2-0/+10
2016-08-24Remove useless includes.Andrei Karas1-7/+0
2016-08-24Remove unused pet handler methods and fields.Andrei Karas2-24/+5
2016-08-24First step of removing local pets (tmwa only).Andrei Karas1-16/+5
2016-08-20Allow get auto item share party option.Andrei Karas2-0/+13
2016-08-20Split processPartySettingsContinue.Andrei Karas1-1/+2
2016-07-28Remove define EATHENA_SUPPORT from all code.Andrei Karas22-66/+0
2016-07-26Add tabs for stats in status window.Andrei Karas1-6/+0
2016-07-25Fix too big lines.Andrei Karas1-2/+4
2016-07-25Add into player attributes prefix PLAYER_.Andrei Karas3-89/+90
2016-07-24Remove extra includes.Andrei Karas2-3/+0
2016-07-24Remove completly support for tmwa version 0.Andrei Karas2-10/+3
2016-07-24Drop native guild support from tmwa.Andrei Karas8-347/+17
2016-07-10Add support for initial particle effect for effect from status-effects.xmlAndrei Karas1-1/+5
2016-07-01Fix code style.Andrei Karas1-1/+1
2016-06-30Move extended stats from status window into stats.xml too.s20160630Andrei Karas1-30/+1
2016-06-30Remove basic attributes usage from generalhandler and move to statuswindow an...Andrei Karas1-18/+2
2016-06-30Move basic skill definition fro net into statdb.Andrei Karas1-19/+0
2016-06-30Add statdb. Move to statdb server related stats list.Andrei Karas1-1/+2
2016-06-21Remove function BeingRecv::setSpriteAndrei Karas1-32/+18
2016-06-21Remove colorId parameter from Being::updateSprite.Andrei Karas1-10/+5
2016-06-21In Being split setSprite into setSpriteColor and setSpriteColorId.Andrei Karas2-56/+28
2016-06-21In Being split setSpriteId into setSpriteId and unSetSprite.Andrei Karas2-12/+6
2016-06-21Split in Being setSprite into setSprite and setSpriteId.Andrei Karas3-64/+32
2016-06-21Split Being::setSprite into Being::setSprite and Being::setSpriteCards.Andrei Karas3-60/+30
2016-06-20Add explicit keyword into CardsList.Andrei Karas3-30/+30
2016-06-14Remove some useless includes.Andrei Karas1-6/+2
2016-06-13Fix includes and update deheader ci script.Andrei Karas2-3/+2
2016-06-09Dont send packet CMSG_WHO_REQUEST on unsupported tmwa versions.Andrei Karas1-0/+3