summaryrefslogtreecommitdiff
path: root/src/actions/commands.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-27Move pets actions into pets.cpp.Andrei Karas1-36/+0
2014-12-19Fix code style.Andrei Karas1-2/+8
2014-12-14Add chat command for warp to location at same map.Andrei Karas1-0/+14
New chat command: /warp X Y
2014-12-14Add chat command for leave party.Andrei Karas1-0/+7
New chat command: /leaveparty Alias: /partyleave
2014-12-12Add chat command for moving camera.Andrei Karas1-0/+14
New chat command: /movecamera x y Alias: /cameramove x y
2014-12-12Fix player relation manu actions.Andrei Karas1-7/+7
2014-12-12Add chat command for move to being location.Andrei Karas1-0/+30
New chat command: /navigateto NAME
2014-12-12Add chat command for add item name to chat.Andrei Karas1-0/+43
New chat command: /addchat ID Alias: /chatadd ID
2014-12-12Fix compilation warnings.Andrei Karas1-0/+1
2014-12-12Add chat command for nuke players.Andrei Karas1-0/+15
New chat command: /nuke NAME
2014-12-09move buy and sell actions from commands.c to actions.c file.Andrei Karas1-65/+0
2014-12-09Add sell action.Andrei Karas1-4/+38
New chat command: /sell [name]
2014-12-09Add buy action.Andrei Karas1-0/+31
New chat command: /buy [name]
2014-12-08Add support for /me command in pet talk.Andrei Karas1-2/+9
2014-10-25Fix code style.Andrei Karas1-10/+4
2014-10-12Move WhisperTab into chat subdir.Andrei Karas1-1/+1
2014-10-10Fix code style.Andrei Karas1-1/+1
2014-09-28Fix compilation warning.Andrei Karas1-1/+1
2014-09-28Remove auctionmanager.Andrei Karas1-6/+0
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-26Fix compilation warning.Andrei Karas1-1/+1
2014-09-26Add action and chat command to fire homunculus.Andrei Karas1-0/+6
New chat command: firehomunculus
2014-09-25Add chat command for rename homunculus.Andrei Karas1-0/+11
New chat comamnd: sethomunname NAME
2014-09-23Add chat command for rename own pet (hercules only)Andrei Karas1-0/+10
New chat command: /setpetname NAME
2014-09-17Remove getter for serverFeatures.Andrei Karas1-1/+1
2014-09-17Remove getter for petHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for guildHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for chatHandler.Andrei Karas1-7/+7
2014-09-17Remove getter for adminHandler.Andrei Karas1-1/+1
2014-09-16Remove unused externsAndrei Karas1-2/+0
2014-09-16add server feature haveNativeGuilds.Andrei Karas1-2/+6
2014-09-12fix code style.Andrei Karas1-2/+2
2014-09-11Add whisper commands for server side ignore/unignore whispers.Andrei Karas1-0/+20
New chat commands: /serverignore NICK - ignore whispers on server from NICK. /serverunignore NICK - unignore whispers on server from NICK.
2014-08-28Fix code style.Andrei Karas1-9/+11
2014-08-28Removed unused includes.Andrei Karas1-35/+1
2014-08-27Move chat command /debugspawn into actions.Andrei Karas1-0/+14
2014-08-27Move chat command /hack into actions.Andrei Karas1-0/+6
2014-08-27Move chat command /gm into actions.Andrei Karas1-0/+6
2014-08-27Move chat command /talkpet into actions.Andrei Karas1-0/+11
2014-08-27Move chat command /talkraw into actions.Andrei Karas1-0/+7
2014-08-27Move chat command /testparticle into actions.Andrei Karas1-0/+10
2014-08-27Move chat command /enableaway into actions.Andrei Karas1-0/+12
2014-08-27Move chat command /disableaway into actions.Andrei Karas1-0/+12
2014-08-27Move chat command /removename into actions.Andrei Karas1-0/+12
2014-08-27Move chat command /dontremovename into actions.Andrei Karas1-0/+12
2014-08-27Move chat command /disablehightlight into actions.Andrei Karas1-0/+12
2014-08-27Move chat command /enablehightlight into actions.Andrei Karas1-0/+12
2014-08-27Move chat command /execute into actions.Andrei Karas1-0/+18
2014-08-27Move chat command /open into actions.Andrei Karas1-0/+10