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.42 by pippijn, Fri Mar 2 14:50:36 2007 UTC vs.
Revision 1.44 by root, Tue Mar 6 19:02:36 2007 UTC

104 */ 104 */
105CommArray_s WizCommands[] = { 105CommArray_s WizCommands[] = {
106 {"abil", command_abil, 0.0}, 106 {"abil", command_abil, 0.0},
107 {"addexp", command_addexp, 0.0}, 107 {"addexp", command_addexp, 0.0},
108 {"arrest", command_arrest, 0.0}, 108 {"arrest", command_arrest, 0.0},
109 {"banish", command_banish, 0.0},
110 {"create", command_create, 0.0}, 109 {"create", command_create, 0.0},
111 {"debug", command_debug, 0.0}, 110 {"debug", command_debug, 0.0},
112 {"dump", command_dump, 0.0}, 111 {"dump", command_dump, 0.0},
113 {"dumpbelow", command_dumpbelow, 0.0}, 112 {"dumpbelow", command_dumpbelow, 0.0},
114 {"dumpfriendlyobjects", command_dumpfriendlyobjects, 0.0}, 113 {"dumpfriendlyobjects", command_dumpfriendlyobjects, 0.0},
124 {"verify", command_malloc_verify, 0.0}, 123 {"verify", command_malloc_verify, 0.0},
125#endif 124#endif
126 {"plugin", command_loadplugin, 0.0}, 125 {"plugin", command_loadplugin, 0.0},
127 {"pluglist", command_listplugins, 0.0}, 126 {"pluglist", command_listplugins, 0.0},
128 {"plugout", command_unloadplugin, 0.0}, 127 {"plugout", command_unloadplugin, 0.0},
129 {"possess", command_possess, 0.0},
130 {"nodm", command_nowiz, 0.0}, 128 {"nodm", command_nowiz, 0.0},
131 {"nowiz", command_nowiz, 0.0}, 129 {"nowiz", command_nowiz, 0.0},
132 {"patch", command_patch, 0.0}, 130 {"patch", command_patch, 0.0},
133 {"remove", command_remove, 0.0}, 131 {"remove", command_remove, 0.0},
134 {"set_god", command_setgod, 0.0}, 132 {"set_god", command_setgod, 0.0},
137 {"stack_pop", command_stack_pop, 0.0}, 135 {"stack_pop", command_stack_pop, 0.0},
138 {"stack_push", command_stack_push, 0.0}, 136 {"stack_push", command_stack_push, 0.0},
139 {"stats", command_stats, 0.0}, 137 {"stats", command_stats, 0.0},
140 {"summon", command_summon, 0.0}, 138 {"summon", command_summon, 0.0},
141 //{"overlay_save", command_save_overlay, 0.0}, 139 //{"overlay_save", command_save_overlay, 0.0},
142
143/* {"possess", command_possess, 0.0}, */
144 {"mon_aggr", command_mon_aggr, 0.0},
145}; 140};
146const int WizCommandsSize = sizeof (WizCommands) / sizeof (CommArray_s); 141const int WizCommandsSize = sizeof (WizCommands) / sizeof (CommArray_s);
147 142
148/* Socket commands - these should really do nothing more than output things 143/* Socket commands - these should really do nothing more than output things
149 * to the various players/sockets. 144 * to the various players/sockets.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines