Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-29 | remove some code from deprivatedevent class. | Andrei Karas | 1 | -7/+1 | |
2013-03-22 | Add option to accept language messages in any languge. | Andrei Karas | 1 | -3/+19 | |
This messages will be showed in language or general tab. | |||||
2013-03-22 | Show channel messages in language tab. | Andrei Karas | 1 | -6/+19 | |
2013-03-08 | Add chat command for execute external programs. | Andrei Karas | 1 | -0/+1 | |
New chat command: /execute NAME[ PAR] NAME - program name PAR - parameter | |||||
2013-03-05 | Add chat command to clean fonts cache. | Andrei Karas | 1 | -0/+1 | |
New chat command: /cleanfonts | |||||
2013-03-03 | Add chat command to clean graphics cache. | Andrei Karas | 1 | -0/+1 | |
New chat command: /cleangraphics This command can be usefull for item or monster development. | |||||
2013-02-26 | Improve string usage in other files. | Andrei Karas | 1 | -10/+18 | |
2013-02-24 | Add support for show quest variables in skills window (evol only) | Andrei Karas | 1 | -2/+1 | |
This allow use pseudo skills controlled by quest variables. | |||||
2013-02-14 | Improve event.getId() speed. | Andrei Karas | 1 | -2/+3 | |
2013-02-08 | Fix chat window size in small screens. | Andrei Karas | 1 | -2/+14 | |
2013-01-20 | Another part with FOR_EACH changes. | Andrei Karas | 1 | -8/+3 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2013-01-16 | Add context menu to browserbox http links. | Andrei Karas | 1 | -0/+3 | |
2012-12-29 | Add chat command to dump environment variables to log. | Andrei Karas | 1 | -0/+1 | |
New chat command: /dumpe | |||||
2012-12-28 | By default put chat window in top in android build. | Andrei Karas | 1 | -0/+4 | |
2012-12-25 | Improve empty strings manipulation. | Andrei Karas | 1 | -1/+1 | |
2012-12-08 | Fix code style. | Andrei Karas | 1 | -1/+2 | |
2012-12-06 | Fix compilation warnings. | Andrei Karas | 1 | -2/+2 | |
2012-12-05 | Add some special chars to ignore in public chat for future usage. | Andrei Karas | 1 | -5/+12 | |
2012-12-03 | Add option to protect chat focus. | Andrei Karas | 1 | -4/+25 | |
Enabled by default. | |||||
2012-12-03 | Rename sound.cpp/h to soundmanager. | Andrei Karas | 1 | -1/+1 | |
2012-11-27 | Simplify command handlers. | Andrei Karas | 1 | -1/+1 | |
2012-11-07 | Add own profiler and profiler info to some code. | Andrei Karas | 1 | -0/+2 | |
2012-10-20 | Fix code style and some minor issues. | Andrei Karas | 1 | -1/+0 | |
2012-10-20 | Add palette inheritance to textfield class. | Andrei Karas | 1 | -1/+1 | |
2012-10-20 | Add to some controls palette inheritance from other controls. | Andrei Karas | 1 | -3/+3 | |
2012-10-19 | Fix namespace conflicts. | Andrei Karas | 1 | -3/+3 | |
2012-10-15 | Fix compilation warnings without C++11 support. | Andrei Karas | 1 | -1/+1 | |
2012-10-14 | Dont use guichan tab and tabbedarea anymore. | Andrei Karas | 1 | -1/+1 | |
It have some methods and widget connections what cant be changed by overloading. | |||||
2012-10-10 | Delete copy constructor from other classes. | Andrei Karas | 1 | -0/+2 | |
2012-10-03 | Add sound effects for open/close windows. | Andrei Karas | 1 | -0/+1 | |
2012-10-02 | fix chat window resize cursor and some other possible issues. | Andrei Karas | 1 | -3/+3 | |
2012-09-22 | Add final keyword to most classes. | Andrei Karas | 1 | -2/+2 | |
2012-09-16 | Add const to variables with type size_t. | Andrei Karas | 1 | -8/+7 | |
2012-09-09 | fix code style. | Andrei Karas | 1 | -1/+1 | |
2012-09-08 | Add new colors for whisper tabs. | Andrei Karas | 1 | -15/+11 | |
New colors: WHISPER_TAB_HIGHLIGHTED, WHISPER_TAB_OFFLINE_HIGHLIGHTED, WHISPER_TAB_SELECTED, WHISPER_TAB_OFFLINE_SELECTED | |||||
2012-09-08 | Rename colors WHISPER and WHISPER_OFFLINE to WHISPER_TAB and ↵ | Andrei Karas | 1 | -5/+9 | |
WHISPER_TAB_OFFLINE. | |||||
2012-09-08 | Improve constructors in some classes. | Andrei Karas | 1 | -0/+2 | |
2012-09-06 | Add theme option for title bar height. | Andrei Karas | 1 | -2/+0 | |
Option name: titlebarHeight Default value: 20 px | |||||
2012-09-06 | Improve constructors in some classes. | Andrei Karas | 1 | -11/+10 | |
2012-08-27 | Add const to more classes. | Andrei Karas | 1 | -62/+68 | |
2012-08-26 | Allow enter special chars in chat in tmw server. | Andrei Karas | 1 | -3/+0 | |
Before this function was blocked only for tmw server because oficial clients was crashed after show crafted unicode chars. Example: test &33; test fill show in chat: test ! test | |||||
2012-08-24 | replace defines to consts. | Andrei Karas | 1 | -2/+1 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -6/+1 | |
2012-08-21 | next code style changes. | Andrei Karas | 1 | -8/+8 | |
2012-08-05 | Move some hardcoded paddings to themes. | Andrei Karas | 1 | -1/+1 | |
2012-08-01 | Fix code style. | Andrei Karas | 1 | -2/+3 | |
2012-07-22 | Add new chat commands. | Andrei Karas | 1 | -3/+8 | |
/url LINK - put http link in chat. /openurl LINK - open link in browser. | |||||
2012-07-18 | Another warning fixes. | Andrei Karas | 1 | -2/+2 | |
2012-07-17 | Fix more code style and additional warnings. | Andrei Karas | 1 | -1/+2 | |