summaryrefslogtreecommitdiff
path: root/src/actions/actions.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-06Add strong typed bool type AllowSort.Andrei Karas1-5/+5
2015-05-05Replace most bools usage in playerinfo to strong typed bools.Andrei Karas1-4/+4
2015-05-05Add strong typed bool type in OkDialog.Andrei Karas1-1/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+4
2015-03-17Remove useless includes from .h files.Andrei Karas1-0/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-5/+4
2015-03-13fix code style.Andrei Karas1-1/+3
2015-02-28Build vendinghandler only if eathena enabled.Andrei Karas1-0/+2
2015-02-28Build mercenaryhandler only if eathena enabled.Andrei Karas1-0/+4
2015-02-27Build buyingstorehandler only if eathena enabled.Andrei Karas1-0/+2
2015-02-18Add key to heal most damaged playerJoseph Botosh1-0/+15
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-24Move inventory type into separate file.Andrei Karas1-12/+12
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 Karas1-0/+6
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-01Update copyrights year.Andrei Karas1-1/+1
2014-12-27Move pets actions into pets.cpp.Andrei Karas1-34/+0
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 Karas1-2/+2
2014-12-14Add chat command for kick player/mobs.Andrei Karas1-0/+22
2014-12-13Add chat command for unprotect item.Andrei Karas1-0/+8
2014-12-13Add chat command for protect item.Andrei Karas1-0/+8
2014-12-13Add chat command for move item from storage to inventory.Andrei Karas1-9/+41
2014-12-13Add chat command for add item to trade.Andrei Karas1-0/+18
2014-12-13Improve /invtostorage chat command.Andrei Karas1-39/+47
2014-12-13Remove chat command variation invtostorage*.Andrei Karas1-54/+0
2014-12-13Extend chat command invtostorage with amount parameter.Andrei Karas1-2/+44
2014-12-13Add chat command for move all items from inventory to storage.Andrei Karas1-0/+13
2014-12-13Add chat command for move all except 1 items from inventory to storage.Andrei Karas1-0/+13
2014-12-13Add chat command for move half items from inventory to storage.Andrei Karas1-0/+13
2014-12-13Add chat command for move 10 items from inventory to storage.Andrei Karas1-0/+16
2014-12-13Simplify actions based on inventory index.Andrei Karas1-27/+16
2014-12-13Add chat command for move item from inventory to storage.Andrei Karas1-0/+13
2014-12-13Add chat command for using item by inventory index.Andrei Karas1-0/+12
2014-12-13Add chat command for drop all item by inventory index.Andrei Karas1-0/+13
2014-12-13Add chat command for drop item by inventory index.Andrei Karas1-0/+16
2014-12-12Add chat command for drop all items in stack with given id.Andrei Karas1-0/+14
2014-12-12Add chat command for drop item by id and amount dialog.Andrei Karas1-0/+19
2014-12-12Fix compilation warnings.Andrei Karas1-0/+1
2014-12-12Add chat command for use item by id.Andrei Karas1-0/+28
2014-12-12Remove "pickup" popup menu handler.Andrei Karas1-3/+12
2014-12-11Remove "heal" popup menu handler.Andrei Karas1-3/+14
2014-12-11Remove "attack" popup menu handler.Andrei Karas1-2/+14
2014-12-09Extend talk chat command like buy and sell commands.Andrei Karas1-23/+29