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.39 by pippijn, Fri Mar 2 12:14:57 2007 UTC vs.
Revision 1.43 by pippijn, Fri Mar 2 15:04:35 2007 UTC

116 {"free", command_free, 0.0}, 116 {"free", command_free, 0.0},
117 {"freeze", command_freeze, 0.0}, 117 {"freeze", command_freeze, 0.0},
118 {"hide", command_hide, 0.0}, 118 {"hide", command_hide, 0.0},
119 {"insert_into", command_insert_into, 0.0}, 119 {"insert_into", command_insert_into, 0.0},
120 {"invisible", command_invisible, 0.0}, 120 {"invisible", command_invisible, 0.0},
121 {"kick", command_kick, 0.0},
122 {"learn_special_prayer", command_learn_special_prayer, 0.0}, 121 {"learn_special_prayer", command_learn_special_prayer, 0.0},
123 {"learn_spell", command_learn_spell, 0.0}, 122 {"learn_spell", command_learn_spell, 0.0},
124#ifdef DEBUG_MALLOC_LEVEL 123#ifdef DEBUG_MALLOC_LEVEL
125 {"verify", command_malloc_verify, 0.0}, 124 {"verify", command_malloc_verify, 0.0},
126#endif 125#endif
130 {"nodm", command_nowiz, 0.0}, 129 {"nodm", command_nowiz, 0.0},
131 {"nowiz", command_nowiz, 0.0}, 130 {"nowiz", command_nowiz, 0.0},
132 {"patch", command_patch, 0.0}, 131 {"patch", command_patch, 0.0},
133 {"remove", command_remove, 0.0}, 132 {"remove", command_remove, 0.0},
134 {"set_god", command_setgod, 0.0}, 133 {"set_god", command_setgod, 0.0},
135 {"shutdown", command_shutdown, 0.0},
136 {"stack_clear", command_stack_clear, 0.0}, 134 {"stack_clear", command_stack_clear, 0.0},
137 {"stack_list", command_stack_list, 0.0}, 135 {"stack_list", command_stack_list, 0.0},
138 {"stack_pop", command_stack_pop, 0.0}, 136 {"stack_pop", command_stack_pop, 0.0},
139 {"stack_push", command_stack_push, 0.0}, 137 {"stack_push", command_stack_push, 0.0},
140 {"stats", command_stats, 0.0}, 138 {"stats", command_stats, 0.0},
141 {"summon", command_summon, 0.0}, 139 {"summon", command_summon, 0.0},
142 //{"overlay_save", command_save_overlay, 0.0}, 140 //{"overlay_save", command_save_overlay, 0.0},
143
144/* {"possess", command_possess, 0.0}, */
145 {"mon_aggr", command_mon_aggr, 0.0},
146}; 141};
147const int WizCommandsSize = sizeof (WizCommands) / sizeof (CommArray_s); 142const int WizCommandsSize = sizeof (WizCommands) / sizeof (CommArray_s);
148 143
149/* Socket commands - these should really do nothing more than output things 144/* Socket commands - these should really do nothing more than output things
150 * to the various players/sockets. 145 * to the various players/sockets.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines