Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-03-16 | fix profiler labels. | Andrei Karas | 1 | -0/+1 | |
2014-02-20 | improve includes. | Andrei Karas | 1 | -0/+2 | |
2014-01-01 | update copyright year in all sources. | Andrei Karas | 1 | -1/+1 | |
2013-12-27 | allow to owner talk from own pet. | Andrei Karas | 1 | -0/+8 | |
New chat command: /talkpet text | |||||
2013-12-26 | add restrict into chathandler. | Andrei Karas | 1 | -1/+2 | |
2013-12-25 | dont show over head text if text ignored or going to trade tab. | Andrei Karas | 1 | -4/+6 | |
2013-12-15 | fix multiline motd messages showing/hiding. | Andrei Karas | 1 | -3/+6 | |
2013-11-18 | add workaround for imcomplete chat messages in "new" tmw server. | Andrei Karas | 1 | -1/+11 | |
2013-11-09 | fix motd message while changing char or reconnecting to server. | Andrei Karas | 1 | -0/+6 | |
2013-11-03 | allow special server messgaes before motd if motd is hidden. | Andrei Karas | 1 | -9/+9 | |
Also always show motd in debug tab. | |||||
2013-11-03 | fix motd message show/hide on "new" tmw server. | Andrei Karas | 1 | -2/+12 | |
2013-10-24 | add option to show motd message. | Andrei Karas | 1 | -2/+6 | |
Disabled by default. | |||||
2013-10-19 | Rename actorspritemanager into actormanager. | Andrei Karas | 1 | -7/+7 | |
2013-10-19 | add missing break in chathandler. | Andrei Karas | 1 | -0/+1 | |
2013-09-30 | move tabs into tabs directory. | Andrei Karas | 1 | -2/+3 | |
2013-09-30 | move windows classes to windows directory. | Andrei Karas | 1 | -2/+2 | |
2013-09-25 | improve a bit strings declaration. | Andrei Karas | 1 | -1/+1 | |
2013-09-09 | remove useless includes from some files. | Andrei Karas | 1 | -0/+1 | |
2013-09-06 | add globals filter. | Andrei Karas | 1 | -1/+2 | |
It can move some global messages into debug window. This mean it prevent from spam in chat message and spam sounds. By default filter configured to ignore globals from Sagatha. | |||||
2013-08-31 | move being related files into being dir. | Andrei Karas | 1 | -2/+3 | |
2013-06-20 | Add more profiler labels. | Andrei Karas | 1 | -1/+32 | |
2013-05-03 | add comments for translators. | Andrei Karas | 1 | -0/+2 | |
2013-04-20 | fix style in net directory. | Andrei Karas | 1 | -0/+1 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -3/+3 | |
2013-03-29 | fix code style. | Andrei Karas | 1 | -1/+1 | |
2013-03-27 | improve chathandler class. | Andrei Karas | 1 | -45/+9 | |
2013-03-22 | Add option to accept language messages in any languge. | Andrei Karas | 1 | -3/+4 | |
This messages will be showed in language or general tab. | |||||
2013-03-22 | Show channel messages in language tab. | Andrei Karas | 1 | -12/+20 | |
2013-03-22 | add netcode support for channels (for now evol only). | Andrei Karas | 1 | -6/+23 | |
for now any channel ignored and used as general tab. also change netcode version to 8. | |||||
2013-03-21 | Send channel name to net code layer. | Andrei Karas | 1 | -2/+1 | |
2013-03-12 | Fix code style. | Andrei Karas | 1 | -2/+0 | |
2013-03-09 | Add new notifications in some other classes. | Andrei Karas | 1 | -15/+9 | |
2013-03-09 | Remove useless notifications from chathandler. | Andrei Karas | 1 | -8/+0 | |
2013-02-26 | Improve string usage in other files. | Andrei Karas | 1 | -1/+1 | |
2013-02-19 | Add support for GM tab. | Andrei Karas | 1 | -1/+19 | |
This tab visible all messages from @wgm chat command and local messages in this tab. | |||||
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-09-16 | Add const to variables with type size_t. | Andrei Karas | 1 | -3/+3 | |
2012-09-02 | Add const to more classes. | Andrei Karas | 1 | -11/+11 | |
2012-08-26 | Ignore future message type in whisper. | Andrei Karas | 1 | -0/+4 | |
2012-08-23 | Remove useless includes. | Andrei Karas | 1 | -3/+0 | |
2012-04-01 | Last part of fixes. | Andrei Karas | 1 | -2/+2 | |
2012-01-05 | Update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2011-10-23 | Add chat commands for using server side ignore for all whispers. | Andrei Karas | 1 | -0/+45 | |
Commands: /serverignoreall and /serverunignoreall | |||||
2011-10-10 | Add option to show/hide MVP messages. | Andrei Karas | 1 | -1/+1 | |
By default this messages hidden. | |||||
2011-10-08 | Add checks and fix code style. | Andrei Karas | 1 | -22/+12 | |
2011-09-09 | Continue fix for shadow variables/methods errors. | Andrei Karas | 1 | -10/+10 | |
2011-08-30 | Dont create guild manager instance if guild bot support not enabled. | Andrei Karas | 1 | -1/+1 | |
2011-08-27 | Basic support for guild bot integration. | Andrei Karas | 1 | -0/+7 | |
Not working context menu actions, chat commands, auto complete. | |||||
2011-08-12 | Rename file names log and chatlog to correct logger and chatlogger. | Andrei Karas | 1 | -1/+1 | |
2011-08-03 | Fix code style and remove some unused variabled. | Andrei Karas | 1 | -1/+1 | |