summaryrefslogtreecommitdiffstats
path: root/src/game-server/command.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-10/+10
* New attribute system and major changes to many low-level areas.Freeyorp2010-07-101-5/+8
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-7/+6
* Synced the protocol file with client in protocol.h, letting other defines in ...Bertram2009-10-091-1/+0
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-261-16/+16
* 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