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.93 by elmex, Mon Oct 6 18:26:35 2008 UTC vs.
Revision 1.96 by root, Wed Dec 31 17:35:37 2008 UTC

260/* daemon.c */ 260/* daemon.c */
261FILE *BecomeDaemon (const char *filename); 261FILE *BecomeDaemon (const char *filename);
262 262
263/* disease.c */ 263/* disease.c */
264int move_disease (object *disease); 264int move_disease (object *disease);
265int remove_symptoms (object *disease);
266object *find_symptom (object *disease);
267int check_infection (object *disease);
268int infect_object (object *victim, object *disease, int force); 265int infect_object (object *victim, object *disease, int force);
269int do_symptoms (object *disease);
270int grant_immunity (object *disease);
271int move_symptom (object *symptom); 266int move_symptom (object *symptom);
272int check_physically_infect (object *victim, object *hitter); 267int check_physically_infect (object *victim, object *hitter);
273object *find_disease (object *victim);
274int cure_disease (object *sufferer, object *caster, object *spell); 268int cure_disease (object *sufferer, object *caster, object *spell);
275int reduce_symptoms (object *sufferer, int reduction);
276 269
277/* egoitem.c */ 270/* egoitem.c */
278int create_artifact (object *op, const char *artifactname); 271int create_artifact (object *op, const char *artifactname);
279int apply_power_crystal (object *op, object *crystal); 272int apply_power_crystal (object *op, object *crystal);
280 273
284void display_high_score (object *op, int max, const char *match); 277void display_high_score (object *op, int max, const char *match);
285 278
286/* gods.c */ 279/* gods.c */
287int lookup_god_by_name (const char *name); 280int lookup_god_by_name (const char *name);
288object *find_god (const char *name); 281object *find_god (const char *name);
289const char *determine_god (object *op); 282shstr_tmp determine_god (object *op);
290void pray_at_altar (object *pl, object *altar, object *skill); 283void pray_at_altar (object *pl, object *altar, object *skill);
291void become_follower (object *op, object *new_god); 284void become_follower (object *op, object *new_god);
292int worship_forbids_use (object *op, object *exp_obj, uint32 flag, const char *string); 285int worship_forbids_use (object *op, object *exp_obj, uint32 flag, const char *string);
293void stop_using_item (object *op, int type, int number); 286void stop_using_item (object *op, int type, int number);
294void update_priest_flag (object *god, object *exp_ob, uint32 flag); 287void update_priest_flag (object *god, object *exp_ob, uint32 flag);
295archetype *determine_holy_arch (object *god, const char *type); 288archetype *determine_holy_arch (object *god, const char *type);
296void god_intervention (object *op, object *god, object *skill); 289void god_intervention (object *op, object *god, object *skill);
297int god_examines_priest (object *op, object *god); 290int god_examines_priest (object *op, object *god);
298int god_examines_item (object *god, object *item); 291int god_examines_item (object *god, object *item);
299int get_god (object *priest); 292int get_god (object *priest);
300const char *get_god_for_race (const char *race); 293shstr_tmp get_god_for_race (const char *race);
301int tailor_god_spell (object *spellop, object *caster); 294int tailor_god_spell (object *spellop, object *caster);
302 295
303/* init.c */ 296/* init.c */
304void load_settings (void); 297void load_settings (void);
305void load_materials (void); 298void load_materials (void);
402void move_golem (object *op); 395void move_golem (object *op);
403void control_golem (object *op, int dir); 396void control_golem (object *op, int dir);
404int summon_golem (object *op, object *caster, int dir, object *spob); 397int summon_golem (object *op, object *caster, int dir, object *spob);
405object *choose_cult_monster (object *pl, object *god, int summon_level); 398object *choose_cult_monster (object *pl, object *god, int summon_level);
406int summon_object (object *op, object *caster, object *spell_ob, int dir, const char *stringarg); 399int summon_object (object *op, object *caster, object *spell_ob, int dir, const char *stringarg);
407object *get_real_owner (object *ob);
408int should_arena_attack (object *pet, object *owner, object *target); 400int should_arena_attack (object *pet, object *owner, object *target);
409 401
410/* player.c */ 402/* player.c */
411player *find_player (const char *plname); 403player *find_player (const char *plname);
412player *find_player_partial_name (const char *plname); 404player *find_player_partial_name (const char *plname);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines