Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-03 | add comments for translators | Andrei Karas | 1 | -0/+10 | |
2013-04-25 | fix some code style by cpplint. | Andrei Karas | 1 | -1/+0 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -3/+2 | |
2013-04-07 | fix cide style. | Andrei Karas | 1 | -1/+1 | |
Add explicit keyword to some constructors. | |||||
2013-04-03 | Fix http links splitting in chat. | Andrei Karas | 1 | -9/+11 | |
2013-03-31 | Rename SoundManager sigleton from sound to soundManager. | Andrei Karas | 1 | -4/+4 | |
2013-03-21 | Send channel name to net code layer. | Andrei Karas | 1 | -2/+7 | |
2013-03-21 | Add channel name to chat tabs. | Andrei Karas | 1 | -2/+4 | |
2013-02-26 | Improve string usage in other files. | Andrei Karas | 1 | -10/+8 | |
2013-02-18 | Add option to show/hide guild online messages. | Andrei Karas | 1 | -1/+14 | |
Disabled by default. | |||||
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-12-25 | Improve empty strings manipulation. | Andrei Karas | 1 | -4/+4 | |
2012-12-03 | Rename sound.cpp/h to soundmanager. | Andrei Karas | 1 | -1/+1 | |
2012-11-27 | Simplify command handlers. | Andrei Karas | 1 | -2/+1 | |
2012-10-29 | Highlight window header with * if got new chat message with minimized window. | Andrei Karas | 1 | -0/+1 | |
2012-10-20 | Add palette inheritance to browserbox class. | Andrei Karas | 1 | -1/+1 | |
2012-10-20 | Add to some controls palette inheritance from other controls. | Andrei Karas | 1 | -2/+2 | |
2012-10-14 | Dont use guichan tab and tabbedarea anymore. | Andrei Karas | 1 | -2/+1 | |
It have some methods and widget connections what cant be changed by overloading. | |||||
2012-09-16 | Add const to variables with type size_t. | Andrei Karas | 1 | -2/+2 | |
2012-08-30 | Add const to more classes. | Andrei Karas | 1 | -6/+6 | |
2012-08-24 | replace defines to consts. | Andrei Karas | 1 | -1/+1 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -3/+1 | |
2012-07-28 | Simplify scrollarea opaque flag. | Andrei Karas | 1 | -2/+1 | |
2012-07-23 | Improve perfomance in some object constructors. | Andrei Karas | 1 | -2/+2 | |
2012-06-24 | Allow enter in chat "?" as text message. | Andrei Karas | 1 | -1/+4 | |
2012-06-19 | Add help search commands (?text). | Andrei Karas | 1 | -5/+20 | |
Example: ?warps It will open help page about warps. | |||||
2012-04-09 | Fix code style. | Andrei Karas | 1 | -2/+1 | |
2012-04-01 | Last part of fixes. | Andrei Karas | 1 | -5/+5 | |
2012-03-29 | Add option to auto hide chat window (chat window visible by default) | Andrei Karas | 1 | -0/+8 | |
Option in chat \ Auto hide chat window. | |||||
2012-02-28 | Fix some sound event. | Andrei Karas | 1 | -2/+19 | |
Replace hardcoded sound names to constants. Add party/guild sound. | |||||
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 | |