summaryrefslogtreecommitdiff
path: root/src/actions
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-14Add chat command for warp to location at same map.Andrei Karas2-0/+15
2014-12-14Add chat command for leave party.Andrei Karas2-0/+8
2014-12-14Add chat command for kick player/mobs.Andrei Karas2-0/+23
2014-12-14add chat command for insert text into input field.Andrei Karas2-0/+8
2014-12-14Add chat command for kick player from party.Andrei Karas2-0/+19
2014-12-13Fix /party chat command.Andrei Karas1-6/+6
2014-12-13Add chat command for unprotect item.Andrei Karas2-0/+9
2014-12-13Add chat command for protect item.Andrei Karas2-0/+9
2014-12-13Add chat command for move item from storage to inventory.Andrei Karas2-9/+42
2014-12-13Add chat command for add item to trade.Andrei Karas2-0/+19
2014-12-13Improve /invtostorage chat command.Andrei Karas1-39/+47
2014-12-13Remove chat command variation invtostorage*.Andrei Karas2-58/+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 Karas2-0/+14
2014-12-13Add chat command for move all except 1 items from inventory to storage.Andrei Karas2-0/+14
2014-12-13Add chat command for move half items from inventory to storage.Andrei Karas2-0/+14
2014-12-13Add chat command for move 10 items from inventory to storage.Andrei Karas2-0/+17
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 Karas2-0/+14
2014-12-13Add chat command for using item by inventory index.Andrei Karas2-0/+13