summaryrefslogtreecommitdiffstats
path: root/src/game-server/command.cpp
Commit message (Expand)AuthorAgeFilesLines
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Added post callback for getting post.David Athay2008-10-241-1/+9
* Fixed execution of commands even if the user has insufficient rights (patch byBjørn Lindeijer2008-05-291-3/+4
* Provide feedback when admin commands fail (patch by rodge)Bjørn Lindeijer2008-05-181-2/+24
* Made it compile with GCC 4.3Guillaume Melquiond2007-10-271-1/+1
* Robustified code with respect to insertion failures.Guillaume Melquiond2007-09-231-2/+6
* Changed delayed events to an explicit interface.Guillaume Melquiond2007-09-231-10/+5
* Cleaned game-server handler a bit before adding statistics.Guillaume Melquiond2007-09-161-1/+1
* Implemented "ban" remote command.Guillaume Melquiond2007-08-311-0/+19
* Implemented "reload" remote command.Guillaume Melquiond2007-08-311-9/+50
* Fixed handling of account levels.Guillaume Melquiond2007-08-291-2/+2
* Implemented "goto" and "recall" remote commands.Guillaume Melquiond2007-08-291-0/+18
* Completed handler for admin commands, so that they can also touch local players.Guillaume Melquiond2007-08-291-2/+14
* Implemented "spawn" remote command.Guillaume Melquiond2007-08-271-0/+33
* Implemented "drop" remote command.Guillaume Melquiond2007-08-271-15/+54
* Implemented "money" remote command.Guillaume Melquiond2007-08-271-0/+30
* Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond2007-08-271-0/+223