index
:
mana/manaserv
lpc2012
master
A flexible 2D MMORPG server
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
game-server
/
command.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-14
Added get_character_by_name lua bind
Erik Schilling
1
-8
/
+2
2011-03-09
Renamed GameState::insertSafe() to inserOrDelete.
Yohann Ferreira
1
-2
/
+2
2010-11-14
Renamed .hpp files into .h for consistency.
Yohann Ferreira
1
-10
/
+10
2010-07-10
New attribute system and major changes to many low-level areas.
Freeyorp
1
-5
/
+8
2010-02-07
Update Copyright date for Manaserv.
Bertram
1
-1
/
+1
2009-12-06
Fixed name of the project in copyright headers
Thorbjørn Lindeijer
1
-7
/
+6
2009-10-09
Synced the protocol file with client in protocol.h, letting other defines in ...
Bertram
1
-1
/
+0
2009-04-26
Standardize on the position of the const keyword
Bjørn Lindeijer
1
-16
/
+16
2008-11-16
Got rid of CVS/Subversion $Id$ markers
Bjørn Lindeijer
1
-2
/
+0
2008-10-24
Added post callback for getting post.
David Athay
1
-1
/
+9
2008-05-29
Fixed execution of commands even if the user has insufficient rights (patch by
Bjørn Lindeijer
1
-3
/
+4
2008-05-18
Provide feedback when admin commands fail (patch by rodge)
Bjørn Lindeijer
1
-2
/
+24
2007-10-27
Made it compile with GCC 4.3
Guillaume Melquiond
1
-1
/
+1
2007-09-23
Robustified code with respect to insertion failures.
Guillaume Melquiond
1
-2
/
+6
2007-09-23
Changed delayed events to an explicit interface.
Guillaume Melquiond
1
-10
/
+5
2007-09-16
Cleaned game-server handler a bit before adding statistics.
Guillaume Melquiond
1
-1
/
+1
2007-08-31
Implemented "ban" remote command.
Guillaume Melquiond
1
-0
/
+19
2007-08-31
Implemented "reload" remote command.
Guillaume Melquiond
1
-9
/
+50
2007-08-29
Fixed handling of account levels.
Guillaume Melquiond
1
-2
/
+2
2007-08-29
Implemented "goto" and "recall" remote commands.
Guillaume Melquiond
1
-0
/
+18
2007-08-29
Completed handler for admin commands, so that they can also touch local players.
Guillaume Melquiond
1
-2
/
+14
2007-08-27
Implemented "spawn" remote command.
Guillaume Melquiond
1
-0
/
+33
2007-08-27
Implemented "drop" remote command.
Guillaume Melquiond
1
-15
/
+54
2007-08-27
Implemented "money" remote command.
Guillaume Melquiond
1
-0
/
+30
2007-08-27
Added support for user commands. Implemented "warp" and "item".
Guillaume Melquiond
1
-0
/
+223