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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines