summaryrefslogtreecommitdiff
path: root/src/gui/windows/chatwindow.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-13Autojoin channels on open channel tab.Andrei Karas1-3/+19
2014-10-12Fix popup menu for channel chat tab.Andrei Karas1-11/+18
2014-10-12Add basic support for chat channels.Andrei Karas1-17/+90
2014-10-12Move WhisperTab into chat subdir.Andrei Karas1-1/+1
2014-10-12Move TradeTab into chat subdir.Andrei Karas1-1/+1
2014-10-12Move LangTab into chat subdir.Andrei Karas1-1/+1
2014-10-12Move BattleTab into chat subdir.Andrei Karas1-1/+1
2014-10-10Fix code style.Andrei Karas1-1/+0
2014-10-01Move JOB stat from net enum into attributes.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for playerHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for chatHandler.Andrei Karas1-1/+1
2014-09-10Change format in ActorType enum.Andrei Karas1-4/+4
2014-08-28Fix code style.Andrei Karas1-2/+0
2014-08-28Removed unused includes.Andrei Karas1-1/+0
2014-08-27Remove unused commands.cpp and commandhandler.cpp.Andrei Karas1-2/+0
2014-08-23Fix ignore all whispers chat command.Andrei Karas1-7/+9
2014-08-23Add autocomplete chat commands from actions.Andrei Karas1-0/+1
2014-08-17Remove getters for mouse position and use direct variables.Andrei Karas1-2/+2
2014-08-17Remove proxy methods used for access popup menu.Andrei Karas1-2/+9
2014-07-31Move popup related code from viewport into popupManager.Andrei Karas1-3/+3
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-17/+17
2014-07-23move "change away type" option into gamemodifiers.Andrei Karas1-1/+1
2014-06-20Fix code style.Andrei Karas1-1/+1
2014-06-14Fix chat input field size if smiles button is hidden.Andrei Karas1-0/+1
2014-05-31Add to chat history enteerd text if was pressed up or down key.Andrei Karas1-0/+18
2014-05-31fix code style.Andrei Karas1-3/+0
2014-05-29Move variables definition into each file with class definition.Andrei Karas1-0/+2
2014-05-29Move many variables from client into settings.Andrei Karas1-2/+3
2014-05-28Move from resourcemanager functions related to files into other files.Andrei Karas1-1/+2
2014-05-25Fix align in constructors.Andrei Karas1-1/+1