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.70 by root, Sun Jul 1 05:00:18 2007 UTC vs.
Revision 1.72 by elmex, Mon Jul 16 14:49:00 2007 UTC

68void eat_special_food (object *who, object *food); 68void eat_special_food (object *who, object *food);
69void apply_lighter (object *who, object *lighter); 69void apply_lighter (object *who, object *lighter);
70void scroll_failure (object *op, int failure, int power); 70void scroll_failure (object *op, int failure, int power);
71void apply_changes_to_player (object *pl, object *change); 71void apply_changes_to_player (object *pl, object *change);
72void apply_item_transformer (object *pl, object *transformer); 72void apply_item_transformer (object *pl, object *transformer);
73extern void handle_apply_yield (object *op);
73 74
74/* attack.c */ 75/* attack.c */
75void cancellation (object *op); 76void cancellation (object *op);
76int did_make_save_item (object *op, int type, object *originator); 77int did_make_save_item (object *op, int type, object *originator);
77void save_throw_object (object *op, int type, object *originator); 78void save_throw_object (object *op, int type, object *originator);
479object *find_key (object *pl, object *container, object *door); 480object *find_key (object *pl, object *container, object *door);
480bool move_player_attack (object *op, int dir); 481bool move_player_attack (object *op, int dir);
481bool move_player (object *op, int dir); 482bool move_player (object *op, int dir);
482bool handle_newcs_player (object *op); 483bool handle_newcs_player (object *op);
483int save_life (object *op); 484int save_life (object *op);
484void remove_unpaid_objects (object *op, object *env);
485char *gravestone_text (object *op); 485char *gravestone_text (object *op);
486void do_some_living (object *op); 486void do_some_living (object *op);
487void kill_player (object *op); 487void kill_player (object *op);
488void loot_object (object *op); 488void loot_object (object *op);
489void fix_weight (void); 489void fix_weight (void);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines