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.66 by root, Fri May 18 20:45:37 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);
761void move_firewall (object *op); 761void move_firewall (object *op);
762void move_player_mover (object *op); 762void move_player_mover (object *op);
763void move_duplicator (object *op); 763void move_duplicator (object *op);
764void move_creator (object *creator); 764void move_creator (object *creator);
765void move_marker (object *op); 765void move_marker (object *op);
766int process_object (object *op); 766void process_object (object *op);
767 767
768/* timers.c */ 768/* timers.c */
769void cftimer_process_timers (void); 769void cftimer_process_timers (void);
770void cftimer_process_event (object *ob); 770void cftimer_process_event (object *ob);
771int cftimer_create (int id, long delay, object *ob, int mode); 771int cftimer_create (int id, long delay, object *ob, int mode);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines