summaryrefslogtreecommitdiff
path: root/src/gui/chatwindow.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-03-29Replace vectors with strings to short names.Andrei Karas1-8/+8
2012-03-29Add option to auto hide chat window (chat window visible by default)Andrei Karas1-1/+64
Option in chat \ Auto hide chat window.
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-1/+1
bad and must be replaced with better implimentation.
2012-03-19Protect autocomplete from evil nicks if nick start from chat line start.Andrei Karas1-7/+17
Example nick: @pvp on
2012-03-02Add opengl settings dump command.Andrei Karas1-0/+1
Chat command: /dumpogl
2012-02-29Fix code style in empty methods.Andrei Karas1-1/+2
2012-02-08Add chat command /setdrop N to set change drop counter.Andrei Karas1-0/+1
2012-02-08Fix compilation errors and more style.Andrei Karas1-7/+7
2012-02-08Fix code style with new tool.Andrei Karas1-2/+2
2012-02-02Add some checks after automatic checking.Andrei Karas1-0/+3
2012-01-30Rename isKeyActive to isActionActive om keyboard config class.Andrei Karas1-4/+4
2012-01-14fix adding gcc 4.7 support.Andrei Karas1-1/+1
2012-01-11Fix compliation under gcc 4.7 snapshot.Andrei Karas1-3/+3
2012-01-06Fix crash in chat autocomplete if no current chat tab.Andrei Karas1-1/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2012-01-04Add chat command /dumpt for dumping last testing values.Andrei Karas1-0/+1
2011-12-08Add variables for any chat text/commands.Andrei Karas1-0/+5
<PLAYER> - target or nearest player nick. <MONSTER> - target or nearest monster name. <PEOPLE> - comma separated list of visible players (except self). <PARTY> - all party members (except self). Example usage: type in chat: hello <PEOPLE>.
2011-12-06Add gm commands to chat autocomplete list (only for gms)Andrei Karas1-1/+29
2011-12-03Allow copy any line from chat log to clipboard byAndrei Karas1-1/+16
context menu item "Copy to clipboard".
2011-11-07Fix some warnings under gcc 4.7.Andrei Karas1-15/+15
2011-11-02Add enemy relation.Andrei Karas1-0/+1
2011-10-30Add pseudo away chat command.Andrei Karas1-0/+1
Command: /pseudoaway [test]
2011-10-30Remove duplicate getAway function.Andrei Karas1-1/+1
2011-10-27Add command to dump to chat main graphics settings.Andrei Karas1-0/+1
Command: /dumpg
2011-10-23Add chat commands for using server side ignore for all whispers.Andrei Karas1-0/+2
Commands: /serverignoreall and /serverunignoreall
2011-10-05Add blacklist relation. In this mode blocked trades, emotes, speech text.Andrei Karas1-0/+1
2011-09-10Allow load for each window own xml theme file.Andrei Karas1-1/+1
2011-09-10Change empty strings initializations.Andrei Karas1-1/+1
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-4/+4
2011-09-09Rename in listner class method from event to processEvent.Andrei Karas1-1/+1
2011-09-09Fix first part of shadow variables/methods errors.Andrei Karas1-2/+2
2011-09-08Fix register in some auto complete strings.Andrei Karas1-2/+1
2011-09-08Replace most iterator to const_iterator.Andrei Karas1-7/+7
Some other minor changes.
2011-08-31Add ability to lock any window position and size. Using sticky image for this.Andrei Karas1-1/+3
2011-08-27Basic support for guild bot integration.Andrei Karas1-5/+1
Not working context menu actions, chat commands, auto complete.
2011-08-22Add highlight list option.Andrei Karas1-1/+19
Before in highlight was only player nick.
2011-08-11Fix saving opened tabs state.Andrei Karas1-9/+5
2011-07-16Add hotkey to close selected chat tab.Andrei Karas1-0/+16
2011-07-07Remove undescore from variables and defines.Andrei Karas1-2/+2
2011-07-02Replace some getters to direct members access in graphics class.Andrei Karas1-2/+2
2011-07-02Add hasRows to chattab class.Andrei Karas1-2/+2
2011-06-14Add missing checks.Andrei Karas1-10/+16
2011-06-01Set secure font in chat tab name if need.Andrei Karas1-0/+3
2011-05-31Revert "Switch includes to use embedded guichan."Andrei Karas1-2/+2
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1.
2011-05-30Switch includes to use embedded guichan.Andrei Karas1-2/+2
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it.
2011-05-08Fix some include files paths.Andrei Karas1-1/+1
2011-05-08Fix chat tab size issue, if enabled hiding chat input.Andrei Karas1-10/+7
2011-04-29Add char command /addpriorityattack.Andrei Karas1-0/+1
2011-04-21Add attack filter char commands.Andrei Karas1-0/+3
And place avatar list box separator without left padding.