Difference for server/commands.c from version 1.7 to 1.8


version 1.7 version 1.8
Line 1
 
Line 1
 /*  /*
  * static char *rcsid_commands_c =   * static char *rcsid_commands_c =
  *   "$Id: commands.c,v 1.7 2000/12/04 00:40:05 cvs Exp $";   *   "$Id: commands.c,v 1.8 2000/12/18 07:38:25 cvs Exp $";
  */   */
   
 /*  /*
Line 58
 
Line 58
 #endif  #endif
   {"apply", command_apply, 1.0}, /* should be variable */    {"apply", command_apply, 1.0}, /* should be variable */
   {"archs", command_archs, 0.0},    {"archs", command_archs, 0.0},
   {"bell", command_bell, 0.0},  
   {"brace", command_brace, 0.0},    {"brace", command_brace, 0.0},
   {"cast", command_cast, 0.2}, /* Is this right? */    {"cast", command_cast, 0.2}, /* Is this right? */
   {"disarm", command_disarm, 1.0},    {"disarm", command_disarm, 1.0},
Line 72
 
Line 71
   {"hiscore", command_hiscore, 0.0},    {"hiscore", command_hiscore, 0.0},
   {"inventory", command_inventory,0.0},    {"inventory", command_inventory,0.0},
   {"invoke", command_invoke, 1.0},    {"invoke", command_invoke, 1.0},
   {"last", command_last, 0.0},  
   {"listen", command_listen, 0.0},    {"listen", command_listen, 0.0},
   {"logs", command_logs, 0.0},    {"logs", command_logs, 0.0},
   {"malloc", command_malloc, 0.0},    {"malloc", command_malloc, 0.0},
Line 103
 
Line 101
   {"search-items", command_search_items, 0.0},    {"search-items", command_search_items, 0.0},
 #endif  #endif
   {"statistics", command_statistics, 0.0},    {"statistics", command_statistics, 0.0},
   {"strength", command_strength, 0.0},  
   {"strings", command_strings, 0.0},    {"strings", command_strings, 0.0},
   {"take", command_take, 1.0},    {"take", command_take, 1.0},
   {"tell", command_tell, 0.0},    {"tell", command_tell, 0.0},


Legend:
line(s) removed in v.1.7 
line(s) changed
 line(s) added in v.1.8

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