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.135 by root, Mon Nov 12 03:48:34 2012 UTC vs.
Revision 1.137 by root, Mon Nov 26 15:12:16 2012 UTC

165int legal_range (object *op, int r); 165int legal_range (object *op, int r);
166int command_rotateshoottype (object *op, char *params); 166int command_rotateshoottype (object *op, char *params);
167 167
168/* c_wiz.c */ 168/* c_wiz.c */
169int command_loadtest (object *op, char *params); 169int command_loadtest (object *op, char *params);
170int command_hide (object *op, char *params);
171int command_setgod (object *op, char *params); 170int command_setgod (object *op, char *params);
172int command_banish (object *op, char *params); 171int command_banish (object *op, char *params);
173int command_save_overlay (object *op, char *params); 172int command_save_overlay (object *op, char *params);
174int command_freeze (object *op, char *params); 173int command_freeze (object *op, char *params);
175int command_arrest (object *op, char *params); 174int command_arrest (object *op, char *params);
184int command_free (object *op, char *params); 183int command_free (object *op, char *params);
185int command_addexp (object *op, char *params); 184int command_addexp (object *op, char *params);
186int command_speed (object *op, char *params); 185int command_speed (object *op, char *params);
187int command_stats (object *op, char *params); 186int command_stats (object *op, char *params);
188int command_abil (object *op, char *params); 187int command_abil (object *op, char *params);
189int command_reset (object *op, char *params);
190int command_nowiz (object *op, char *params);
191int command_dm (object *op, char *params);
192int command_invisible (object *op, char *params); 188int command_invisible (object *op, char *params);
193int command_learn_spell (object *op, char *params); 189int command_learn_spell (object *op, char *params);
194int command_learn_special_prayer (object *op, char *params); 190int command_learn_special_prayer (object *op, char *params);
195int command_forget_spell (object *op, char *params); 191int command_forget_spell (object *op, char *params);
196int command_dmhide (object *op, char *params);
197void dm_stack_push (player *pl, tag_t item); 192void dm_stack_push (player *pl, tag_t item);
198int command_stack_pop (object *op, char *params); 193int command_stack_pop (object *op, char *params);
199int command_stack_push (object *op, char *params); 194int command_stack_push (object *op, char *params);
200int command_stack_list (object *op, char *params); 195int command_stack_list (object *op, char *params);
201int command_stack_clear (object *op, char *params); 196int command_stack_clear (object *op, char *params);
440/* spell_util.c */ 435/* spell_util.c */
441object *find_random_spell_in_ob (object *ob, shstr_cmp skill = shstr_cmp ()); 436object *find_random_spell_in_ob (object *ob, shstr_cmp skill = shstr_cmp ());
442void set_spell_skill (object *op, object *caster, object *spob, object *dest); 437void set_spell_skill (object *op, object *caster, object *spob, object *dest);
443void spell_effect (object *spob, int x, int y, maptile *map, object *originator); 438void spell_effect (object *spob, int x, int y, maptile *map, object *originator);
444object *check_spell_known (object *op, shstr_cmp name); 439object *check_spell_known (object *op, shstr_cmp name);
445object *lookup_spell_by_name (object *op, const char *spname);
446int reflwall (maptile *m, int x, int y, object *sp_op); 440int reflwall (maptile *m, int x, int y, object *sp_op);
447bool cast_create_obj (object *op, object *caster, object *new_op, int dir); 441bool cast_create_obj (object *op, object *caster, object *new_op, int dir);
448int ok_to_put_more (maptile *m, sint16 x, sint16 y, object *op, int immune_stop); 442int ok_to_put_more (maptile *m, sint16 x, sint16 y, object *op, int immune_stop);
449int fire_arch_from_position (object *op, object *caster, sint16 x, sint16 y, int dir, object *spell); 443int fire_arch_from_position (object *op, object *caster, sint16 x, sint16 y, int dir, object *spell);
450void regenerate_rod (object *rod); 444void regenerate_rod (object *rod);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines