summaryrefslogtreecommitdiff
path: root/src/actions/chat.h
AgeCommit message (Collapse)AuthorFilesLines
2017-05-09Add chat command for send any gui key.Andrei Karas1-0/+1
New chat command: guikey.
2017-04-05Add chat command for translate message from player language to english.Andrei Karas1-0/+1
Also add po field into languages.xml.
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-19Add chat command guildnotice for set guild notice message.Andrei Karas1-0/+1
2016-01-27Remove copy to clipboard action in chat popup.Andrei Karas1-0/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-03-22Add adction for show equipped hat in chat.Andrei Karas1-0/+1
New chat command: /hat Now irc with hats can show actual hat in chat. In some servers even in irc.
2015-03-08Move guild-kick from popup manager into actions.Andrei Karas1-0/+1
2015-01-11Add chat command for select guild chat tab.Andrei Karas1-0/+1
New chat command: /guildtab Alias: /guildchattab
2015-01-11Add chat command for select party tab.Andrei Karas1-0/+1
New chat command: /partytab Aliast: /partychattab
2015-01-11Add chat command for select gm tab.Andrei Karas1-0/+1
New chat command: /gmtab Alias: /gmchattab
2015-01-11Add chat command for select lang tab.Andrei Karas1-0/+1
New chat command: /langtab Alias: /langchattab
2015-01-11Add chat command for select trade tab.Andrei Karas1-0/+1
New chat command: /tradetab Alias: /tradechattab
2015-01-11Add chat command for select battle tab.Andrei Karas1-0/+1
New chat command: /battletab Alias: /battlechattab
2015-01-11Add chat command for select debug tab.Andrei Karas1-0/+1
New chat command: /debugtab Alias: /debugchattab
2015-01-11Add chat command for select general tab.Andrei Karas1-0/+1
New chat command: /generaltab Aloases: /general /generalchattab
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-15Add chat command for clean current chat tab.Andrei Karas1-0/+1
New chat command: /clearchat Alias: /chatclear
2014-12-14add chat command for insert text into input field.Andrei Karas1-0/+1
New chat command: /addtext TEXT Alias: /textadd TEXT
2014-12-14Add chat command for kick player from party.Andrei Karas1-0/+1
New chat command: /kickparty NAME Alias: /partykick 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-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-08-25Move chat command /toggle into actions.Andrei Karas1-0/+1
2014-08-25Move chat command /me into actions.Andrei Karas1-0/+1
2014-08-25Move chat command /party into actions.Andrei Karas1-0/+1
2014-08-25Move chat command /createguild into actions.Andrei Karas1-0/+1
2014-08-25Move chat command /createparty into actions.Andrei Karas1-0/+1
2014-08-23Move chat command /clear into actions.Andrei Karas1-0/+1
2014-08-23Move chat command /query into actions.Andrei Karas1-0/+1
2014-08-23Move chat command /whisper into actions.Andrei Karas1-0/+1
2014-08-23Move chat command /ignoreallwhispers into actions.Andrei Karas1-0/+1
2014-08-23Move chat command /closeall into actions.Andrei Karas1-0/+1
2014-08-21Remove const from action functions definition.Andrei Karas1-1/+1
2014-08-21Move chat related actions into separate file.Andrei Karas1-0/+40