summaryrefslogtreecommitdiff
path: root/src/commands.h
AgeCommit message (Collapse)AuthorFilesLines
2014-03-18Add /gm chat command.Andrei Karas1-0/+3
It send message to all online gms.
2014-01-26add chat command for uploading server config.xmlAndrei Karas1-0/+3
New chat command: /uploadserverconfig
2014-01-26add chat command for uploading log file.Andrei Karas1-0/+3
New chat command: /uploadlog
2014-01-26add chat command for uploading main config.xmlAndrei Karas1-0/+3
New chat command: /uploadconfig
2014-01-22add dumpmods chat command for show enabled mods.Andrei Karas1-0/+3
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-27add pet emote command.Andrei Karas1-0/+3
New chat command: /emotepet emote
2013-12-27allow to owner talk from own pet.Andrei Karas1-0/+3
New chat command: /talkpet text
2013-10-11add /talkraw chat command for special use.Andrei Karas1-0/+3
2013-10-02Add command /dumpgl to show OpenGL version string in chat.Andrei Karas1-0/+3
2013-09-15remove some other unused includes.Andrei Karas1-2/+0
2013-08-31move being related files into being dir.Andrei Karas1-1/+1
2013-08-31move input related files into input dir.Andrei Karas1-1/+2
2013-08-29add missing translators comment.Andrei Karas1-0/+1
2013-07-11Add chat command for gms for creating items.Andrei Karas1-0/+3
New command: /createitems It will open creation window.
2013-06-07add fixes after autochecks.Andrei Karas1-0/+1
2013-06-01Add chat command /testparticle for testing particle effects on player.Andrei Karas1-1/+3
Command: /testparticle particle.xml - set particle effect on player. /testparticle - remove particle effect. Each second it check for particle file update and reloading it if need.
2013-05-24fix code style.Andrei Karas1-1/+1
2013-05-18Remove static list with chat commands for autocomplete.Andrei Karas1-86/+87
2013-05-18add new chat command /magicattackAndrei Karas1-0/+2
2013-05-18Add ability to call input action from commands.Andrei Karas1-79/+91
add new commands: /drop - drop from first slot. /dropn - drop fro any slots. /movetotarget - move to target position. /movetohome - move to home position. /sethome - set home position.
2013-05-18move some other code from popupmenu to commands.Andrei Karas1-0/+12
2013-05-18add named commands with enum.Andrei Karas1-0/+80
use some named commands from popupmenu.
2013-05-18add new chat commands.Andrei Karas1-0/+4
/enablehighlight - enable sound hightlight in chat tab /disablehighlight - disable sound hightlight in chat tab
2013-04-24add command for test perfomance in sdlfont calculation.Andrei Karas1-0/+2
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