summaryrefslogtreecommitdiff
path: root/src/game-server/commandhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer1-18/+19
2009-03-06Added transactional history to game server.David Athay1-1/+42
2009-01-18Made command handler even more helpful when entering an invalid command.Philipp Sehmisch1-1/+1
2009-01-18Fixed invalid permission spam for low level accountsPhilipp Sehmisch1-3/+3
2009-01-18Added @where and @rights chat commands for querying the own location and acce...Philipp Sehmisch1-17/+77
2009-01-12Added @announceDavid Athay1-0/+19
2008-11-20Changed @level to @setgroupDavid Athay1-5/+5
2008-11-20Changed from Access Levels to Command Groups for @ commandsDavid Athay1-49/+101
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-05Use a string util for converting strings toDavid Athay1-54/+14
2008-11-05Fix integer arguments randomly failing due to stream flags not being cleared....Dennis Friis1-28/+28
2008-11-03Fixed command handler.David Athay1-5/+10
2008-11-01fixes for commandhandlerRoderic Morris1-155/+157
2008-10-31Changed command system to handle commands without template magic.David Athay1-0/+753