summaryrefslogtreecommitdiff
path: root/src/commands.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-03-29fix some warnings.Andrei Karas1-2/+2
2013-03-28Revert "Remove auction bot support."Andrei Karas1-0/+7
This reverts commit 0b236e4e04a6d89d34925ce9d2875c002e135b23.
2013-03-27improve chathandler class.Andrei Karas1-19/+2
2013-03-21Send channel name to net code layer.Andrei Karas1-2/+2
2013-03-12Fix code style.Andrei Karas1-1/+1
2013-03-08Add chat command for execute external programs.Andrei Karas1-0/+17
New chat command: /execute NAME[ PAR] NAME - program name PAR - parameter
2013-03-05Add chat command to clean fonts cache.Andrei Karas1-1/+9
New chat command: /cleanfonts
2013-03-03Add chat command to clean graphics cache.Andrei Karas1-1/+11
New chat command: /cleangraphics This command can be usefull for item or monster development.
2013-03-01Fix code style.Andrei Karas1-2/+2
2013-02-24Improve string usage in some files.Andrei Karas1-34/+36
2013-02-22const and other minor changes in commands.cppAndrei Karas1-48/+39
2013-02-18Remove auction bot support.Andrei Karas1-7/+0
This bot for long time offline in tmw and possible will be never online.
2013-02-18Add support for help seach links.Andrei Karas1-1/+1
To add link to search text: /url ?text Also add support for links in format: help://topic
2013-02-10Remove channel classes because it was used only in manaserv.Andrei Karas1-3/+0
2013-01-20Replace for to FOR_EACH in some classes.Andrei Karas1-4/+2
2013-01-19Quick fix for mandriva based distros.v1.3.1.20Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-29Add chat command to dump environment variables to log.Andrei Karas1-0/+11
New chat command: /dumpe
2012-12-25Improve empty strings manipulation.Andrei Karas1-3/+3
2012-11-27Simplify command handlers.Andrei Karas1-0/+1210