summaryrefslogtreecommitdiff
path: root/src/actions/chat.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-09Fix code style.Andrei Karas1-1/+4
2017-06-08Replace ext.compare to direct string comparison.Andrei Karas1-1/+1
2017-06-08Remove useless string initialisations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-63/+63
2017-05-23Add chat command for send any number of pritable chars to input.Andrei Karas1-0/+19
2017-05-23Add chat command for simulate mouse click by any position and button.Andrei Karas1-0/+27
2017-05-09Fix code style.Andrei Karas1-1/+1
2017-05-09Add chat command for send any gui key.Andrei Karas1-0/+37
2017-05-02Remove extra includes.Andrei Karas1-1/+0
2017-05-01Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels.Andrei Karas1-7/+8
2017-04-05Add chat command for translate message from player language to english.Andrei Karas1-0/+45
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-5/+6
2016-08-21In social window, guild menu add command for change guild notice.Andrei Karas1-0/+9
2016-08-19Add chat command guildnotice for set guild notice message.Andrei Karas1-0/+15
2016-08-19Allow create party and guild not only from chat but from menu too.Andrei Karas1-2/+1
2016-08-18Add baic menu into social window menu button.Andrei Karas1-6/+10
2016-05-31Fix /msg chat command for channels.Andrei Karas1-3/+9
2016-05-17Add missing translators comment.Andrei Karas1-0/+1
2016-05-17Fix /hat command output if no hat equipped.Andrei Karas1-4/+12
2016-04-12Fix "invite to guild" from context menu.Andrei Karas1-4/+13
2016-03-11Fix code style.Andrei Karas1-0/+2
2016-01-27Remove copy to clipboard action in chat popup.Andrei Karas1-0/+13
2016-01-04Add missing TRANSLATORS comments to translation strings.Andrei Karas1-1/+2
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-14Move chatconsts into const directory.Andrei Karas1-1/+1
2015-12-13Move constant DEFAULT_CHAT_WINDOW_SCROLL into chat.cppAndrei Karas1-0/+2
2015-08-09Add some missing checks to actions found by paranucker.Andrei Karas1-16/+39
2015-06-06Fix code style.Andrei Karas1-2/+0
2015-05-24From ChatTab::chatLog removed default parameter for message owner type.Andrei Karas1-4/+10
2015-05-17Fix code style.Andrei Karas1-1/+1
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas1-3/+4
2015-04-10Fix compilation with different flags.Andrei Karas1-1/+1
2015-04-03Fix chat command /me.Andrei Karas1-1/+1
2015-03-29Remove unused guildid parameter from guild handler.Andrei Karas1-2/+2
2015-03-22Add adction for show equipped hat in chat.Andrei Karas1-2/+21
2015-03-16Remove useless includes from cpp filesAndrei Karas1-4/+2
2015-03-08Move guild-kick from popup manager into actions.Andrei Karas1-0/+30
2015-02-16Use guildmanager only if build with tmwa support.Andrei Karas1-0/+6
2015-01-11Add chat command for select guild chat tab.Andrei Karas1-0/+7
2015-01-11Add chat command for select party tab.Andrei Karas1-0/+7
2015-01-11Add chat command for select gm tab.Andrei Karas1-0/+7
2015-01-11Add chat command for select lang tab.Andrei Karas1-0/+7
2015-01-11Add chat command for select trade tab.Andrei Karas1-0/+7
2015-01-11Add chat command for select battle tab.Andrei Karas1-0/+7
2015-01-11Add chat command for select debug tab.Andrei Karas1-1/+8
2015-01-11Add chat command for select general tab.Andrei Karas1-0/+7
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-19Fix code style.Andrei Karas1-1/+1