Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-25 | fix some code style by cpplint. | Andrei Karas | 1 | -1/+1 | |
2013-04-25 | impliment new list in sdlfont. | Andrei Karas | 1 | -3/+5 | |
2013-04-24 | add to font perfomance test also cache auto cleanup. | Andrei Karas | 1 | -0/+2 | |
2013-04-24 | add command for test perfomance in sdlfont calculation. | Andrei Karas | 1 | -0/+42 | |
2013-04-12 | first part of style fixed after cpplint checks. | Andrei Karas | 1 | -3/+4 | |
2013-04-10 | Add option to left all per map sprites in memory if once was loaded. | Andrei Karas | 1 | -0/+1 | |
This can prevent random lags and also can use more memory. | |||||
2013-03-29 | fix some warnings. | Andrei Karas | 1 | -2/+2 | |
2013-03-28 | Revert "Remove auction bot support." | Andrei Karas | 1 | -0/+7 | |
This reverts commit 0b236e4e04a6d89d34925ce9d2875c002e135b23. | |||||
2013-03-27 | improve chathandler class. | Andrei Karas | 1 | -19/+2 | |
2013-03-21 | Send channel name to net code layer. | Andrei Karas | 1 | -2/+2 | |
2013-03-12 | Fix code style. | Andrei Karas | 1 | -1/+1 | |
2013-03-08 | Add chat command for execute external programs. | Andrei Karas | 1 | -0/+17 | |
New chat command: /execute NAME[ PAR] NAME - program name PAR - parameter | |||||
2013-03-05 | Add chat command to clean fonts cache. | Andrei Karas | 1 | -1/+9 | |
New chat command: /cleanfonts | |||||
2013-03-03 | Add chat command to clean graphics cache. | Andrei Karas | 1 | -1/+11 | |
New chat command: /cleangraphics This command can be usefull for item or monster development. | |||||
2013-03-01 | Fix code style. | Andrei Karas | 1 | -2/+2 | |
2013-02-24 | Improve string usage in some files. | Andrei Karas | 1 | -34/+36 | |
2013-02-22 | const and other minor changes in commands.cpp | Andrei Karas | 1 | -48/+39 | |
2013-02-18 | Remove auction bot support. | Andrei Karas | 1 | -7/+0 | |
This bot for long time offline in tmw and possible will be never online. | |||||
2013-02-18 | Add support for help seach links. | Andrei Karas | 1 | -1/+1 | |
To add link to search text: /url ?text Also add support for links in format: help://topic | |||||
2013-02-10 | Remove channel classes because it was used only in manaserv. | Andrei Karas | 1 | -3/+0 | |
2013-01-20 | Replace for to FOR_EACH in some classes. | Andrei Karas | 1 | -4/+2 | |
2013-01-19 | Quick fix for mandriva based distros.v1.3.1.20 | Andrei Karas | 1 | -1/+1 | |
2013-01-16 | update copyrights year. | Andrei Karas | 1 | -1/+1 | |
2012-12-29 | Add chat command to dump environment variables to log. | Andrei Karas | 1 | -0/+11 | |
New chat command: /dumpe | |||||
2012-12-25 | Improve empty strings manipulation. | Andrei Karas | 1 | -3/+3 | |
2012-11-27 | Simplify command handlers. | Andrei Karas | 1 | -0/+1210 | |