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.49 by pippijn, Fri Mar 2 11:41:14 2007 UTC vs.
Revision 1.53 by pippijn, Fri Mar 2 15:04:56 2007 UTC

142int command_southwest(object *op, char *params); 142int command_southwest(object *op, char *params);
143int command_west(object *op, char *params); 143int command_west(object *op, char *params);
144int command_stay(object *op, char *params); 144int command_stay(object *op, char *params);
145/* c_new.c */ 145/* c_new.c */
146void execute_newserver_command(object *pl, char *command); 146void execute_newserver_command(object *pl, char *command);
147int command_run(object *op, char *params);
148int command_run_stop(object *op, char *params);
149int command_fire(object *op, char *params);
150int command_fire_stop(object *op, char *params);
151int bad_command(object *op, char *params); 147int bad_command(object *op, char *params);
152/* c_object.c */ 148/* c_object.c */
153object *find_best_object_match(object *pl, const char *params); 149object *find_best_object_match(object *pl, const char *params);
154int command_build(object *pl, char *params); 150int command_build(object *pl, char *params);
155int command_uskill(object *pl, char *params); 151int command_uskill(object *pl, char *params);
166void drop(object *op, object *tmp); 162void drop(object *op, object *tmp);
167int command_dropall(object *op, char *params); 163int command_dropall(object *op, char *params);
168int command_drop(object *op, char *params); 164int command_drop(object *op, char *params);
169int command_examine(object *op, char *params); 165int command_examine(object *op, char *params);
170object *find_marked_object(object *op); 166object *find_marked_object(object *op);
171int command_mark(object *op, char *params);
172void examine_monster(object *op, object *tmp); 167void examine_monster(object *op, object *tmp);
173char *long_desc(object *tmp, object *pl); 168char *long_desc(object *tmp, object *pl);
174void examine(object *op, object *tmp); 169void examine(object *op, object *tmp);
175void inventory(object *op, object *inv); 170void inventory(object *op, object *inv);
176int command_pickup(object *op, char *params); 171int command_pickup(object *op, char *params);
200int command_loadtest(object *op, char *params); 195int command_loadtest(object *op, char *params);
201void do_wizard_hide(object *op, int silent_dm); 196void do_wizard_hide(object *op, int silent_dm);
202int command_hide(object *op, char *params); 197int command_hide(object *op, char *params);
203int command_setgod(object *op, char *params); 198int command_setgod(object *op, char *params);
204int command_banish(object *op, char *params); 199int command_banish(object *op, char *params);
205int command_kick(object *op, char *params);
206int command_save_overlay(object *op, char *params); 200int command_save_overlay(object *op, char *params);
207int command_toggle_shout(object *op, char *params); 201int command_toggle_shout(object *op, char *params);
208int command_shutdown(object *op, char *params);
209int command_freeze(object *op, char *params); 202int command_freeze(object *op, char *params);
210int command_arrest(object *op, char *params); 203int command_arrest(object *op, char *params);
211int command_summon(object *op, char *params); 204int command_summon(object *op, char *params);
212int command_teleport(object *op, char *params); 205int command_teleport(object *op, char *params);
213int command_create(object *op, char *params); 206int command_create(object *op, char *params);
214int command_inventory(object *op, char *params); 207int command_inventory(object *op, char *params);
215int command_skills(object *op, char *params); 208int command_skills(object *op, char *params);
216int command_dump(object *op, char *params); 209int command_dump(object *op, char *params);
217int command_mon_aggr(object *op, char *params);
218int command_possess(object *op, char *params);
219int command_patch(object *op, char *params); 210int command_patch(object *op, char *params);
220int command_remove(object *op, char *params); 211int command_remove(object *op, char *params);
221int command_free(object *op, char *params); 212int command_free(object *op, char *params);
222int command_addexp(object *op, char *params); 213int command_addexp(object *op, char *params);
223int command_speed(object *op, char *params); 214int command_speed(object *op, char *params);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines