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.7 by root, Sun Sep 3 00:18:42 2006 UTC vs.
Revision 1.8 by root, Mon Sep 4 11:08:00 2006 UTC

1/* 1/*
2 * static char *rcsid_commands_c = 2 * static char *rcsid_commands_c =
3 * "$Id: commands.C,v 1.7 2006/09/03 00:18:42 root Exp $"; 3 * "$Id: commands.C,v 1.8 2006/09/04 11:08:00 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
225 {"learn_special_prayer", command_learn_special_prayer, 0.0}, 225 {"learn_special_prayer", command_learn_special_prayer, 0.0},
226 {"learn_spell", command_learn_spell, 0.0}, 226 {"learn_spell", command_learn_spell, 0.0},
227#ifdef DEBUG_MALLOC_LEVEL 227#ifdef DEBUG_MALLOC_LEVEL
228 {"verify", command_malloc_verify,0.0}, 228 {"verify", command_malloc_verify,0.0},
229#endif 229#endif
230 {"malloc", command_malloc,0.0},
231 {"players", command_players, 0.0}, 230 {"players", command_players, 0.0},
232 {"plugin",command_loadplugin,0.0}, 231 {"plugin",command_loadplugin,0.0},
233 {"pluglist",command_listplugins,0.0}, 232 {"pluglist",command_listplugins,0.0},
234 {"plugout",command_unloadplugin,0.0}, 233 {"plugout",command_unloadplugin,0.0},
235 {"nodm", command_nowiz,0.0}, 234 {"nodm", command_nowiz,0.0},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines