summaryrefslogtreecommitdiff
path: root/src/input
AgeCommit message (Collapse)AuthorFilesLines
2015-07-25add targetingType featureJoseph Botosh2-0/+12
2015-06-06Fix code style.Andrei Karas11-24/+4
2015-05-31Convert ThemeColorId enum into strong typed enum.Andrei Karas1-3/+1
2015-05-31Add missing debug.h include.Andrei Karas1-0/+2
2015-05-31Add opearator+ for InputAction and unsigned int.Andrei Karas2-0/+7
Signed-off-by: Andrei Karas <akaras@inbox.ru>
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas12-103/+195
2015-05-30Move inputaction into enums directory.Andrei Karas11-617/+11
2015-05-30Convert MouseEventType enum into strong typed enum.Andrei Karas1-3/+3
2015-05-30Convert MouseButton enum into strong typed enum.Andrei Karas1-3/+3
2015-05-30Convert KeyEvent enum into strong typed enum.Andrei Karas1-3/+3
2015-05-24Move type UseArgs into separate file.Andrei Karas1-1/+1
2015-05-24Move simpletypes.h into directory simpletypes.Andrei Karas1-1/+1
2015-05-10Add strong typed bool type UseArgs.Andrei Karas3-563/+565
2015-05-07Remove bot checker window.Andrei Karas3-9/+3
2015-05-07Remove npcpostdialog.Andrei Karas1-3/+1
2015-05-01Add chat command to show server configuration variable in chat.Andrei Karas2-0/+6
New chat command: /servconfget varname Alias: /getservconf varname
2015-05-01Add chat command to show configuration variable in chat.Andrei Karas2-0/+6
New chat command: /confget varname Alias: /getconf varname
2015-05-01Add chat command to set serverconfig variables.Andrei Karas2-0/+6
New chat command: /servconfset varname value Alias: /setservconf varname value
2015-05-01Add chat command to set config variables.Andrei Karas2-0/+6
New chat command: /confset varname value Alias: /setconf varname value
2015-04-26Add incomplete mail window.Andrei Karas2-0/+10
2015-04-20Add action for open yellow bar settings page (quick page).Andrei Karas3-0/+16
2015-04-10Fix compilation with different flags.Andrei Karas1-0/+2
2015-04-06Add chat command for leave chat room.Andrei Karas2-0/+6
New chat command: /leaveroom
2015-04-05add chat command for join chat room.Andrei Karas2-0/+6
New chat command: /joinroom NAME
2015-04-05On room creation show room name in general tab caption.Andrei Karas2-1/+4
Not allow move if in room.
2015-04-04Add chat command for create chat room (incomplete).Andrei Karas2-0/+6
New chat command: /chatroom NAME
2015-03-22Add adction for show equipped hat in chat.Andrei Karas3-0/+12
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 Karas7-15/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-2/+0
2015-03-08Move guild-kick from popup manager into actions.Andrei Karas2-0/+6
2015-02-25Add command and action for show homunculus/mercenary emotes.Andrei Karas4-1/+500
New chat command: /homunemote emote /mercemote emote
2015-02-25Add command for homunculus/mercenary talk.Andrei Karas2-0/+6
New command: /homuntalk text Alias: /merctalk text
2015-02-22Add chat command for move pet to give position.Andrei Karas2-0/+6
New chat command: /movepet x,y Alias: /petmove x,y
2015-02-18Add key to heal most damaged playerJoseph Botosh3-0/+12
2015-02-02Not allow moving while vending shop enabled.Andrei Karas2-19/+25
2015-01-25Allow assign key to cart window.Andrei Karas1-0/+18
2015-01-24Add partial support for cart window.Andrei Karas2-0/+6
2015-01-19Extend chat command /tagetattack to support mob name parameter.Andrei Karas1-1/+1
2015-01-12Move mouseeventtype.h into enums directory.Andrei Karas1-1/+1
2015-01-12Move mousebutton.h into enums directory.Andrei Karas1-1/+1
2015-01-12Move keyeventtype.h into enum directory.Andrei Karas1-1/+1
2015-01-11Remove popup handler "clear drops".Andrei Karas3-0/+12
2015-01-11Fix code style.Andrei Karas1-1/+0
2015-01-11Add chat tab selection actions into configurable actions. (allow set key to ↵Andrei Karas1-3/+75
action)
2015-01-11Add chat command for select guild chat tab.Andrei Karas2-0/+6
New chat command: /guildtab Alias: /guildchattab
2015-01-11Add chat command for select party tab.Andrei Karas2-0/+6
New chat command: /partytab Aliast: /partychattab
2015-01-11Add chat command for select gm tab.Andrei Karas2-0/+6
New chat command: /gmtab Alias: /gmchattab
2015-01-11Add chat command for select lang tab.Andrei Karas2-0/+6
New chat command: /langtab Alias: /langchattab
2015-01-11Add chat command for select trade tab.Andrei Karas2-0/+6
New chat command: /tradetab Alias: /tradechattab
2015-01-11Add chat command for select battle tab.Andrei Karas2-0/+6
New chat command: /battletab Alias: /battlechattab