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.112 by root, Wed Nov 11 03:52:44 2009 UTC vs.
Revision 1.114 by root, Fri Mar 26 00:53:26 2010 UTC

145void examine (object *op, object *tmp); 145void examine (object *op, object *tmp);
146int command_pickup (object *op, char *params); 146int command_pickup (object *op, char *params);
147void set_pickup_mode (object *op, int i); 147void set_pickup_mode (object *op, int i);
148int command_search_items (object *op, char *params); 148int command_search_items (object *op, char *params);
149int command_rename_item (object *op, char *params); 149int command_rename_item (object *op, char *params);
150int command_unlock (object *op, char *params);
151int command_lock (object *op, char *params);
150 152
151/* c_party.c */ 153/* c_party.c */
152partylist *get_firstparty (); 154partylist *get_firstparty ();
153void obsolete_parties (); 155void obsolete_parties ();
154void add_kill_to_party (partylist *party, const char *killer, const char *dead, long exp); 156void add_kill_to_party (partylist *party, const char *killer, const char *dead, long exp);
274int can_detect_enemy (object *op, object *enemy, rv_vector *rv); 276int can_detect_enemy (object *op, object *enemy, rv_vector *rv);
275int stand_in_light (object *op); 277int stand_in_light (object *op);
276int can_see_enemy (object *op, object *enemy); 278int can_see_enemy (object *op, object *enemy);
277 279
278/* move.c */ 280/* move.c */
279int move_object (object *op, int dir);
280int move_ob (object *op, int dir, object *originator);
281int transfer_ob (object *op, int x, int y, int randomly, object *originator); 281int transfer_ob (object *op, int x, int y, int randomly, object *originator);
282int teleport (object *teleporter, uint8 tele_type, object *user); 282int teleport (object *teleporter, uint8 tele_type, object *user);
283void recursive_roll (object *op, int dir, object *pusher); 283void recursive_roll (object *op, int dir, object *pusher);
284int push_ob (object *who, int dir, object *pusher); 284int push_ob (object *who, int dir, object *pusher);
285 285

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines