ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/commands.C
(Generate patch)

Comparing deliantra/server/server/commands.C (file contents):
Revision 1.5 by root, Tue Aug 29 08:01:37 2006 UTC vs.
Revision 1.6 by root, Thu Aug 31 17:54:15 2006 UTC

1/* 1/*
2 * static char *rcsid_commands_c = 2 * static char *rcsid_commands_c =
3 * "$Id: commands.C,v 1.5 2006/08/29 08:01:37 root Exp $"; 3 * "$Id: commands.C,v 1.6 2006/08/31 17:54:15 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
210 {"addexp", command_addexp,0.0}, 210 {"addexp", command_addexp,0.0},
211 {"arrest", command_arrest,0.0}, 211 {"arrest", command_arrest,0.0},
212 {"banish", command_banish,0.0}, 212 {"banish", command_banish,0.0},
213 {"create", command_create,0.0}, 213 {"create", command_create,0.0},
214 {"debug", command_debug,0.0}, 214 {"debug", command_debug,0.0},
215 {"diff", command_diff, 0.0 },
216 {"dump", command_dump,0.0}, 215 {"dump", command_dump,0.0},
217 {"dumpbelow", command_dumpbelow,0.0}, 216 {"dumpbelow", command_dumpbelow,0.0},
218 {"dumpfriendlyobjects", command_dumpfriendlyobjects,0.0}, 217 {"dumpfriendlyobjects", command_dumpfriendlyobjects,0.0},
219 {"dumpallarchetypes", command_dumpallarchetypes,0.0}, 218 {"dumpallarchetypes", command_dumpallarchetypes,0.0},
220 {"dumpallmaps", command_dumpallmaps,0.0}, 219 {"dumpallmaps", command_dumpallmaps,0.0},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines