summaryrefslogtreecommitdiff
path: root/src/actions/actions.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-09move buy and sell actions from commands.c to actions.c file.Andrei Karas1-0/+65
2014-12-08Allow control popup menu by up/down keys.Andrei Karas1-0/+4
2014-10-12Move ChatTab into chat subdir.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-21Add chat command and action for fire mercenary.Andrei Karas1-0/+7
2014-09-17Remove getter for tradeHandler.Andrei Karas1-2/+2
2014-09-17Remove getter for playerHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for petHandler.Andrei Karas1-2/+2
2014-09-17Remove getter for gameHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for chatHandler.Andrei Karas1-3/+3
2014-09-17Remove getter for beingHandler.Andrei Karas1-1/+1
2014-09-11Add action and chat command for "catch pet".Andrei Karas1-0/+17
2014-09-10Change format in ActorType enum.Andrei Karas1-9/+9
2014-09-07Add pet emote action and keys for each emote.Andrei Karas1-0/+17
2014-09-07Remove unused includes.Andrei Karas1-1/+0
2014-09-07For some popup menus use current mouse position.Andrei Karas1-2/+1