Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-14 | fix adding gcc 4.7 support. | Andrei Karas | 1 | -1/+1 | |
2012-01-11 | Fix compliation under gcc 4.7 snapshot. | Andrei Karas | 1 | -3/+3 | |
2012-01-06 | Fix crash in chat autocomplete if no current chat tab. | Andrei Karas | 1 | -1/+2 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-01-04 | Add chat command /dumpt for dumping last testing values. | Andrei Karas | 1 | -0/+1 | |
2011-12-08 | Add variables for any chat text/commands. | Andrei Karas | 1 | -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-06 | Add gm commands to chat autocomplete list (only for gms) | Andrei Karas | 1 | -1/+29 | |
2011-12-03 | Allow copy any line from chat log to clipboard by | Andrei Karas | 1 | -1/+16 | |
context menu item "Copy to clipboard". | |||||
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -15/+15 | |
2011-11-02 | Add enemy relation. | Andrei Karas | 1 | -0/+1 | |
2011-10-30 | Add pseudo away chat command. | Andrei Karas | 1 | -0/+1 | |
Command: /pseudoaway [test] | |||||
2011-10-30 | Remove duplicate getAway function. | Andrei Karas | 1 | -1/+1 | |
2011-10-27 | Add command to dump to chat main graphics settings. | Andrei Karas | 1 | -0/+1 | |
Command: /dumpg | |||||
2011-10-23 | Add chat commands for using server side ignore for all whispers. | Andrei Karas | 1 | -0/+2 | |
Commands: /serverignoreall and /serverunignoreall | |||||
2011-10-05 | Add blacklist relation. In this mode blocked trades, emotes, speech text. | Andrei Karas | 1 | -0/+1 | |
2011-09-10 | Allow load for each window own xml theme file. | Andrei Karas | 1 | -1/+1 | |
2011-09-10 | Change empty strings initializations. | Andrei Karas | 1 | -1/+1 | |
2011-09-09 | Continue fix for shadow variables/methods errors. | Andrei Karas | 1 | -4/+4 | |
2011-09-09 | Rename in listner class method from event to processEvent. | Andrei Karas | 1 | -1/+1 | |
2011-09-09 | Fix first part of shadow variables/methods errors. | Andrei Karas | 1 | -2/+2 | |
2011-09-08 | Fix register in some auto complete strings. | Andrei Karas | 1 | -2/+1 | |
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -7/+7 | |
Some other minor changes. | |||||
2011-08-31 | Add ability to lock any window position and size. Using sticky image for this. | Andrei Karas | 1 | -1/+3 | |
2011-08-27 | Basic support for guild bot integration. | Andrei Karas | 1 | -5/+1 | |
Not working context menu actions, chat commands, auto complete. | |||||
2011-08-22 | Add highlight list option. | Andrei Karas | 1 | -1/+19 | |
Before in highlight was only player nick. | |||||
2011-08-11 | Fix saving opened tabs state. | Andrei Karas | 1 | -9/+5 | |
2011-07-16 | Add hotkey to close selected chat tab. | Andrei Karas | 1 | -0/+16 | |
2011-07-07 | Remove undescore from variables and defines. | Andrei Karas | 1 | -2/+2 | |
2011-07-02 | Replace some getters to direct members access in graphics class. | Andrei Karas | 1 | -2/+2 | |
2011-07-02 | Add hasRows to chattab class. | Andrei Karas | 1 | -2/+2 | |
2011-06-14 | Add missing checks. | Andrei Karas | 1 | -10/+16 | |
2011-06-01 | Set secure font in chat tab name if need. | Andrei Karas | 1 | -0/+3 | |
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 1 | -2/+2 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 1 | -2/+2 | |
2011-05-24 | Add simple memory leak detector. | Andrei Karas | 1 | -0/+2 | |
Can be enabled by configure option -enable-memdebug=yes. Known issue: not all memory allocations hooked with it. | |||||
2011-05-08 | Fix some include files paths. | Andrei Karas | 1 | -1/+1 | |
2011-05-08 | Fix chat tab size issue, if enabled hiding chat input. | Andrei Karas | 1 | -10/+7 | |
2011-04-29 | Add char command /addpriorityattack. | Andrei Karas | 1 | -0/+1 | |
2011-04-21 | Add attack filter char commands. | Andrei Karas | 1 | -0/+3 | |
And place avatar list box separator without left padding. | |||||
2011-04-18 | Impliment away log in away mode. | Andrei Karas | 1 | -0/+26 | |
2011-04-09 | Small refactoring based on idea from mana commit ↵ | Andrei Karas | 1 | -7/+7 | |
30d4b0adf4f17f05d1d62fc3428c896ef1079b6b | |||||
2011-04-09 | Really remove nicks if need. Also remove colors if need. | Andrei Karas | 1 | -1/+5 | |
2011-04-08 | Add ability to tabbedarea follow vertical scrroll bar position with max value. | Andrei Karas | 1 | -0/+1 | |
2011-04-08 | Now if chat input is hidden, it not using space in window. | Andrei Karas | 1 | -11/+34 | |
2011-04-05 | Add custom autocomplate list from file customwords.txt | Andrei Karas | 1 | -4/+32 | |
2011-04-04 | Rename some gui class files to real class names. | Andrei Karas | 1 | -0/+1416 | |