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.9 by root, Sun Sep 10 15:59:57 2006 UTC vs.
Revision 1.10 by root, Thu Sep 14 19:08:40 2006 UTC

1 1
2/* 2/*
3 * static char *rcsid_commands_c = 3 * static char *rcsid_commands_c =
4 * "$Id: commands.C,v 1.9 2006/09/10 15:59:57 root Exp $"; 4 * "$Id: commands.C,v 1.10 2006/09/14 19:08:40 root Exp $";
5 */ 5 */
6 6
7/* 7/*
8 CrossFire, A Multiplayer game for X-windows 8 CrossFire, A Multiplayer game for X-windows
9 9
84 {"peaceful", command_peaceful, 0.0}, 84 {"peaceful", command_peaceful, 0.0},
85 {"pickup", command_pickup, 1.0}, 85 {"pickup", command_pickup, 1.0},
86 {"prepare", command_prepare, 1.0}, 86 {"prepare", command_prepare, 1.0},
87 {"quit", command_quit, 0.0}, 87 {"quit", command_quit, 0.0},
88 {"quit_character", command_real_quit, 0.0}, 88 {"quit_character", command_real_quit, 0.0},
89 {"rename", command_rename_item, 0.0},
90 {"resistances", command_resistances, 0.0}, 89 {"resistances", command_resistances, 0.0},
91 {"rotateshoottype", command_rotateshoottype, 0.0}, 90 {"rotateshoottype", command_rotateshoottype, 0.0},
92 {"skills", command_skills, 0.0}, /* shows player list of skills */ 91 {"skills", command_skills, 0.0}, /* shows player list of skills */
93 {"use_skill", command_uskill, 1.0}, 92 {"use_skill", command_uskill, 1.0},
94 {"ready_skill", command_rskill, 1.0}, 93 {"ready_skill", command_rskill, 1.0},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines