Difference for server/commands.c from version 1.38 to 1.39


version 1.38 version 1.39
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.38 2003/09/03 13:42:19 tchize Exp $";   *   "$Id: commands.c,v 1.39 2003/09/13 05:02:09 mwedel Exp $";
  */   */
   
 /*  /*
Line 95
 
Line 95
   {"rename", command_rename_item,  0.0},    {"rename", command_rename_item,  0.0},
   {"resistances", command_resistances, 0.0},    {"resistances", command_resistances, 0.0},
   {"rotateshoottype", command_rotateshoottype, 0.0},    {"rotateshoottype", command_rotateshoottype, 0.0},
   {"rotatespells", command_rotatespells, 0.0},  
   {"shutdown", command_shutdown, 0.0},    {"shutdown", command_shutdown, 0.0},
   {"skills", command_skills, 0.0}, /* shows player list of skills */    {"skills", command_skills, 0.0}, /* shows player list of skills */
   {"use_skill", command_uskill, 1.0},    {"use_skill", command_uskill, 1.0},
Line 241
 
Line 240
   {"reset", command_reset,0.0},    {"reset", command_reset,0.0},
   {"set_god", command_setgod, 0.0},    {"set_god", command_setgod, 0.0},
   {"speed", command_speed,0.0},    {"speed", command_speed,0.0},
   {"spellreset", command_spell_reset,0.0},  
   {"ssdumptable", command_ssdumptable,0.0},    {"ssdumptable", command_ssdumptable,0.0},
   {"stats", command_stats,0.0},    {"stats", command_stats,0.0},
   {"style_info", command_style_map_info, 0.0}, /* Costly command, so make it wiz only */    {"style_info", command_style_map_info, 0.0}, /* Costly command, so make it wiz only */


Legend:
line(s) removed in v.1.38 
line(s) changed
 line(s) added in v.1.39

File made using version 1.98 of cvs2html by leaf at 2011-07-21 17:31