summaryrefslogtreecommitdiff
path: root/src/game-server/commandhandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-03-05Added @effect commandErik Schilling1-0/+48
2012-03-02Merged all the different Lua states into oneThorbjørn Lindeijer1-2/+2
2012-01-21Made @announce fully functionalErik Schilling1-7/+8
2011-12-04Added @skills command which lists all skillsErik Schilling1-0/+41
2011-11-02Added @permissions commandErik Schilling1-18/+47
2011-10-23Made @money functional again.Erik Schilling1-6/+5
2011-09-15Added chatcommand to get position of a character.Erik Schilling1-0/+33
2011-09-13Avoid crashing the game server when the last argument is quoted.Yohann Ferreira1-1/+9
2011-04-27Added a simple crafting systemPhilipp Sehmisch1-0/+78
2011-03-18Improved @ban commandPhilipp Sehmisch1-13/+37
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer1-23/+23
2011-03-16Allowed item names instead of IDs in @commandsPhilipp Sehmisch1-41/+44
2011-03-16Allowed monster names in @spawn commandPhilipp Sehmisch1-17/+23
2011-03-09Renamed GameState::insertSafe() to inserOrDelete.Yohann Ferreira1-2/+2
2011-02-22Implementing @killmonstersStefan Dombrowski1-0/+26
2010-12-27Implemented @log and @logsay commands.Philipp Sehmisch1-0/+42
2010-12-27Added @kick and @kill commands.Philipp Sehmisch1-0/+71
2010-12-27Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch1-4/+28
2010-12-17Implemented @die chat commandPhilipp Sehmisch1-2/+11
2010-12-08Fix many compiler warnings.Freeyorp1-4/+6
2010-12-06Improve warp commandsJared Adams1-15/+120
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-17/+17
2010-09-15Reordered the manaserv.xml.example file and made related code cleanups.Yohann Ferreira1-13/+17
2010-08-30Added @mute chat command.Philipp Sehmisch1-0/+52
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp1-9/+10
2010-07-08Made Manaserv accept parameters enclosed with double-quotes.Yohann Ferreira1-3/+34
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