summaryrefslogtreecommitdiff
path: root/src/game-server/command.cpp
AgeCommit message (Expand)AuthorFilesLines
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