summaryrefslogtreecommitdiff
path: root/src/input/inputactionmap.h
AgeCommit message (Collapse)AuthorFilesLines
2016-01-27Remove action "reset yellow bar" from context menu.Andrei Karas1-0/+6
2016-01-27Add chat commands for add/remove/ignore pickups.Andrei Karas1-0/+18
2016-01-27Remove copy to clipboard action in npc dialog popup.Andrei Karas1-0/+6
2016-01-27Remove copy to clipboard action in chat popup.Andrei Karas1-0/+6
2016-01-27Add chat command for move selected item to craft slot.Andrei Karas1-0/+6
New chat command: /craft SLOT
2016-01-27Add quick shortcuts for add selected item to each craft inventory slot.Andrei Karas1-0/+99
Add craft tab with shortcuts in input tab.
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2016-01-01Fix code style.Andrei Karas1-0/+1
2015-12-31Move inputcondition into enums directory.Andrei Karas1-1/+2
2015-11-23Add chat command skill.Andrei Karas1-0/+6
New chat command: /skill ID[ LEVEL[ TEXT]]
2015-11-22Add chat command /selectskilllevel for select skill level in skills dialog.Andrei Karas1-0/+6
2015-11-20Fix code style.Andrei Karas1-2/+0
2015-11-17Convert enum InputType into strong typed.Andrei Karas1-1/+2
2015-11-16Add chat command slide.Andrei Karas1-1/+7
New chat command: slide x, y
2015-11-07fix code style.Andrei Karas1-1/+2
2015-10-31Add NOBLOCK input actions condition. This mean if player not blocked by ↵Andrei Karas1-1/+1
special things like statuses.
2015-10-16Add protection attribute to input actions. Unsafe actions blocked from ↵Andrei Karas1-563/+1126
remote usage.
2015-10-09Fix conditions for magic and human attack actions.Andrei Karas1-2/+4
2015-10-08Add chat command /testinfo for output some debug parameters to log.Andrei Karas1-0/+5
2015-09-05Add option for enable manamarket intergration and support /mail command. ↵Andrei Karas1-1/+1
(for tmw only). But because bot limitation, only some players can send mails.
2015-07-25add targetingType featureJoseph Botosh1-0/+6
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-4/+5
2015-05-10Add strong typed bool type UseArgs.Andrei Karas1-561/+561
2015-05-07Remove bot checker window.Andrei Karas1-2/+2
2015-05-01Add chat command to show server configuration variable in chat.Andrei Karas1-0/+5
New chat command: /servconfget varname Alias: /getservconf varname
2015-05-01Add chat command to show configuration variable in chat.Andrei Karas1-0/+5
New chat command: /confget varname Alias: /getconf varname
2015-05-01Add chat command to set serverconfig variables.Andrei Karas1-0/+5
New chat command: /servconfset varname value Alias: /setservconf varname value
2015-05-01Add chat command to set config variables.Andrei Karas1-0/+5
New chat command: /confset varname value Alias: /setconf varname value
2015-04-26Add incomplete mail window.Andrei Karas1-0/+9
2015-04-20Add action for open yellow bar settings page (quick page).Andrei Karas1-0/+9
2015-04-06Add chat command for leave chat room.Andrei Karas1-0/+5
New chat command: /leaveroom
2015-04-05add chat command for join chat room.Andrei Karas1-0/+5
New chat command: /joinroom NAME
2015-04-04Add chat command for create chat room (incomplete).Andrei Karas1-0/+5
New chat command: /chatroom NAME
2015-03-22Add adction for show equipped hat in chat.Andrei Karas1-0/+5
New chat command: /hat Now irc with hats can show actual hat in chat. In some servers even in irc.
2015-03-17Remove useless includes from .h files.Andrei Karas1-5/+0
2015-03-08Move guild-kick from popup manager into actions.Andrei Karas1-0/+5
2015-02-25Add command and action for show homunculus/mercenary emotes.Andrei Karas1-0/+442
New chat command: /homunemote emote /mercemote emote
2015-02-25Add command for homunculus/mercenary talk.Andrei Karas1-0/+5
New command: /homuntalk text Alias: /merctalk text
2015-02-22Add chat command for move pet to give position.Andrei Karas1-0/+5
New chat command: /movepet x,y Alias: /petmove x,y
2015-02-18Add key to heal most damaged playerJoseph Botosh1-0/+5
2015-01-24Add partial support for cart window.Andrei Karas1-0/+5
2015-01-19Extend chat command /tagetattack to support mob name parameter.Andrei Karas1-1/+1
2015-01-11Remove popup handler "clear drops".Andrei Karas1-0/+5
2015-01-11Add chat command for select guild chat tab.Andrei Karas1-0/+5
New chat command: /guildtab Alias: /guildchattab
2015-01-11Add chat command for select party tab.Andrei Karas1-0/+5
New chat command: /partytab Aliast: /partychattab
2015-01-11Add chat command for select gm tab.Andrei Karas1-0/+5
New chat command: /gmtab Alias: /gmchattab
2015-01-11Add chat command for select lang tab.Andrei Karas1-0/+5
New chat command: /langtab Alias: /langchattab
2015-01-11Add chat command for select trade tab.Andrei Karas1-0/+5
New chat command: /tradetab Alias: /tradechattab
2015-01-11Add chat command for select battle tab.Andrei Karas1-0/+5
New chat command: /battletab Alias: /battlechattab
2015-01-11Add chat command for select debug tab.Andrei Karas1-0/+5
New chat command: /debugtab Alias: /debugchattab