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.22 by root, Sun Jan 7 02:39:14 2007 UTC vs.
Revision 1.23 by root, Sun Jan 14 02:10:41 2007 UTC

220 {"stack_list", command_stack_list, 0.0}, 220 {"stack_list", command_stack_list, 0.0},
221 {"stack_pop", command_stack_pop, 0.0}, 221 {"stack_pop", command_stack_pop, 0.0},
222 {"stack_push", command_stack_push, 0.0}, 222 {"stack_push", command_stack_push, 0.0},
223 {"stats", command_stats, 0.0}, 223 {"stats", command_stats, 0.0},
224 {"summon", command_summon, 0.0}, 224 {"summon", command_summon, 0.0},
225 {"teleport", command_teleport, 0.0},
226 //{"overlay_save", command_save_overlay, 0.0}, 225 //{"overlay_save", command_save_overlay, 0.0},
227 226
228/* {"possess", command_possess, 0.0}, */ 227/* {"possess", command_possess, 0.0}, */
229 {"mon_aggr", command_mon_aggr, 0.0}, 228 {"mon_aggr", command_mon_aggr, 0.0},
230}; 229};

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines