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.6 by pippijn, Thu May 11 18:12:44 2006 UTC vs.
Revision 1.7 by pippijn, Wed May 17 21:45:33 2006 UTC

1/* 1/*
2 * static char *rcsid_commands_c = 2 * static char *rcsid_commands_c =
3 * "$Id: commands.c,v 1.6 2006/05/11 18:12:44 pippijn Exp $"; 3 * "$Id: commands.c,v 1.7 2006/05/17 21:45:33 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
84 {"motd", command_motd, 0.0}, 84 {"motd", command_motd, 0.0},
85 {"output-sync", command_output_sync, 0.0}, 85 {"output-sync", command_output_sync, 0.0},
86 {"output-count", command_output_count,0.0}, 86 {"output-count", command_output_count,0.0},
87 {"peaceful", command_peaceful,0.0}, 87 {"peaceful", command_peaceful,0.0},
88 {"pickup", command_pickup, 1.0}, 88 {"pickup", command_pickup, 1.0},
89 {"players", command_players, 0.0},
90 {"prepare", command_prepare, 1.0}, 89 {"prepare", command_prepare, 1.0},
91 {"quit", command_quit, 0.0}, 90 {"quit", command_quit, 0.0},
92 {"quit_character", command_real_quit, 0.0}, 91 {"quit_character", command_real_quit, 0.0},
93 {"rename", command_rename_item, 0.0}, 92 {"rename", command_rename_item, 0.0},
94 {"resistances", command_resistances, 0.0}, 93 {"resistances", command_resistances, 0.0},
239 {"learn_spell", command_learn_spell, 0.0}, 238 {"learn_spell", command_learn_spell, 0.0},
240#ifdef DEBUG_MALLOC_LEVEL 239#ifdef DEBUG_MALLOC_LEVEL
241 {"verify", command_malloc_verify,0.0}, 240 {"verify", command_malloc_verify,0.0},
242#endif 241#endif
243 {"malloc", command_malloc,0.0}, 242 {"malloc", command_malloc,0.0},
243 {"players", command_players, 0.0},
244 {"plugin",command_loadplugin,0.0}, 244 {"plugin",command_loadplugin,0.0},
245 {"pluglist",command_listplugins,0.0}, 245 {"pluglist",command_listplugins,0.0},
246 {"plugout",command_unloadplugin,0.0}, 246 {"plugout",command_unloadplugin,0.0},
247 {"nodm", command_nowiz,0.0}, 247 {"nodm", command_nowiz,0.0},
248 {"nowiz", command_nowiz,0.0}, 248 {"nowiz", command_nowiz,0.0},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines