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.2 by root, Thu Aug 24 13:13:49 2006 UTC vs.
Revision 1.3 by root, Sat Aug 26 23:36:34 2006 UTC

1/* 1/*
2 * static char *rcsid_commands_c = 2 * static char *rcsid_commands_c =
3 * "$Id: commands.C,v 1.2 2006/08/24 13:13:49 root Exp $"; 3 * "$Id: commands.C,v 1.3 2006/08/26 23:36:34 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
58 {"apply", command_apply, 1.0}, /* should be variable */ 58 {"apply", command_apply, 1.0}, /* should be variable */
59 {"applymode", command_applymode, 1.0}, /* should be variable */ 59 {"applymode", command_applymode, 1.0}, /* should be variable */
60 {"archs", command_archs, 0.0}, 60 {"archs", command_archs, 0.0},
61 {"body", command_body, 0.0}, 61 {"body", command_body, 0.0},
62 {"brace", command_brace, 0.0}, 62 {"brace", command_brace, 0.0},
63 {"build", command_build, 0.0},
64 {"cast", command_cast, 0.2}, /* Is this right? */ 63 {"cast", command_cast, 0.2}, /* Is this right? */
65 {"disarm", command_disarm, 1.0}, 64 {"disarm", command_disarm, 1.0},
66 {"dm", command_dm, 0.0}, 65 {"dm", command_dm, 0.0},
67 {"dmhide", command_dmhide, 0.0}, /* Like dm, but don't tell a dm arrived, hide player */ 66 {"dmhide", command_dmhide, 0.0}, /* Like dm, but don't tell a dm arrived, hide player */
68 {"drop", command_drop, 1.0}, 67 {"drop", command_drop, 1.0},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines