Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-26 | Standardize on the position of the const keyword | Bjørn Lindeijer | 1 | -18/+19 | |
Same as for the client. | |||||
2009-03-06 | Added transactional history to game server. | David Athay | 1 | -1/+42 | |
2009-01-18 | Made command handler even more helpful when entering an invalid command. | Philipp Sehmisch | 1 | -1/+1 | |
2009-01-18 | Fixed invalid permission spam for low level accounts | Philipp Sehmisch | 1 | -3/+3 | |
2009-01-18 | Added @where and @rights chat commands for querying the own location and ↵ | Philipp Sehmisch | 1 | -17/+77 | |
access level. Improved feedback for erroneous chat commands. | |||||
2009-01-12 | Added @announce | David Athay | 1 | -0/+19 | |
2008-11-20 | Changed @level to @setgroup | David Athay | 1 | -5/+5 | |
2008-11-20 | Changed from Access Levels to Command Groups for @ commands | David Athay | 1 | -49/+101 | |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
2008-11-05 | Use a string util for converting strings to | David Athay | 1 | -54/+14 | |
integers, as per Bjorns suggestion. | |||||
2008-11-05 | Fix integer arguments randomly failing due to stream flags not being ↵ | Dennis Friis | 1 | -28/+28 | |
cleared. To reuse a stream you must do stream.clear(); stream.str(string); for it to work. | |||||
2008-11-03 | Fixed command handler. | David Athay | 1 | -5/+10 | |
2008-11-01 | fixes for commandhandler | Roderic Morris | 1 | -155/+157 | |
2008-10-31 | Changed command system to handle commands without template magic. | David Athay | 1 | -0/+753 | |