index
:
manaserv.git
abilities
Unnamed repository; edit this file 'description' to name the repository.
Erik Schilling
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
game-server
/
commandhandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added chatcommand to get position of a character.
Erik Schilling
2011-09-01
1
-0
/
+33
*
Avoid crashing the game server when the last argument is quoted.
Yohann Ferreira
2011-08-30
1
-1
/
+9
*
Added a simple crafting system
Philipp Sehmisch
2011-04-27
1
-0
/
+78
*
Improved @ban command
Philipp Sehmisch
2011-03-18
1
-13
/
+37
*
Micro-optimizations related to std::string
Thorbjørn Lindeijer
2011-03-17
1
-23
/
+23
*
Allowed item names instead of IDs in @commands
Philipp Sehmisch
2011-03-16
1
-41
/
+44
*
Allowed monster names in @spawn command
Philipp Sehmisch
2011-03-16
1
-17
/
+23
*
Renamed GameState::insertSafe() to inserOrDelete.
Yohann Ferreira
2011-03-09
1
-2
/
+2
*
Implementing @killmonsters
Stefan Dombrowski
2011-02-22
1
-0
/
+26
*
Implemented @log and @logsay commands.
Philipp Sehmisch
2010-12-27
1
-0
/
+42
*
Added @kick and @kill commands.
Philipp Sehmisch
2010-12-27
1
-0
/
+71
*
Transaction logging of various command, new transaction codes and style fix.
Philipp Sehmisch
2010-12-27
1
-4
/
+28
*
Implemented @die chat command
Philipp Sehmisch
2010-12-17
1
-2
/
+11
*
Fix many compiler warnings.
Freeyorp
2010-12-08
1
-4
/
+6
*
Improve warp commands
Jared Adams
2010-12-06
1
-15
/
+120
*
Renamed .hpp files into .h for consistency.
Yohann Ferreira
2010-11-14
1
-17
/
+17
*
Reordered the manaserv.xml.example file and made related code cleanups.
Yohann Ferreira
2010-09-15
1
-13
/
+17
*
Added @mute chat command.
Philipp Sehmisch
2010-08-30
1
-0
/
+52
*
New attribute system and major changes to many low-level areas.
Freeyorp
2010-07-10
1
-9
/
+10
*
Made Manaserv accept parameters enclosed with double-quotes.
Yohann Ferreira
2010-07-08
1
-3
/
+34
*
Fixed unused variable warnings
Thorbjørn Lindeijer
2010-02-22
1
-2
/
+0
*
Update Copyright date for Manaserv.
Bertram
2010-02-07
1
-1
/
+1
*
Removed last traces of hardcoded access levels form game-server, begun with u...
Philipp Sehmisch
2010-01-17
1
-82
/
+20
*
Some refractoring at the command handler for easier maintainability
Philipp Sehmisch
2010-01-17
1
-84
/
+112
*
Added commands for setting permissions by alias
Philipp Sehmisch
2010-01-17
1
-0
/
+116
*
Added permission manager. Currently only used for @commands and doesn't suppo...
Philipp Sehmisch
2010-01-17
1
-90
/
+51
*
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
2009-12-06
1
-7
/
+6
*
Synced the protocol file with client in protocol.h, letting other defines in ...
Bertram
2009-10-09
1
-2
/
+0
*
changed handleAnnounce to send the full message not only the first word
Maximilian Philipps
2009-07-08
1
-4
/
+1
*
Standardize on the position of the const keyword
Bjørn Lindeijer
2009-04-26
1
-18
/
+19
*
Added transactional history to game server.
David Athay
2009-03-06
1
-1
/
+42
*
Made command handler even more helpful when entering an invalid command.
Philipp Sehmisch
2009-01-18
1
-1
/
+1
*
Fixed invalid permission spam for low level accounts
Philipp Sehmisch
2009-01-18
1
-3
/
+3
*
Added @where and @rights chat commands for querying the own location and acce...
Philipp Sehmisch
2009-01-18
1
-17
/
+77
*
Added @announce
David Athay
2009-01-12
1
-0
/
+19
*
Changed @level to @setgroup
David Athay
2008-11-20
1
-5
/
+5
*
Changed from Access Levels to Command Groups for @ commands
David Athay
2008-11-20
1
-49
/
+101
*
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
2008-11-16
1
-2
/
+0
*
Use a string util for converting strings to
David Athay
2008-11-05
1
-54
/
+14
*
Fix integer arguments randomly failing due to stream flags not being cleared....
Dennis Friis
2008-11-05
1
-28
/
+28
*
Fixed command handler.
David Athay
2008-11-03
1
-5
/
+10
*
fixes for commandhandler
Roderic Morris
2008-11-01
1
-155
/
+157
*
Changed command system to handle commands without template magic.
David Athay
2008-10-31
1
-0
/
+753