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 root, Fri Feb 3 07:14:30 2006 UTC vs.
Revision 1.2 by root, Mon Mar 20 06:25:40 2006 UTC

1/* 1/*
2 * static char *rcsid_commands_c = 2 * static char *rcsid_commands_c =
3 * "$Id: commands.c,v 1.1 2006/02/03 07:14:30 root Exp $"; 3 * "$Id: commands.c,v 1.2 2006/03/20 06:25:40 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
91 {"peaceful", command_peaceful,0.0}, 91 {"peaceful", command_peaceful,0.0},
92 {"pickup", command_pickup, 1.0}, 92 {"pickup", command_pickup, 1.0},
93 {"players", command_players, 0.0}, 93 {"players", command_players, 0.0},
94 {"prepare", command_prepare, 1.0}, 94 {"prepare", command_prepare, 1.0},
95 {"quit", command_quit, 0.0}, 95 {"quit", command_quit, 0.0},
96 {"quit_character", command_real_quit, 0.0},
96 {"rename", command_rename_item, 0.0}, 97 {"rename", command_rename_item, 0.0},
97 {"resistances", command_resistances, 0.0}, 98 {"resistances", command_resistances, 0.0},
98 {"rotateshoottype", command_rotateshoottype, 0.0}, 99 {"rotateshoottype", command_rotateshoottype, 0.0},
99 {"shutdown", command_shutdown, 0.0}, 100 {"shutdown", command_shutdown, 0.0},
100 {"skills", command_skills, 0.0}, /* shows player list of skills */ 101 {"skills", command_skills, 0.0}, /* shows player list of skills */
217 * Wizard commands (for both) 218 * Wizard commands (for both)
218 */ 219 */
219CommArray_s WizCommands [] = { 220CommArray_s WizCommands [] = {
220 {"abil", command_abil,0.0}, 221 {"abil", command_abil,0.0},
221 {"addexp", command_addexp,0.0}, 222 {"addexp", command_addexp,0.0},
223 {"arrest", command_arrest,0.0},
222 {"banish", command_banish,0.0}, 224 {"banish", command_banish,0.0},
223 {"create", command_create,0.0}, 225 {"create", command_create,0.0},
224 {"debug", command_debug,0.0}, 226 {"debug", command_debug,0.0},
225 {"diff", command_diff, 0.0 }, 227 {"diff", command_diff, 0.0 },
226 {"dump", command_dump,0.0}, 228 {"dump", command_dump,0.0},
233 {"forget_spell", command_forget_spell, 0.0}, 235 {"forget_spell", command_forget_spell, 0.0},
234 {"free", command_free,0.0}, 236 {"free", command_free,0.0},
235 {"freeze", command_freeze,0.0}, 237 {"freeze", command_freeze,0.0},
236 {"goto", command_goto,0.0}, 238 {"goto", command_goto,0.0},
237 {"hide", command_hide,0.0}, 239 {"hide", command_hide,0.0},
240 {"insert_into", command_insert_into,0.0},
238 {"invisible", command_invisible,0.0}, 241 {"invisible", command_invisible,0.0},
239 {"kick", command_kick, 0.0}, 242 {"kick", command_kick, 0.0},
240 {"learn_special_prayer", command_learn_special_prayer, 0.0}, 243 {"learn_special_prayer", command_learn_special_prayer, 0.0},
241 {"learn_spell", command_learn_spell, 0.0}, 244 {"learn_spell", command_learn_spell, 0.0},
242 {"plugin",command_loadplugin,0.0}, 245 {"plugin",command_loadplugin,0.0},

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines