ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/sproto.h
(Generate patch)

Comparing deliantra/server/include/sproto.h (file contents):
Revision 1.51 by pippijn, Fri Mar 2 13:32:51 2007 UTC vs.
Revision 1.53 by pippijn, Fri Mar 2 15:04:56 2007 UTC

197int command_hide(object *op, char *params); 197int command_hide(object *op, char *params);
198int command_setgod(object *op, char *params); 198int command_setgod(object *op, char *params);
199int command_banish(object *op, char *params); 199int command_banish(object *op, char *params);
200int command_save_overlay(object *op, char *params); 200int command_save_overlay(object *op, char *params);
201int command_toggle_shout(object *op, char *params); 201int command_toggle_shout(object *op, char *params);
202int command_shutdown(object *op, char *params);
203int command_freeze(object *op, char *params); 202int command_freeze(object *op, char *params);
204int command_arrest(object *op, char *params); 203int command_arrest(object *op, char *params);
205int command_summon(object *op, char *params); 204int command_summon(object *op, char *params);
206int command_teleport(object *op, char *params); 205int command_teleport(object *op, char *params);
207int command_create(object *op, char *params); 206int command_create(object *op, char *params);
208int command_inventory(object *op, char *params); 207int command_inventory(object *op, char *params);
209int command_skills(object *op, char *params); 208int command_skills(object *op, char *params);
210int command_dump(object *op, char *params); 209int command_dump(object *op, char *params);
211int command_mon_aggr(object *op, char *params);
212int command_possess(object *op, char *params);
213int command_patch(object *op, char *params); 210int command_patch(object *op, char *params);
214int command_remove(object *op, char *params); 211int command_remove(object *op, char *params);
215int command_free(object *op, char *params); 212int command_free(object *op, char *params);
216int command_addexp(object *op, char *params); 213int command_addexp(object *op, char *params);
217int command_speed(object *op, char *params); 214int command_speed(object *op, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines