summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-27Change version to 1.6.8.27v1.6.8.27Andrei Karas9-9/+27
2016-08-27Update manaplus.cbp.Andrei Karas1-7/+7
2016-08-27Update Android.mk.Andrei Karas1-0/+2
2016-08-27Update translations.Andrei Karas23-4213/+2040
2016-08-26Remove unused include.Andrei Karas1-1/+0
2016-08-26Add constexpr into item.Andrei Karas2-9/+7
2016-08-25In item sorting by name in inventort sort by name with colors.Andrei Karas1-5/+9
2016-08-25In inventory if item same sort it also by inventory index for remove random i...Andrei Karas1-8/+44
2016-08-25Add into item popup menu for gm way to add same items with some amount.Andrei Karas1-0/+19
2016-08-25Add chat command for create items. (gm only)Andrei Karas5-0/+24
2016-08-25Fix stats page removing while switching servers.Andrei Karas1-0/+1
2016-08-25Mark some methongs in BuyDialog for tmwa only.Andrei Karas2-2/+19
2016-08-25Gurard notifications array size with amount of notification enum members.Andrei Karas2-4/+4
2016-08-25Impliment packet SMSG_VENDING_REPORT.Andrei Karas3-3/+28
2016-08-25Allow buy more than one item at vending shop at once.Andrei Karas8-29/+119
2016-08-25Impliment packet SMSG_VENDING_BUY_ACK.Andrei Karas4-2/+35
2016-08-24Remove useless includes.Andrei Karas2-10/+0
2016-08-24Remove empty line from being.cpp.Andrei Karas1-1/+0
2016-08-24Move ai attributes reading into BeingCommon.Andrei Karas4-80/+50
2016-08-24Add homunculus/mercenary basic ai logic.Andrei Karas2-194/+287
2016-08-24Fix homunculus and mercenary move packets.Andrei Karas2-2/+2
2016-08-24Remove function PlayerInfo::updateMoveAI.Andrei Karas3-12/+0
2016-08-24Remove pet id from item db.Andrei Karas3-12/+0
2016-08-24Move custom ai options from petdb into homunculusdb and mercenarydb.Andrei Karas3-43/+80
2016-08-24Remove some more local pet related code.Andrei Karas3-52/+0
2016-08-24Remove unused pet handler methods and fields.Andrei Karas11-89/+27
2016-08-24First step of removing local pets (tmwa only).Andrei Karas13-408/+10
2016-08-23Remove extra include.Andrei Karas1-1/+0
2016-08-23Add check for cards for existing item id.Andrei Karas3-0/+16
2016-08-23Add support for equipment particles effects from dyes.Andrei Karas2-1/+71
2016-08-22Add some missing consts.Andrei Karas17-27/+30
2016-08-22Add some cppcheck fixes.Andrei Karas2-6/+9
2016-08-21Improve move3 packet handling for local player and for empty path.Andrei Karas1-8/+7
2016-08-21In social window, guild menu add command for change guild notice.Andrei Karas2-0/+13
2016-08-21Hide create/leave guild menu items in tmwa.Andrei Karas1-11/+15
2016-08-20Add chat command for show/change auto item party sharing.s20160820Andrei Karas6-0/+81
2016-08-20Allow get auto item share party option.Andrei Karas7-1/+77
2016-08-20Split processPartySettingsContinue.Andrei Karas4-8/+14
2016-08-20Fix getting party settings.Andrei Karas1-6/+6
2016-08-19Fix reading packet SMSG_PARTY_INFO if it was sent in wrong way.Andrei Karas1-1/+2
2016-08-19Add chat command for show/change share experience in party.Andrei Karas6-49/+79
2016-08-19Add chat command for show/change share item drops in party.Andrei Karas6-49/+79
2016-08-19Use input manager for most commands in party tab.Andrei Karas1-18/+15
2016-08-19Use input manager for most commands in guild tab.Andrei Karas1-9/+13
2016-08-19Add chat command guildnotice for set guild notice message.Andrei Karas5-0/+24
2016-08-19Use socialguildtab2.h only if tmwa compilation enabled.Andrei Karas3-3/+6
2016-08-19Fix removing local player from guild.Andrei Karas1-0/+1
2016-08-19Allow leave guild from social window menu.Andrei Karas1-1/+7
2016-08-19Allow create party and guild not only from chat but from menu too.Andrei Karas1-2/+1
2016-08-19Add chat command for leave guild.Andrei Karas5-0/+21