summaryrefslogtreecommitdiff
path: root/src/actions
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-11Add chat command for silent sendong whisper message.Andrei Karas2-16/+38
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 Karas4-67/+67
2014-12-09Add sell action.Andrei Karas2-4/+39
2014-12-09Add buy action.Andrei Karas2-0/+32
2014-12-08Add open context menu action.Andrei Karas2-0/+15
2014-12-08Allow control popup menu by up/down keys.Andrei Karas2-0/+16
2014-12-08Add support for /me command in pet talk.Andrei Karas1-2/+9
2014-12-02Add actions for switch to next/prev tab in inventory.Andrei Karas2-0/+15
2014-10-28Fix /me command in channels and some special tabs.Andrei Karas1-4/+6
2014-10-28Move /me effect to chatutils.Andrei Karas1-1/+2
2014-10-26Fixed several sentences for better translations.Alige1-1/+1
2014-10-25Fix code style.Andrei Karas3-10/+29
2014-10-16Add bank window (hercules only).Andrei Karas2-0/+13
2014-10-13Autojoin channels on open channel tab.Andrei Karas1-1/+1
2014-10-12Add basic support for chat channels.Andrei Karas1-5/+6
2014-10-12Move WhisperTab into chat subdir.Andrei Karas1-1/+1
2014-10-12Move ChatTabType into chat subdir.Andrei Karas2-2/+2