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.4 by pippijn, Wed May 3 15:09:04 2006 UTC vs.
Revision 1.5 by pippijn, Sat May 6 13:16:07 2006 UTC

1/* 1/*
2 * static char *rcsid_commands_c = 2 * static char *rcsid_commands_c =
3 * "$Id: commands.c,v 1.4 2006/05/03 15:09:04 pippijn Exp $"; 3 * "$Id: commands.c,v 1.5 2006/05/06 13:16:07 pippijn 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
88 {"pickup", command_pickup, 1.0}, 88 {"pickup", command_pickup, 1.0},
89 {"players", command_players, 0.0}, 89 {"players", command_players, 0.0},
90 {"prepare", command_prepare, 1.0}, 90 {"prepare", command_prepare, 1.0},
91 {"quit", command_quit, 0.0}, 91 {"quit", command_quit, 0.0},
92 {"quit_character", command_real_quit, 0.0}, 92 {"quit_character", command_real_quit, 0.0},
93 {"suicide", command_suicide, 0.0},
94 {"rename", command_rename_item, 0.0}, 93 {"rename", command_rename_item, 0.0},
95 {"resistances", command_resistances, 0.0}, 94 {"resistances", command_resistances, 0.0},
96 {"rotateshoottype", command_rotateshoottype, 0.0}, 95 {"rotateshoottype", command_rotateshoottype, 0.0},
97 {"skills", command_skills, 0.0}, /* shows player list of skills */ 96 {"skills", command_skills, 0.0}, /* shows player list of skills */
98 {"use_skill", command_uskill, 1.0}, 97 {"use_skill", command_uskill, 1.0},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines