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.111 by root, Tue Nov 10 01:20:41 2009 UTC vs.
Revision 1.136 by root, Wed Nov 21 12:12:03 2012 UTC

1/* 1/*
2 * This file is part of Deliantra, the Roguelike Realtime MMORPG. 2 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 * 3 *
4 * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 4 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * 5 *
6 * Deliantra is free software: you can redistribute it and/or modify it under 6 * Deliantra is free software: you can redistribute it and/or modify it under
7 * the terms of the Affero GNU General Public License as published by the 7 * the terms of the Affero GNU General Public License as published by the
8 * Free Software Foundation, either version 3 of the License, or (at your 8 * Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version. 9 * option) any later version.
10 * 10 *
11 * This program is distributed in the hope that it will be useful, 11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details. 14 * GNU General Public License for more details.
15 * 15 *
16 * You should have received a copy of the Affero GNU General Public License 16 * You should have received a copy of the Affero GNU General Public License
17 * and the GNU General Public License along with this program. If not, see 17 * and the GNU General Public License along with this program. If not, see
18 * <http://www.gnu.org/licenses/>. 18 * <http://www.gnu.org/licenses/>.
19 * 19 *
20 * The authors can be reached via e-mail to <support@deliantra.net> 20 * The authors can be reached via e-mail to <support@deliantra.net>
21 */ 21 */
22 22
23/* alchemy.c */ 23/* alchemy.c */
24int need_identify (const object *obj);
25int apply_shop_mat (object *shop_mat, object *op); 24int apply_shop_mat (object *shop_mat, object *op);
26const char *cost_string_from_value (sint64 cost, int approx); 25const char *cost_string_from_value (sint64 cost, int approx);
27void pay_player (object *pl, sint64 amount); 26void pay_player (object *pl, sint64 amount);
28sint64 pay_player_arch (object *pl, const char *arch, sint64 amount); 27sint64 pay_player_arch (object *pl, const char *arch, sint64 amount);
29void attempt_do_alchemy (object *caster, object *cauldron, object *skill); 28void attempt_do_alchemy (object *caster, object *cauldron, object *skill);
37void move_apply (object *trap, object *victim, object *originator); 36void move_apply (object *trap, object *victim, object *originator);
38void do_learn_spell (object *op, object *spell, int special_prayer); 37void do_learn_spell (object *op, object *spell, int special_prayer);
39void do_forget_spell (object *op, const char *spell); 38void do_forget_spell (object *op, const char *spell);
40void apply_scroll (object *op, object *tmp, int dir); 39void apply_scroll (object *op, object *tmp, int dir);
41void apply_poison (object *op, object *tmp); 40void apply_poison (object *op, object *tmp);
42int manual_apply (object *op, object *tmp, int aflag);
43int player_apply (object *pl, object *op, int aflag, int quiet);
44void player_apply_below (object *pl); 41void player_apply_below (object *pl);
45int can_apply_object (object *who, object *op); 42int can_apply_object (object *who, object *op);
46int apply_special (object *who, object *op, int aflags);
47int auto_apply (object *op); 43int auto_apply (object *op);
48void fix_auto_apply (maptile *m); 44void fix_auto_apply (maptile *m);
49void eat_special_food (object *who, object *food); 45void eat_special_food (object *who, object *food);
50void apply_changes_to_player (object *pl, object *change); 46void apply_changes_to_player (object *pl, object *change);
51void handle_apply_yield (object *op); 47void handle_apply_yield (object *op);
54int convert_item (object *item, object *converter); 50int convert_item (object *item, object *converter);
55 51
56/* attack.c */ 52/* attack.c */
57void cancellation (object *op); 53void cancellation (object *op);
58void save_throw_object (object *op, int type, object *originator); 54void save_throw_object (object *op, int type, object *originator);
59int hit_map (object *op, int dir, int type, int full_hit); 55int hit_map (object *op, int dir, uint32_t type, int full_hit);
60int attack_ob (object *op, object *hitter); 56int attack_ob (object *op, object *hitter);
61object *hit_with_arrow (object *op, object *victim); 57object *hit_with_arrow (object *op, object *victim);
62int hit_player_attacktype (object *op, object *hitter, int dam, uint32 attacknum, int magic); 58int hit_player_attacktype (object *op, object *hitter, int dam, uint32_t attacknum, int magic);
63int kill_object (object *op, int dam, object *hitter, int type); 59int kill_object (object *op, int dam, object *hitter, int type);
64int friendly_fire (object *op, object *hitter); 60int friendly_fire (object *op, object *hitter);
65int hit_player (object *op, int dam, object *hitter, int type, int full_hit); 61int hit_player (object *op, int dam, object *hitter, uint32_t type, int full_hit);
66void confuse_player (object *op, object *hitter, int dam); 62void confuse_player (object *op, object *hitter, int dam);
67void blind_player (object *op, object *hitter, int dam); 63void blind_player (object *op, object *hitter, int dam);
68void paralyze_player (object *op, object *hitter, int dam); 64void paralyze_player (object *op, object *hitter, int dam);
69 65
70/* build_map.c */ 66/* build_map.c */
114int command_south (object *op, char *params); 110int command_south (object *op, char *params);
115int command_southeast (object *op, char *params); 111int command_southeast (object *op, char *params);
116int command_southwest (object *op, char *params); 112int command_southwest (object *op, char *params);
117int command_west (object *op, char *params); 113int command_west (object *op, char *params);
118int command_stay (object *op, char *params); 114int command_stay (object *op, char *params);
115int command_run (object *op, char *params);
116int command_run_stop (object *op, char *params);
117int command_fire (object *op, char *params);
118int command_fire_stop (object *op, char *params);
119 119
120/* c_new.c */ 120/* c_new.c */
121void execute_newserver_command (object *pl, char *command); 121void execute_newserver_command (object *pl, char *command);
122 122
123/* c_object.c */ 123/* c_object.c */
137void drop_object (object *dropper, object *obj); 137void drop_object (object *dropper, object *obj);
138void drop (object *op, object *tmp); 138void drop (object *op, object *tmp);
139int command_dropall (object *op, char *params); 139int command_dropall (object *op, char *params);
140int command_drop (object *op, char *params); 140int command_drop (object *op, char *params);
141int command_examine (object *op, char *params); 141int command_examine (object *op, char *params);
142object *find_marked_object (object *op);
143void examine_monster (object *op, object *tmp); 142void examine_monster (object *op, object *tmp);
144const char *long_desc (object *tmp, object *pl); 143const char *long_desc (object *tmp, object *pl);
145void examine (object *op, object *tmp); 144void examine (object *op, object *tmp);
146int command_pickup (object *op, char *params); 145int command_pickup (object *op, char *params);
147void set_pickup_mode (object *op, int i); 146void set_pickup_mode (object *op, int i);
148int command_search_items (object *op, char *params); 147int command_search_items (object *op, char *params);
149int command_rename_item (object *op, char *params); 148int command_rename_item (object *op, char *params);
149int command_unlock (object *op, char *params);
150int command_lock (object *op, char *params);
151int command_mark (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);
198int command_stack_list (object *op, char *params); 200int command_stack_list (object *op, char *params);
199int command_stack_clear (object *op, char *params); 201int command_stack_clear (object *op, char *params);
200int command_diff (object *op, char *params); 202int command_diff (object *op, char *params);
201int command_insert_into (object *op, char *params); 203int command_insert_into (object *op, char *params);
202 204
203/* commands.c */
204void init_commands ();
205CommFunc find_oldsocket_command (char *cmd);
206CommFunc find_oldsocket_command2 (char *cmd);
207
208/* daemon.c */ 205/* daemon.c */
209FILE *BecomeDaemon (const char *filename); 206FILE *BecomeDaemon (const char *filename);
210 207
211/* disease.c */ 208/* disease.c */
212int move_disease (object *disease); 209int move_disease (object *disease);
215int check_physically_infect (object *victim, object *hitter); 212int check_physically_infect (object *victim, object *hitter);
216int cure_disease (object *sufferer, object *caster, object *spell); 213int cure_disease (object *sufferer, object *caster, object *spell);
217 214
218/* egoitem.c */ 215/* egoitem.c */
219int apply_power_crystal (object *op, object *crystal); 216int apply_power_crystal (object *op, object *crystal);
220
221/* hiscore.c */
222void check_score (object *op);
223 217
224/* gods.c */ 218/* gods.c */
225object *find_god (shstr_cmp name); 219object *find_god (shstr_cmp name);
226shstr_tmp determine_god (object *op); 220shstr_tmp determine_god (object *op);
227void pray_at_altar (object *pl, object *altar, object *skill); 221void pray_at_altar (object *pl, object *altar, object *skill);
244int check_name (player *me, const char *name); 238int check_name (player *me, const char *name);
245int create_savedir_if_needed (char *savedir); 239int create_savedir_if_needed (char *savedir);
246void copy_file (const char *filename, FILE *fpout); 240void copy_file (const char *filename, FILE *fpout);
247 241
248/* main.c */ 242/* main.c */
249void server_tick (); 243void one_tick ();
250void version (object *op); 244void version (object *op);
251void info_keys (object *op); 245void info_keys (object *op);
252char *crypt_string (char *str, char *salt); 246char *crypt_string (char *str, char *salt);
253void enter_player_savebed (object *op); 247void enter_player_savebed (object *op);
254void leave_map (object *op); 248void leave_map (object *op);
274int can_detect_enemy (object *op, object *enemy, rv_vector *rv); 268int can_detect_enemy (object *op, object *enemy, rv_vector *rv);
275int stand_in_light (object *op); 269int stand_in_light (object *op);
276int can_see_enemy (object *op, object *enemy); 270int can_see_enemy (object *op, object *enemy);
277 271
278/* move.c */ 272/* 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); 273int transfer_ob (object *op, int x, int y, int randomly, object *originator);
282int teleport (object *teleporter, uint8 tele_type, object *user); 274int teleport (object *teleporter, uint8 tele_type, object *user);
283void recursive_roll (object *op, int dir, object *pusher); 275void recursive_roll (object *op, int dir, object *pusher);
284int push_ob (object *who, int dir, object *pusher); 276int push_ob (object *who, int dir, object *pusher);
285 277
286/* pets.c */ 278/* pets.c */
287object *get_pet_enemy (object *pet, rv_vector *rv); 279object *get_pet_enemy (object *pet, rv_vector *rv);
288void terminate_all_pets (object *owner); 280void terminate_all_pets (object *owner);
289void remove_all_pets (maptile *map); 281void move_all_pets ();
290int follow_owner (object *ob, object *owner); 282int follow_owner (object *ob, object *owner);
291void pet_move (object *ob); 283void pet_move (object *ob);
292void move_golem (object *op); 284void move_golem (object *op);
293void control_golem (object *op, int dir); 285void control_golem (object *op, int dir);
294int summon_golem (object *op, object *caster, int dir, object *spob); 286int summon_golem (object *op, object *caster, int dir, object *spob);
313int key_roll_stat (object *op, char key); 305int key_roll_stat (object *op, char key);
314int key_change_class (object *op, char key); 306int key_change_class (object *op, char key);
315int key_confirm_quit (object *op, char key); 307int key_confirm_quit (object *op, char key);
316int check_pick (object *op); 308int check_pick (object *op);
317int fire_bow (object *op, object *part, object *arrow, int dir, int wc_mod, sint16 sx, sint16 sy); 309int fire_bow (object *op, object *part, object *arrow, int dir, int wc_mod, sint16 sx, sint16 sy);
318bool fire (object *op, int dir); 310bool fire (object *who, int dir);
319object *find_key (object *pl, object *container, object *door); 311object *find_key (object *pl, object *container, object *door);
320bool move_player_attack (object *op, int dir); 312bool move_player_attack (object *op, int dir);
321bool move_player (object *op, int dir); 313bool move_player (object *op, int dir);
322bool handle_newcs_player (object *op); 314bool handle_newcs_player (object *op);
323void do_some_living (object *op); 315void do_some_living (object *op);
331void do_hidden_move (object *op); 323void do_hidden_move (object *op);
332int stand_near_hostile (object *who); 324int stand_near_hostile (object *who);
333int player_can_view (object *pl, object *op); 325int player_can_view (object *pl, object *op);
334int op_on_battleground (object *op, int *x, int *y); 326int op_on_battleground (object *op, int *x, int *y);
335void dragon_ability_gain (object *who, int atnr, int level); 327void dragon_ability_gain (object *who, int atnr, int level);
336void player_unready_range_ob (player *pl, object *ob);
337 328
338/* resurrection.c */ 329/* resurrection.c */
339int cast_raise_dead_spell (object *op, object *caster, object *spell, int dir, const char *arg); 330int cast_raise_dead_spell (object *op, object *caster, object *spell, int dir, const char *arg);
340 331
341/* rune.c */ 332/* rune.c */
348int trap_disarm (object *disarmer, object *trap, int risk, object *skill); 339int trap_disarm (object *disarmer, object *trap, int risk, object *skill);
349void trap_adjust (object *trap, int difficulty); 340void trap_adjust (object *trap, int difficulty);
350 341
351/* shop.c */ 342/* shop.c */
352int get_payment (object *pl); 343int get_payment (object *pl);
353sint64 query_cost (const object *tmp, object *who, int flag);
354const char *query_cost_string (const object *tmp, object *who, int flag);
355sint64 query_money (const object *op); 344sint64 query_money (const object *op);
356int pay_for_amount (sint64 to_pay, object *pl); 345int pay_for_amount (sint64 to_pay, object *pl);
357int pay_for_item (object *op, object *pl); 346int pay_for_item (object *op, object *pl);
358int can_pay (object *pl); 347int can_pay (object *pl);
359bool sell_item (object *op, object *pl); 348bool sell_item (object *op, object *pl);
360double shopkeeper_approval (const maptile *map, const object *player); 349double shopkeeper_approval (const maptile *map, const object *player);
361int describe_shop (const object *op); 350int describe_shop (const object *op);
362void shop_listing (object *sign, object *op); 351void shop_listing (object *sign, object *op);
363bool is_in_shop (object *o);
364bool is_in_shop (maptile *map, int x, int y); 352bool is_in_shop (maptile *map, int x, int y);
365 353
366/* skills.c */ 354/* skills.c */
367int steal (object *op, int dir, object *skill); 355int steal (object *op, int dir, object *skill);
368int pick_lock (object *pl, int dir, object *skill); 356int pick_lock (object *pl, int dir, object *skill);
375int remove_trap (object *op, int dir, object *skill); 363int remove_trap (object *op, int dir, object *skill);
376int pray (object *pl, object *skill); 364int pray (object *pl, object *skill);
377void meditate (object *pl, object *skill); 365void meditate (object *pl, object *skill);
378int write_on_item (object *pl, const char *params, object *skill); 366int write_on_item (object *pl, const char *params, object *skill);
379int skill_throw (object *op, object *part, int dir, const char *params, object *skill); 367int skill_throw (object *op, object *part, int dir, const char *params, object *skill);
368bool skill_mining (object *who, object *tool, object *skill, int dir, const char *string);
369bool skill_fishing (object *who, object *tool, object *skill, int dir, const char *string);
380 370
381/* skill_util.c */ 371/* skill_util.c */
382void init_skills (); 372void init_skills ();
383void link_player_skills (object *op); 373void link_player_skills (object *op);
384int do_skill (object *op, object *part, object *skill, int dir, const char *string); 374int do_skill (object *op, object *part, object *skill, int dir, const char *string);
429int cast_wonder (object *op, object *caster, int dir, object *spell_ob); 419int cast_wonder (object *op, object *caster, int dir, object *spell_ob);
430int perceive_self (object *op); 420int perceive_self (object *op);
431int magic_wall (object *op, object *caster, int dir, object *spell_ob); 421int magic_wall (object *op, object *caster, int dir, object *spell_ob);
432int dimension_door (object *op, object *caster, object *spob, int dir, const char *spellparam); 422int dimension_door (object *op, object *caster, object *spob, int dir, const char *spellparam);
433int cast_heal (object *op, object *caster, object *spell, int dir); 423int cast_heal (object *op, object *caster, object *spell, int dir);
434int change_ability_duration (object *spell, object *caster);
435int cast_change_ability (object *op, object *caster, object *spell_ob, int dir, int silent); 424int cast_change_ability (object *op, object *caster, object *spell_ob, int dir, int silent);
436int cast_bless (object *op, object *caster, object *spell_ob, int dir); 425int cast_bless (object *op, object *caster, object *spell_ob, int dir);
437int alchemy (object *op, object *caster, object *spell_ob); 426int alchemy (object *op, object *caster, object *spell_ob);
438int remove_curse (object *op, object *caster, object *spell); 427int remove_curse (object *op, object *caster, object *spell);
439int cast_identify (object *op, object *caster, object *spell); 428int cast_identify (object *op, object *caster, object *spell);
450 439
451/* spell_util.c */ 440/* spell_util.c */
452object *find_random_spell_in_ob (object *ob, shstr_cmp skill = shstr_cmp ()); 441object *find_random_spell_in_ob (object *ob, shstr_cmp skill = shstr_cmp ());
453void set_spell_skill (object *op, object *caster, object *spob, object *dest); 442void set_spell_skill (object *op, object *caster, object *spob, object *dest);
454void spell_effect (object *spob, int x, int y, maptile *map, object *originator); 443void spell_effect (object *spob, int x, int y, maptile *map, object *originator);
455int min_casting_level (object *caster, object *spell);
456int casting_level (object *caster, object *spell);
457sint16 SP_level_spellpoint_cost (object *caster, object *spell, int flags);
458int SP_level_dam_adjust (object *caster, object *spob);
459int SP_level_duration_adjust (object *caster, object *spob);
460int SP_level_range_adjust (object *caster, object *spob);
461object *check_spell_known (object *op, shstr_cmp name); 444object *check_spell_known (object *op, shstr_cmp name);
462object *lookup_spell_by_name (object *op, const char *spname);
463int reflwall (maptile *m, int x, int y, object *sp_op); 445int reflwall (maptile *m, int x, int y, object *sp_op);
464int cast_create_obj (object *op, object *caster, object *new_op, int dir); 446bool cast_create_obj (object *op, object *caster, object *new_op, int dir);
465int ok_to_put_more (maptile *m, sint16 x, sint16 y, object *op, int immune_stop); 447int ok_to_put_more (maptile *m, sint16 x, sint16 y, object *op, int immune_stop);
466int fire_arch_from_position (object *op, object *caster, sint16 x, sint16 y, int dir, object *spell); 448int fire_arch_from_position (object *op, object *caster, sint16 x, sint16 y, int dir, object *spell);
467void regenerate_rod (object *rod); 449void regenerate_rod (object *rod);
468void drain_rod_charge (object *rod); 450void drain_rod_charge (object *rod);
469object *find_target_for_friendly_spell (object *op, int dir); 451object *find_target_for_friendly_spell (object *op, int dir);
504void move_marker (object *op); 486void move_marker (object *op);
505void process_object (object *op); 487void process_object (object *op);
506 488
507/* weather.c */ 489/* weather.c */
508void adjust_daylight (); 490void adjust_daylight ();
491

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines