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.64 by root, Fri May 18 01:01:01 2007 UTC vs.
Revision 1.65 by root, Fri May 18 19:46:22 2007 UTC

458object *find_better_arrow (object *op, object *target, const char *type, int *better); 458object *find_better_arrow (object *op, object *target, const char *type, int *better);
459object *pick_arrow_target (object *op, const char *type, int dir); 459object *pick_arrow_target (object *op, const char *type, int dir);
460int fire_bow (object *op, object *part, object *arrow, int dir, int wc_mod, sint16 sx, sint16 sy); 460int fire_bow (object *op, object *part, object *arrow, int dir, int wc_mod, sint16 sx, sint16 sy);
461int player_fire_bow (object *op, int dir); 461int player_fire_bow (object *op, int dir);
462void fire_misc_object (object *op, int dir); 462void fire_misc_object (object *op, int dir);
463void fire (object *op, int dir); 463bool fire (object *op, int dir);
464object *find_key (object *pl, object *container, object *door); 464object *find_key (object *pl, object *container, object *door);
465void move_player_attack (object *op, int dir); 465bool move_player_attack (object *op, int dir);
466int move_player (object *op, int dir); 466bool move_player (object *op, int dir);
467int handle_newcs_player (object *op); 467bool handle_newcs_player (object *op);
468int save_life (object *op); 468int save_life (object *op);
469void remove_unpaid_objects (object *op, object *env); 469void remove_unpaid_objects (object *op, object *env);
470char *gravestone_text (object *op); 470char *gravestone_text (object *op);
471void do_some_living (object *op); 471void do_some_living (object *op);
472void kill_player (object *op); 472void kill_player (object *op);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines