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.14 by root, Mon Oct 2 00:10:58 2006 UTC vs.
Revision 1.15 by root, Mon Oct 2 00:22:01 2006 UTC

236 {"stack_push", command_stack_push, 0.0}, 236 {"stack_push", command_stack_push, 0.0},
237 {"stats", command_stats, 0.0}, 237 {"stats", command_stats, 0.0},
238 {"style_info", command_style_map_info, 0.0}, /* Costly command, so make it wiz only */ 238 {"style_info", command_style_map_info, 0.0}, /* Costly command, so make it wiz only */
239 {"summon", command_summon, 0.0}, 239 {"summon", command_summon, 0.0},
240 {"teleport", command_teleport, 0.0}, 240 {"teleport", command_teleport, 0.0},
241 {"wizcast", command_wizcast, 0.0},
242 {"overlay_save", command_save_overlay, 0.0}, 241 {"overlay_save", command_save_overlay, 0.0},
243 242
244/* {"possess", command_possess, 0.0}, */ 243/* {"possess", command_possess, 0.0}, */
245 {"mon_aggr", command_mon_aggr, 0.0}, 244 {"mon_aggr", command_mon_aggr, 0.0},
246}; 245};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines