summaryrefslogtreecommitdiff
path: root/src/commands.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-24Move chat command /enemy into actions.Andrei Karas1-4/+1
2014-08-24Move chat command /blacklist into actions.Andrei Karas1-4/+1
2014-08-24Move chat command /neutral into actions.Andrei Karas1-4/+1
2014-08-24Move chat command /disregard into actions.Andrei Karas1-4/+1
2014-08-24Move chat command /friend into actions.Andrei Karas1-6/+1
2014-08-24Move chat command /unignore into actions.Andrei Karas1-4/+1
2014-08-23Move chat command /ignore into actions.Andrei Karas1-4/+1
2014-08-23Move chat command /clear into actions.Andrei Karas1-3/+0
2014-08-23Move chat command /query into actions.Andrei Karas1-8/+1
2014-08-23Move chat command /whisper into actions.Andrei Karas1-6/+1
2014-08-23Move chat command /who into actions.Andrei Karas1-4/+1
2014-08-23Move chat command /where into actions.Andrei Karas1-4/+1
2014-08-23Move chat command /ipctoggle into actions.Andrei Karas1-4/+1
2014-08-23Move chat command /announce into actions.Andrei Karas1-4/+1
2014-08-23Move chat command /help into actions.Andrei Karas1-4/+1
2014-08-23Move chat command /ignoreallwhispers into actions.Andrei Karas1-4/+1
2014-08-23Move chat command /closeall into actions.Andrei Karas1-4/+1
2014-08-23Move mapped chat commands into actions.Andrei Karas1-17/+1
2014-08-22Use same function prototypes for action and command handlers.Andrei Karas1-4/+4
2014-08-21Add chat commands to switch to previous or next chat tab.Andrei Karas1-1/+5
2014-07-31Add to debugSpawn mass spawn function.Andrei Karas1-1/+1
2014-07-30Add chat command for spawn debug local player copy.Andrei Karas1-1/+4
2014-07-19Add IPC:Vincent Petithory1-0/+3
2014-06-02Add missing final/notfinal to classes.Andrei Karas1-1/+1
2014-05-19Fix compilation with some configure options.Andrei Karas1-0/+2
2014-05-19fix code style.Andrei Karas1-1/+0
2014-05-18Move inputaction into separate file.Andrei Karas1-6/+7
2014-04-19Fix compilation warnings.Andrei Karas1-1/+1
2014-03-18Add /gm chat command.Andrei Karas1-0/+3
2014-01-26add chat command for uploading server config.xmlAndrei Karas1-0/+3
2014-01-26add chat command for uploading log file.Andrei Karas1-0/+3
2014-01-26add chat command for uploading main config.xmlAndrei Karas1-0/+3
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
2013-12-27allow to owner talk from own pet.Andrei Karas1-0/+3
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
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
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
2013-05-18move some other code from popupmenu to commands.Andrei Karas1-0/+12