summaryrefslogtreecommitdiff
path: root/src/actions
AgeCommit message (Expand)AuthorFilesLines
2015-02-25Add command and action for show homunculus/mercenary emotes.Andrei Karas2-0/+32
2015-02-25Add command for homunculus/mercenary talk.Andrei Karas2-0/+13
2015-02-23Move crazy moves code from local player into separate file.Andrei Karas1-1/+2
2015-02-23eathena: fix crash if pet went outside of visible area.Andrei Karas1-1/+4
2015-02-22Allow send rename pet chat command without new pet name.Andrei Karas1-0/+11
2015-02-22eathena: allow move pet by left shift + cursor keys.Andrei Karas1-4/+12
2015-02-22eathena: convert direction to server format before sending it to server.Andrei Karas1-3/+0
2015-02-22eathena: add packet CMSG_PET_MOVE_TO 0x0b11.Andrei Karas1-9/+8
2015-02-22Add chat command for move pet to give position.Andrei Karas2-0/+18
2015-02-18Add key to heal most damaged playerJoseph Botosh2-0/+16
2015-02-17eathena: add pet emote command.Andrei Karas1-0/+3
2015-02-17eathena: add pet talk commandAndrei Karas1-11/+3
2015-02-17Add server feature haveTalkPet.Andrei Karas1-0/+4
2015-02-16Build BankWindow only if eathena support enabled.Andrei Karas1-0/+4
2015-02-16Use guildmanager only if build with tmwa support.Andrei Karas1-0/+6
2015-02-15Fix drop/store window in inventory.Andrei Karas1-2/+7
2015-02-15eathena: impliment packet SMSG_BUYINGSTORE_ITEMS_LIST.Andrei Karas1-2/+6
2015-02-02add buy dialog for vending shop.Andrei Karas1-2/+7
2015-01-30Fix code style.Andrei Karas1-3/+5
2015-01-30Fix compilation without eathena.Andrei Karas1-0/+2
2015-01-26Allow open cart window only if cart status effect enabled.Andrei Karas1-1/+7
2015-01-24Move inventory type into separate file.Andrei Karas1-12/+12
2015-01-24Add partial support for cart window.Andrei Karas2-0/+10
2015-01-19Extend chat command /tagetattack to support mob name parameter.Andrei Karas1-6/+18
2015-01-14Fix compilation warning.Andrei Karas1-0/+1
2015-01-11Remove popup handler "clear drops".Andrei Karas2-0/+7
2015-01-11Add chat command for select guild chat tab.Andrei Karas2-0/+8
2015-01-11Add chat command for select party tab.Andrei Karas2-0/+8
2015-01-11Add chat command for select gm tab.Andrei Karas2-0/+8
2015-01-11Add chat command for select lang tab.Andrei Karas2-0/+8
2015-01-11Add chat command for select trade tab.Andrei Karas2-0/+8
2015-01-11Add chat command for select battle tab.Andrei Karas2-0/+8
2015-01-11Add chat command for select debug tab.Andrei Karas2-1/+9
2015-01-11Add chat command for select general tab.Andrei Karas2-0/+8
2015-01-06Move attributes.h into enums directory.Andrei Karas1-1/+2
2015-01-06Move dialogtype.h into enums directory.Andrei Karas1-1/+2
2015-01-02Fix code style.Andrei Karas1-22/+1
2015-01-01Update copyrights year.Andrei Karas20-20/+20
2014-12-29Allow move pet by mod key (left shift) + move keys.Andrei Karas1-0/+8
2014-12-28Fix compilation warnings.Andrei Karas1-0/+2
2014-12-28Add chat command for stop and start pet ai.Andrei Karas2-0/+12
2014-12-28Allow change pet direction by pet emote key + move keys.Andrei Karas1-0/+9
2014-12-28Add fake commands to change pet direction.Andrei Karas2-0/+28
2014-12-28Add fake pet moving commands.Andrei Karas2-0/+51
2014-12-27Move pets actions into pets.cpp.Andrei Karas6-75/+172
2014-12-23Add item type to item object.Andrei Karas1-2/+2
2014-12-22Fix /buy and /sell commands for players outside of visible range.Andrei Karas1-2/+21
2014-12-19Fix code style.Andrei Karas3-5/+11
2014-12-16Fix compilation warnings.Andrei Karas1-2/+3
2014-12-15Add chat command for clean current chat tab.Andrei Karas2-0/+7