summaryrefslogtreecommitdiff
path: root/src/game-server/commandhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-02-22Fixed unused variable warningsThorbjørn Lindeijer1-2/+0
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2010-01-17Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch1-82/+20
2010-01-17Some refractoring at the command handler for easier maintainabilityPhilipp Sehmisch1-84/+112
2010-01-17Added commands for setting permissions by aliasPhilipp Sehmisch1-0/+116
2010-01-17Added permission manager. Currently only used for @commands and doesn't suppo...Philipp Sehmisch1-90/+51
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-2/+0
2009-07-08changed handleAnnounce to send the full message not only the first wordMaximilian Philipps1-4/+1
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