summaryrefslogtreecommitdiff
path: root/src/game-server/command.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-7/+6
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram1-1/+0
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-16/+16
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-24Added post callback for getting post.David Athay1-1/+9
2008-05-29Fixed execution of commands even if the user has insufficient rights (patch byBjørn Lindeijer1-3/+4
2008-05-18Provide feedback when admin commands fail (patch by rodge)Bjørn Lindeijer1-2/+24
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-1/+1
2007-09-23Robustified code with respect to insertion failures.Guillaume Melquiond1-2/+6
2007-09-23Changed delayed events to an explicit interface.Guillaume Melquiond1-10/+5
2007-09-16Cleaned game-server handler a bit before adding statistics.Guillaume Melquiond1-1/+1
2007-08-31Implemented "ban" remote command.Guillaume Melquiond1-0/+19
2007-08-31Implemented "reload" remote command.Guillaume Melquiond1-9/+50
2007-08-29Fixed handling of account levels.Guillaume Melquiond1-2/+2
2007-08-29Implemented "goto" and "recall" remote commands.Guillaume Melquiond1-0/+18
2007-08-29Completed handler for admin commands, so that they can also touch local players.Guillaume Melquiond1-2/+14
2007-08-27Implemented "spawn" remote command.Guillaume Melquiond1-0/+33
2007-08-27Implemented "drop" remote command.Guillaume Melquiond1-15/+54
2007-08-27Implemented "money" remote command.Guillaume Melquiond1-0/+30
2007-08-27Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond1-0/+223