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.41 by pippijn, Fri Mar 2 13:43:59 2007 UTC vs.
Revision 1.43 by pippijn, Fri Mar 2 15:04:35 2007 UTC

136 {"stack_pop", command_stack_pop, 0.0}, 136 {"stack_pop", command_stack_pop, 0.0},
137 {"stack_push", command_stack_push, 0.0}, 137 {"stack_push", command_stack_push, 0.0},
138 {"stats", command_stats, 0.0}, 138 {"stats", command_stats, 0.0},
139 {"summon", command_summon, 0.0}, 139 {"summon", command_summon, 0.0},
140 //{"overlay_save", command_save_overlay, 0.0}, 140 //{"overlay_save", command_save_overlay, 0.0},
141
142/* {"possess", command_possess, 0.0}, */
143 {"mon_aggr", command_mon_aggr, 0.0},
144}; 141};
145const int WizCommandsSize = sizeof (WizCommands) / sizeof (CommArray_s); 142const int WizCommandsSize = sizeof (WizCommands) / sizeof (CommArray_s);
146 143
147/* Socket commands - these should really do nothing more than output things 144/* Socket commands - these should really do nothing more than output things
148 * to the various players/sockets. 145 * to the various players/sockets.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines