summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
AgeCommit message (Expand)AuthorFilesLines
2012-11-27Simplify command handlers.Andrei Karas1-295/+10
2012-11-24Fix code style.Andrei Karas1-1/+2
2012-11-12Added /atkhuman commandJoseph Botosh1-0/+4
2012-10-17ARM fixes.Andrei Karas1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor in some classes.Andrei Karas1-0/+2
2012-09-22Add final keyword to most classes.Andrei Karas1-1/+1
2012-08-26Add const to some classes.Andrei Karas1-2/+2
2012-08-26Fix code style.Andrei Karas1-1/+2
2012-08-25Add const to other classes.Andrei Karas1-77/+101
2012-07-22Add new chat commands.Andrei Karas1-0/+4
2012-06-18Add chat command /error for crash client.Andrei Karas1-0/+2
2012-03-02Add opengl settings dump command.Andrei Karas1-0/+2
2012-02-29Fix code style in empty methods.Andrei Karas1-1/+2
2012-02-08Add chat command /setdrop N to set change drop counter.Andrei Karas1-0/+2
2012-01-07Fix tab for debug messages.Andrei Karas1-0/+3
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2012-01-04Add chat command /dumpt for dumping last testing values.Andrei Karas1-0/+2
2011-12-08Add variables for any chat text/commands.Andrei Karas1-0/+2
2011-11-25Move A_UNUSED define to include file.Andrei Karas1-27/+14
2011-11-02Add enemy relation.Andrei Karas1-0/+5
2011-10-30Add pseudo away chat command.Andrei Karas1-0/+5
2011-10-27Add command to dump to chat main graphics settings.Andrei Karas1-0/+5
2011-10-23Add chat commands for using server side ignore for all whispers.Andrei Karas1-0/+6
2011-10-05Add blacklist relation. In this mode blocked trades, emotes, speech text.Andrei Karas1-0/+5
2011-07-07Remove undescore from variables and defines.Andrei Karas1-16/+16
2011-05-17Debug option to dump loaded images names.Andrei Karas1-0/+2
2011-04-29Add char command /addpriorityattack.Andrei Karas1-0/+3
2011-04-21Add attack filter char commands.Andrei Karas1-0/+8
2011-03-12Add /uptime chat command to show client uptime.Andrei Karas1-0/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+281