summaryrefslogtreecommitdiff
path: root/src/commands.h
AgeCommit message (Collapse)AuthorFilesLines
2013-04-14another fixes from cpplint.Andrei Karas1-2/+2
2013-03-28Revert "Remove auction bot support."Andrei Karas1-0/+2
This reverts commit 0b236e4e04a6d89d34925ce9d2875c002e135b23.
2013-03-27improve chathandler class.Andrei Karas1-4/+0
2013-03-08Add chat command for execute external programs.Andrei Karas1-0/+2
New chat command: /execute NAME[ PAR] NAME - program name PAR - parameter
2013-03-05Add chat command to clean fonts cache.Andrei Karas1-0/+2
New chat command: /cleanfonts
2013-03-03Add chat command to clean graphics cache.Andrei Karas1-0/+2
New chat command: /cleangraphics This command can be usefull for item or monster development.
2013-02-18Remove auction bot support.Andrei Karas1-2/+0
This bot for long time offline in tmw and possible will be never online.
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-12-29Add chat command to dump environment variables to log.Andrei Karas1-0/+2
New chat command: /dumpe
2012-12-03Fix code style.Andrei Karas1-1/+2
2012-11-27Simplify command handlers.Andrei Karas1-0/+193