Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-28 | Add different sound effects for different events. | Andrei Karas | 1 | -1/+1 | |
Can be configured in audio tab in settings. | |||||
2012-02-08 | Fix code style with new tool. | Andrei Karas | 1 | -1/+1 | |
2012-02-02 | Add some checks after automatic checking. | Andrei Karas | 1 | -3/+11 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-12-08 | Add variables for any chat text/commands. | Andrei Karas | 1 | -0/+3 | |
<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-02 | Fix some issues after automatic code checking. | Andrei Karas | 1 | -2/+1 | |
2011-11-07 | Fix some warnings under gcc 4.7. | Andrei Karas | 1 | -2/+2 | |
2011-10-08 | Fix global message sound hightligt. It was broken for some time. | Andrei Karas | 1 | -10/+4 | |
2011-09-10 | Change empty strings initializations. | Andrei Karas | 1 | -1/+1 | |
2011-09-08 | Replace most iterator to const_iterator. | Andrei Karas | 1 | -1/+1 | |
Some other minor changes. | |||||
2011-08-22 | Add highlight list option. | Andrei Karas | 1 | -3/+1 | |
Before in highlight was only player nick. | |||||
2011-08-17 | Fix chat auto scroll to down if input field is visible. | Andrei Karas | 1 | -1/+2 | |
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -2/+2 | |
2011-07-25 | Add removing palyers sprite logic depend on players direction. | Andrei Karas | 1 | -1/+1 | |
2011-06-15 | Add option to use local time in chat. | Andrei Karas | 1 | -9/+19 | |
2011-05-31 | Revert "Switch includes to use embedded guichan." | Andrei Karas | 1 | -1/+1 | |
This reverts commit 338c3b1cae626830c9b9d231aeb9f9e8034b37d1. | |||||
2011-05-30 | Switch includes to use embedded guichan. | Andrei Karas | 1 | -1/+1 | |
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-04-18 | Impliment away log in away mode. | Andrei Karas | 1 | -0/+19 | |
2011-03-27 | Fix uninitialised variable. | Andrei Karas | 1 | -1/+2 | |
2011-03-27 | Fix some warnings and improve code from gcc 4.6 compilation. | Andrei Karas | 1 | -0/+1 | |
2011-03-26 | Add option to chat context menu to remove nicks. | Andrei Karas | 1 | -1/+2 | |
Usefull for example for tmw guild bot. | |||||
2011-03-18 | Fix most old style cast except manaserv and libxml2 defines. | Andrei Karas | 1 | -1/+2 | |
2011-02-19 | Update copyrights. | Andrei Karas | 1 | -2/+3 | |
2011-01-02 | Initial commit. | Andrei Karas | 1 | -0/+431 | |
This code based on mana client http://www.gitorious.org/mana/mana and my private repository. |