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.12 by root, Fri Sep 29 19:28:43 2006 UTC vs.
Revision 1.13 by root, Sun Oct 1 23:44:36 2006 UTC

208 {"dumpallobjects", command_dumpallobjects, 0.0}, 208 {"dumpallobjects", command_dumpallobjects, 0.0},
209 {"dumpmap", command_dumpmap, 0.0}, 209 {"dumpmap", command_dumpmap, 0.0},
210 {"forget_spell", command_forget_spell, 0.0}, 210 {"forget_spell", command_forget_spell, 0.0},
211 {"free", command_free, 0.0}, 211 {"free", command_free, 0.0},
212 {"freeze", command_freeze, 0.0}, 212 {"freeze", command_freeze, 0.0},
213 {"goto", command_goto, 0.0},
214 {"hide", command_hide, 0.0}, 213 {"hide", command_hide, 0.0},
215 {"insert_into", command_insert_into, 0.0}, 214 {"insert_into", command_insert_into, 0.0},
216 {"invisible", command_invisible, 0.0}, 215 {"invisible", command_invisible, 0.0},
217 {"kick", command_kick, 0.0}, 216 {"kick", command_kick, 0.0},
218 {"learn_special_prayer", command_learn_special_prayer, 0.0}, 217 {"learn_special_prayer", command_learn_special_prayer, 0.0},
243 {"wizcast", command_wizcast, 0.0}, 242 {"wizcast", command_wizcast, 0.0},
244 {"overlay_save", command_save_overlay, 0.0}, 243 {"overlay_save", command_save_overlay, 0.0},
245 244
246/* {"possess", command_possess, 0.0}, */ 245/* {"possess", command_possess, 0.0}, */
247 {"mon_aggr", command_mon_aggr, 0.0}, 246 {"mon_aggr", command_mon_aggr, 0.0},
248 {"loadtest", command_loadtest, 0.0},
249}; 247};
250const int WizCommandsSize = sizeof (WizCommands) / sizeof (CommArray_s); 248const int WizCommandsSize = sizeof (WizCommands) / sizeof (CommArray_s);
251 249
252/* Socket commands - these should really do nothing more than output things 250/* Socket commands - these should really do nothing more than output things
253 * to the various players/sockets. 251 * to the various players/sockets.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines