summaryrefslogtreecommitdiff
path: root/src/input/inputaction.h
AgeCommit message (Collapse)AuthorFilesLines
2014-12-12Add chat command for drop all items in stack with given id.Andrei Karas1-0/+1
New chat command: /dropitemall ID
2014-12-12Add chat command for drop item by id and amount dialog.Andrei Karas1-0/+1
New chat command: /dropitem ID
2014-12-12Add chat command for moving camera.Andrei Karas1-0/+1
New chat command: /movecamera x y Alias: /cameramove x y
2014-12-12Add chat command for move to being location.Andrei Karas1-0/+1
New chat command: /navigateto NAME
2014-12-12Add chat command to show "/w NICK" message or open whisper tab (depend on ↵Andrei Karas1-0/+1
settings) New chat command: /whispertext NICK Aliases: /wt NICK /msgtext NICK
2014-12-12Add chat command for add item name to chat.Andrei Karas1-0/+1
New chat command: /addchat ID Alias: /chatadd ID
2014-12-12Add chat command for use item by id.Andrei Karas1-0/+1
New chat command: /use ITEMID Alias: /useitem ITEMID
2014-12-12Add chat command for nuke players.Andrei Karas1-0/+1
New chat command: /nuke NAME
2014-12-11Add new chat command for invite to guild.Andrei Karas1-0/+1
New chat command: /guild name
2014-12-11Add chat command for silent sendong whisper message.Andrei Karas1-0/+1
New chat command: /w2 name message Aliases: /whisper2 /msg2
2014-12-09Add sell action.Andrei Karas1-0/+1
New chat command: /sell [name]
2014-12-09Add buy action.Andrei Karas1-0/+1
New chat command: /buy [name]
2014-12-08Add open context menu action.Andrei Karas1-0/+1
No key assigned. New chat command: contextmenu
2014-12-02Add actions for switch to next/prev tab in inventory.Andrei Karas1-0/+2
Keys not assigned.
2014-10-16Add bank window (hercules only).Andrei Karas1-0/+1
also add banklistener to get changed bank balance.
2014-09-26Add action and chat command to fire homunculus.Andrei Karas1-0/+1
New chat command: firehomunculus
2014-09-25Add chat command for rename homunculus.Andrei Karas1-0/+1
New chat comamnd: sethomunname NAME
2014-09-23Add chat command for rename own pet (hercules only)Andrei Karas1-0/+1
New chat command: /setpetname NAME
2014-09-23Add action for targetting pets.Andrei Karas1-0/+1
New chat command: targetpet
2014-09-21Add action for targetting mercenaries.Andrei Karas1-0/+1
New chat command: targetmercenary
2014-09-21Add chat command and action for fire mercenary.Andrei Karas1-0/+1
New chat command: /firemercenary.
2014-09-11Add whisper commands for server side ignore/unignore whispers.Andrei Karas1-0/+2
New chat commands: /serverignore NICK - ignore whispers on server from NICK. /serverunignore NICK - unignore whispers on server from NICK.
2014-09-11Add action and chat command for "catch pet".Andrei Karas1-0/+1
New chat command: /catchpet - Try catch selected monster
2014-09-07Add pet emote action and keys for each emote.Andrei Karas1-0/+49
2014-08-28Fix code style.Andrei Karas1-0/+4
2014-08-27Move chat command /debugspawn into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /hack into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /gm into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /uploadlog into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /uploadserverconfig into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /uploadconfig into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /talkpet into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /talkraw into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /createitems into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /testparticle into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /enableaway into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /disableaway into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /removename into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /dontremovename into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /disablehightlight into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /enablehightlight into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /testsdlfont into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /execute into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /open into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /url into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /dumpmods into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /dumpgl into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /dumpogl into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /dumpt into actions.Andrei Karas1-0/+1
2014-08-27Move chat command /dumpe into actions.Andrei Karas1-0/+1
Also move some functions into chatutils.