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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines