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.1 by elmex, Sun Aug 13 17:16:04 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.1 2006/08/13 17:16:04 elmex 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},
248 {"nowiz", command_nowiz,0.0}, 247 {"nowiz", command_nowiz,0.0},
249 {"patch", command_patch,0.0}, 248 {"patch", command_patch,0.0},
250 {"remove", command_remove,0.0}, 249 {"remove", command_remove,0.0},
251 {"reset", command_reset,0.0}, 250 {"reset", command_reset,0.0},
252 {"set_god", command_setgod, 0.0}, 251 {"set_god", command_setgod, 0.0},
253 {"server_speed", command_speed,0.0},
254 {"shutdown", command_shutdown, 0.0}, 252 {"shutdown", command_shutdown, 0.0},
255 {"ssdumptable", command_ssdumptable,0.0}, 253 {"ssdumptable", command_ssdumptable,0.0},
256 {"stack_clear", command_stack_clear, 0.0 }, 254 {"stack_clear", command_stack_clear, 0.0 },
257 {"stack_list", command_stack_list, 0.0}, 255 {"stack_list", command_stack_list, 0.0},
258 {"stack_pop", command_stack_pop, 0.0 }, 256 {"stack_pop", command_stack_pop, 0.0 },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines