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.92 by root, Mon Sep 29 06:32:09 2008 UTC vs.
Revision 1.94 by root, Sun Dec 28 07:37:55 2008 UTC

174int sack_can_hold (object *pl, object *sack, object *op, uint32 nrof); 174int sack_can_hold (object *pl, object *sack, object *op, uint32 nrof);
175void pick_up (object *op, object *alt); 175void pick_up (object *op, object *alt);
176int command_take (object *op, char *params); 176int command_take (object *op, char *params);
177void put_object_in_sack (object *op, object *sack, object *tmp, uint32 nrof); 177void put_object_in_sack (object *op, object *sack, object *tmp, uint32 nrof);
178void drop_object (object *op, object *tmp, uint32 nrof); 178void drop_object (object *op, object *tmp, uint32 nrof);
179void drop_object (object *dropper, object *obj);
179void drop (object *op, object *tmp); 180void drop (object *op, object *tmp);
180int command_dropall (object *op, char *params); 181int command_dropall (object *op, char *params);
181int command_drop (object *op, char *params); 182int command_drop (object *op, char *params);
182int command_examine (object *op, char *params); 183int command_examine (object *op, char *params);
183object *find_marked_object (object *op); 184object *find_marked_object (object *op);
259/* daemon.c */ 260/* daemon.c */
260FILE *BecomeDaemon (const char *filename); 261FILE *BecomeDaemon (const char *filename);
261 262
262/* disease.c */ 263/* disease.c */
263int move_disease (object *disease); 264int move_disease (object *disease);
264int remove_symptoms (object *disease);
265object *find_symptom (object *disease);
266int check_infection (object *disease);
267int infect_object (object *victim, object *disease, int force); 265int infect_object (object *victim, object *disease, int force);
268int do_symptoms (object *disease);
269int grant_immunity (object *disease);
270int move_symptom (object *symptom); 266int move_symptom (object *symptom);
271int check_physically_infect (object *victim, object *hitter); 267int check_physically_infect (object *victim, object *hitter);
272object *find_disease (object *victim);
273int cure_disease (object *sufferer, object *caster, object *spell); 268int cure_disease (object *sufferer, object *caster, object *spell);
274int reduce_symptoms (object *sufferer, int reduction);
275 269
276/* egoitem.c */ 270/* egoitem.c */
277int create_artifact (object *op, const char *artifactname); 271int create_artifact (object *op, const char *artifactname);
278int apply_power_crystal (object *op, object *crystal); 272int apply_power_crystal (object *op, object *crystal);
279 273

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines