summaryrefslogtreecommitdiff
path: root/src/commands.h
AgeCommit message (Collapse)AuthorFilesLines
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