summaryrefslogtreecommitdiff
path: root/src/gui/windows/chatwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-10-03If trade tab disabled, try show TRADE messages in general tab.Andrei Karas1-0/+8
2015-08-20Add missing checks or attributes to windows.Andrei Karas1-1/+1
2015-08-09Add more checks for broken nicks.Andrei Karas1-1/+6
2015-07-30Change how report about broken nicks.Andrei Karas1-7/+3
2015-07-27Fix compilation warnings.Andrei Karas1-8/+8
2015-07-27Detect broken nicks and report in debug tab.Andrei Karas1-0/+16
2015-07-11Add missing checks into gui.Andrei Karas1-9/+12
2015-06-25Add missing non null attributes into gui directory.Andrei Karas1-1/+1
2015-06-18Add option gmTabMinimalLevel to paths.xml for show gm chat tab.Andrei Karas1-0/+10
2015-06-14Use CREATEWIDGET macro in chatwindow.Andrei Karas1-3/+2
2015-06-06Fix code style.Andrei Karas1-2/+2
2015-05-31Convert InputAction enum into strong typed enum.Andrei Karas1-15/+15
2015-05-30Move relation enum into separate file.Andrei Karas1-2/+2
2015-05-30Convert ChatMsgType enum into strong typed enum.Andrei Karas1-4/+4
2015-05-29Convert Attributes enum into strong typed enum.Andrei Karas1-2/+2
2015-05-28Add strong typed bool type Visible.Andrei Karas1-10/+12
2015-05-25Add missing safeDraw to some windows.Andrei Karas1-0/+12
2015-05-24From ChatTab::chatLog removed default parameter for message owner type.Andrei Karas1-5/+9
2015-05-24Add strong typed bool type TryRemoveColors.Andrei Karas1-12/+22
2015-05-24Add strong typed bool type IgnoreRecord.Andrei Karas1-4/+6
2015-05-21Call Window::postInit from all windows with overrided postInit method.Andrei Karas1-0/+1
2015-05-10Improve performance in chat window.Andrei Karas1-11/+4
2015-05-06Add strong typed bool type NpcNames.Andrei Karas1-1/+1
2015-05-05Add strong typed bool type for modal bool flag.Andrei Karas1-1/+1
2015-05-03Remove useless dynamic_cast.Andrei Karas1-2/+1
2015-04-10Fix compilation with different flags.Andrei Karas1-0/+2
2015-04-05On room creation show room name in general tab caption.Andrei Karas1-6/+11
2015-04-04Add chat command for create chat room (incomplete).Andrei Karas1-0/+6
2015-03-16Remove useless includes from cpp filesAndrei Karas1-5/+0
2015-03-10Add UNIMPLIMENTEDPACKET macroAndrei Karas1-1/+0
2015-03-09Impliment DebugMessageListener in chat window.Andrei Karas1-0/+7
2015-01-25eathena: fix join built in channel tabs.Andrei Karas1-0/+6
2015-01-14Add support for #gm channel for gm tab.Andrei Karas1-0/+7
2015-01-14By requesting open #trade channel, really open trade tab.Andrei Karas1-3/+26
2015-01-11Add chat command for select debug tab.Andrei Karas1-2/+2
2015-01-11Add chat command for select general tab.Andrei Karas1-0/+18
2015-01-06Move attributes.h into enums directory.Andrei Karas1-1/+2
2015-01-02Fix code style.Andrei Karas1-2/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-28Improve function localPetSay.Andrei Karas1-16/+10
2014-12-28Add chat command for stop and start pet ai.Andrei Karas1-0/+18
2014-12-28Impliment actual change direction actions from pet commands.Andrei Karas1-15/+32
2014-12-28Impliment actual move actions from pet commands.Andrei Karas1-0/+25
2014-12-08In whisper constructor allow separatly set nick and caption.Andrei Karas1-4/+5
2014-12-03eathena: add packet CMSG_CHAT_PART_CHANNEL 0x0b09.Andrei Karas1-0/+1
2014-10-29Dont show over head text for channel messages.Andrei Karas1-0/+1
2014-10-25Fix code style.Andrei Karas1-2/+0
2014-10-13eathena: fix owner for channel messages.Andrei Karas1-2/+18
2014-10-13Disable hightlight by default in channels.Andrei Karas1-0/+1
2014-10-13eathena: show channel messages in channel tab.Andrei Karas1-0/+31