summaryrefslogtreecommitdiff
path: root/src/commandhandler.h
AgeCommit message (Collapse)AuthorFilesLines
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
<PLAYER> - target or nearest player nick. <MONSTER> - target or nearest monster name. <PEOPLE> - comma separated list of visible players (except self). <PARTY> - all party members (except self). Example usage: type in chat: hello <PEOPLE>.
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
Command: /pseudoaway [test]
2011-10-27Add command to dump to chat main graphics settings.Andrei Karas1-0/+5
Command: /dumpg
2011-10-23Add chat commands for using server side ignore for all whispers.Andrei Karas1-0/+6
Commands: /serverignoreall and /serverunignoreall
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
And place avatar list box separator without left padding.
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
This code based on mana client http://www.gitorious.org/mana/mana and my private repository.