summaryrefslogtreecommitdiff
path: root/src/actions
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-13Add chat command for drop all item by inventory index.Andrei Karas2-0/+14
2014-12-13Add chat command for drop item by inventory index.Andrei Karas2-0/+17
2014-12-12Add chat command for drop all items in stack with given id.Andrei Karas2-0/+15
2014-12-12Add chat command for drop item by id and amount dialog.Andrei Karas2-0/+20
2014-12-12Add chat command for moving camera.Andrei Karas2-0/+15
2014-12-12Fix compilation warning.Andrei Karas1-0/+1
2014-12-12Fix player relation manu actions.Andrei Karas1-7/+7
2014-12-12Add chat command for move to being location.Andrei Karas2-0/+31
2014-12-12Add chat command to show "/w NICK" message or open whisper tab (depend on set...Andrei Karas2-0/+18
2014-12-12Add chat command for add item name to chat.Andrei Karas2-0/+44
2014-12-12Fix compilation warnings.Andrei Karas2-0/+2
2014-12-12Add chat command for use item by id.Andrei Karas2-0/+29
2014-12-12Remove "pickup" popup menu handler.Andrei Karas1-3/+12
2014-12-12Add chat command for nuke players.Andrei Karas2-0/+16
2014-12-11Add new chat command for invite to guild.Andrei Karas2-0/+27
2014-12-11Remove "heal" popup menu handler.Andrei Karas1-3/+14
2014-12-11Remove "attack" popup menu handler.Andrei Karas1-2/+14