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.117 by root, Sat Apr 3 02:27:24 2010 UTC vs.
Revision 1.124 by root, Tue Apr 6 22:59:28 2010 UTC

37void move_apply (object *trap, object *victim, object *originator); 37void move_apply (object *trap, object *victim, object *originator);
38void do_learn_spell (object *op, object *spell, int special_prayer); 38void do_learn_spell (object *op, object *spell, int special_prayer);
39void do_forget_spell (object *op, const char *spell); 39void do_forget_spell (object *op, const char *spell);
40void apply_scroll (object *op, object *tmp, int dir); 40void apply_scroll (object *op, object *tmp, int dir);
41void apply_poison (object *op, object *tmp); 41void apply_poison (object *op, object *tmp);
42int manual_apply (object *op, object *tmp, int aflag);
43bool player_apply (object *pl, object *op, int aflag);
44void player_apply_below (object *pl); 42void player_apply_below (object *pl);
45int can_apply_object (object *who, object *op); 43int can_apply_object (object *who, object *op);
46int apply_special (object *who, object *op, int aflags);
47int auto_apply (object *op); 44int auto_apply (object *op);
48void fix_auto_apply (maptile *m); 45void fix_auto_apply (maptile *m);
49void eat_special_food (object *who, object *food); 46void eat_special_food (object *who, object *food);
50void apply_changes_to_player (object *pl, object *change); 47void apply_changes_to_player (object *pl, object *change);
51void handle_apply_yield (object *op); 48void handle_apply_yield (object *op);
114int command_south (object *op, char *params); 111int command_south (object *op, char *params);
115int command_southeast (object *op, char *params); 112int command_southeast (object *op, char *params);
116int command_southwest (object *op, char *params); 113int command_southwest (object *op, char *params);
117int command_west (object *op, char *params); 114int command_west (object *op, char *params);
118int command_stay (object *op, char *params); 115int command_stay (object *op, char *params);
116int command_run (object *op, char *params);
117int command_run_stop (object *op, char *params);
118int command_fire (object *op, char *params);
119int command_fire_stop (object *op, char *params);
119 120
120/* c_new.c */ 121/* c_new.c */
121void execute_newserver_command (object *pl, char *command); 122void execute_newserver_command (object *pl, char *command);
122 123
123/* c_object.c */ 124/* c_object.c */
147void set_pickup_mode (object *op, int i); 148void set_pickup_mode (object *op, int i);
148int command_search_items (object *op, char *params); 149int command_search_items (object *op, char *params);
149int command_rename_item (object *op, char *params); 150int command_rename_item (object *op, char *params);
150int command_unlock (object *op, char *params); 151int command_unlock (object *op, char *params);
151int command_lock (object *op, char *params); 152int command_lock (object *op, char *params);
153int command_mark (object *op, char *params);
152 154
153/* c_party.c */ 155/* c_party.c */
154partylist *get_firstparty (); 156partylist *get_firstparty ();
155void obsolete_parties (); 157void obsolete_parties ();
156void add_kill_to_party (partylist *party, const char *killer, const char *dead, long exp); 158void add_kill_to_party (partylist *party, const char *killer, const char *dead, long exp);
200int command_stack_list (object *op, char *params); 202int command_stack_list (object *op, char *params);
201int command_stack_clear (object *op, char *params); 203int command_stack_clear (object *op, char *params);
202int command_diff (object *op, char *params); 204int command_diff (object *op, char *params);
203int command_insert_into (object *op, char *params); 205int command_insert_into (object *op, char *params);
204 206
205/* commands.c */
206void init_commands ();
207CommFunc find_oldsocket_command (char *cmd);
208CommFunc find_oldsocket_command2 (char *cmd);
209
210/* daemon.c */ 207/* daemon.c */
211FILE *BecomeDaemon (const char *filename); 208FILE *BecomeDaemon (const char *filename);
212 209
213/* disease.c */ 210/* disease.c */
214int move_disease (object *disease); 211int move_disease (object *disease);
313int key_roll_stat (object *op, char key); 310int key_roll_stat (object *op, char key);
314int key_change_class (object *op, char key); 311int key_change_class (object *op, char key);
315int key_confirm_quit (object *op, char key); 312int key_confirm_quit (object *op, char key);
316int check_pick (object *op); 313int check_pick (object *op);
317int fire_bow (object *op, object *part, object *arrow, int dir, int wc_mod, sint16 sx, sint16 sy); 314int fire_bow (object *op, object *part, object *arrow, int dir, int wc_mod, sint16 sx, sint16 sy);
318bool fire (object *op, int dir); 315bool fire (object *who, int dir);
319object *find_key (object *pl, object *container, object *door); 316object *find_key (object *pl, object *container, object *door);
320bool move_player_attack (object *op, int dir); 317bool move_player_attack (object *op, int dir);
321bool move_player (object *op, int dir); 318bool move_player (object *op, int dir);
322bool handle_newcs_player (object *op); 319bool handle_newcs_player (object *op);
323void do_some_living (object *op); 320void do_some_living (object *op);
347int trap_disarm (object *disarmer, object *trap, int risk, object *skill); 344int trap_disarm (object *disarmer, object *trap, int risk, object *skill);
348void trap_adjust (object *trap, int difficulty); 345void trap_adjust (object *trap, int difficulty);
349 346
350/* shop.c */ 347/* shop.c */
351int get_payment (object *pl); 348int get_payment (object *pl);
352sint64 query_cost (const object *tmp, object *who, int flag);
353const char *query_cost_string (const object *tmp, object *who, int flag);
354sint64 query_money (const object *op); 349sint64 query_money (const object *op);
355int pay_for_amount (sint64 to_pay, object *pl); 350int pay_for_amount (sint64 to_pay, object *pl);
356int pay_for_item (object *op, object *pl); 351int pay_for_item (object *op, object *pl);
357int can_pay (object *pl); 352int can_pay (object *pl);
358bool sell_item (object *op, object *pl); 353bool sell_item (object *op, object *pl);
359double shopkeeper_approval (const maptile *map, const object *player); 354double shopkeeper_approval (const maptile *map, const object *player);
360int describe_shop (const object *op); 355int describe_shop (const object *op);
361void shop_listing (object *sign, object *op); 356void shop_listing (object *sign, object *op);
362bool is_in_shop (object *o);
363bool is_in_shop (maptile *map, int x, int y); 357bool is_in_shop (maptile *map, int x, int y);
364 358
365/* skills.c */ 359/* skills.c */
366int steal (object *op, int dir, object *skill); 360int steal (object *op, int dir, object *skill);
367int pick_lock (object *pl, int dir, object *skill); 361int pick_lock (object *pl, int dir, object *skill);
374int remove_trap (object *op, int dir, object *skill); 368int remove_trap (object *op, int dir, object *skill);
375int pray (object *pl, object *skill); 369int pray (object *pl, object *skill);
376void meditate (object *pl, object *skill); 370void meditate (object *pl, object *skill);
377int write_on_item (object *pl, const char *params, object *skill); 371int write_on_item (object *pl, const char *params, object *skill);
378int skill_throw (object *op, object *part, int dir, const char *params, object *skill); 372int skill_throw (object *op, object *part, int dir, const char *params, object *skill);
373bool skill_mining (object *who, object *tool, object *skill, int dir, const char *string);
374bool skill_fishing (object *who, object *tool, object *skill, int dir, const char *string);
379 375
380/* skill_util.c */ 376/* skill_util.c */
381void init_skills (); 377void init_skills ();
382void link_player_skills (object *op); 378void link_player_skills (object *op);
383int do_skill (object *op, object *part, object *skill, int dir, const char *string); 379int do_skill (object *op, object *part, object *skill, int dir, const char *string);
428int cast_wonder (object *op, object *caster, int dir, object *spell_ob); 424int cast_wonder (object *op, object *caster, int dir, object *spell_ob);
429int perceive_self (object *op); 425int perceive_self (object *op);
430int magic_wall (object *op, object *caster, int dir, object *spell_ob); 426int magic_wall (object *op, object *caster, int dir, object *spell_ob);
431int dimension_door (object *op, object *caster, object *spob, int dir, const char *spellparam); 427int dimension_door (object *op, object *caster, object *spob, int dir, const char *spellparam);
432int cast_heal (object *op, object *caster, object *spell, int dir); 428int cast_heal (object *op, object *caster, object *spell, int dir);
433int change_ability_duration (object *spell, object *caster);
434int cast_change_ability (object *op, object *caster, object *spell_ob, int dir, int silent); 429int cast_change_ability (object *op, object *caster, object *spell_ob, int dir, int silent);
435int cast_bless (object *op, object *caster, object *spell_ob, int dir); 430int cast_bless (object *op, object *caster, object *spell_ob, int dir);
436int alchemy (object *op, object *caster, object *spell_ob); 431int alchemy (object *op, object *caster, object *spell_ob);
437int remove_curse (object *op, object *caster, object *spell); 432int remove_curse (object *op, object *caster, object *spell);
438int cast_identify (object *op, object *caster, object *spell); 433int cast_identify (object *op, object *caster, object *spell);
449 444
450/* spell_util.c */ 445/* spell_util.c */
451object *find_random_spell_in_ob (object *ob, shstr_cmp skill = shstr_cmp ()); 446object *find_random_spell_in_ob (object *ob, shstr_cmp skill = shstr_cmp ());
452void set_spell_skill (object *op, object *caster, object *spob, object *dest); 447void set_spell_skill (object *op, object *caster, object *spob, object *dest);
453void spell_effect (object *spob, int x, int y, maptile *map, object *originator); 448void spell_effect (object *spob, int x, int y, maptile *map, object *originator);
454int min_casting_level (object *caster, object *spell);
455int casting_level (object *caster, object *spell);
456sint16 SP_level_spellpoint_cost (object *caster, object *spell, int flags);
457int SP_level_dam_adjust (object *caster, object *spob);
458int SP_level_duration_adjust (object *caster, object *spob);
459int SP_level_range_adjust (object *caster, object *spob);
460object *check_spell_known (object *op, shstr_cmp name); 449object *check_spell_known (object *op, shstr_cmp name);
461object *lookup_spell_by_name (object *op, const char *spname); 450object *lookup_spell_by_name (object *op, const char *spname);
462int reflwall (maptile *m, int x, int y, object *sp_op); 451int reflwall (maptile *m, int x, int y, object *sp_op);
463int cast_create_obj (object *op, object *caster, object *new_op, int dir); 452int cast_create_obj (object *op, object *caster, object *new_op, int dir);
464int ok_to_put_more (maptile *m, sint16 x, sint16 y, object *op, int immune_stop); 453int ok_to_put_more (maptile *m, sint16 x, sint16 y, object *op, int immune_stop);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines