ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/sproto.h
Revision: 1.92
Committed: Mon Sep 29 06:32:09 2008 UTC (15 years, 7 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.91: +1 -1 lines
Log Message:
spell effective level system reworked

File Contents

# User Rev Content
1 root 1.67 /*
2 root 1.80 * This file is part of Deliantra, the Roguelike Realtime MMORPG.
3 root 1.67 *
4 root 1.89 * Copyright (©) 2005,2006,2007,2008 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 root 1.67 *
6 root 1.80 * Deliantra is free software: you can redistribute it and/or modify
7 root 1.70 * it under the terms of the GNU General Public License as published by
8     * the Free Software Foundation, either version 3 of the License, or
9     * (at your option) any later version.
10 root 1.67 *
11 root 1.70 * This program is distributed in the hope that it will be useful,
12     * but WITHOUT ANY WARRANTY; without even the implied warranty of
13     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14     * GNU General Public License for more details.
15 root 1.67 *
16 root 1.70 * You should have received a copy of the GNU General Public License
17     * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 root 1.67 *
19 root 1.80 * The authors can be reached via e-mail to <support@deliantra.net>
20 root 1.67 */
21    
22 root 1.1 /* alchemy.c */
23 elmex 1.12 int need_identify (const object *obj);
24 elmex 1.11 int apply_shop_mat (object *shop_mat, object *op);
25 pippijn 1.54 const char *cost_string_from_value (sint64 cost, int approx);
26 root 1.18 void pay_player (object *pl, sint64 amount);
27     sint64 pay_player_arch (object *pl, const char *arch, sint64 amount);
28 pippijn 1.54 void attempt_do_alchemy (object *caster, object *cauldron);
29     int content_recipe_value (object *op);
30     int numb_ob_inside (object *op);
31     object *attempt_recipe (object *caster, object *cauldron, int ability, recipe *rp, int nbatches);
32     void adjust_product (object *item, int lvl, int yield);
33     object *make_item_from_recipe (object *cauldron, recipe *rp);
34     object *find_transmution_ob (object *first_ingred, recipe *rp, size_t *rp_arch_index, int create_item);
35     void alchemy_failure_effect (object *op, object *cauldron, recipe *rp, int danger);
36     void remove_contents (object *first_ob, object *save_item);
37     int calc_alch_danger (object *caster, object *cauldron, recipe *rp);
38    
39 root 1.1 /* apply.c */
40 pippijn 1.54 int transport_can_hold (const object *transport, const object *op, int nrof);
41     int apply_transport (object *pl, object *transport, int aflag);
42     int should_director_abort (object *op, object *victim);
43     int apply_potion (object *op, object *tmp);
44     int prepare_weapon (object *op, object *improver, object *weapon);
45     int improve_weapon (object *op, object *improver, object *weapon);
46     int check_improve_weapon (object *op, object *tmp);
47     int improve_armour (object *op, object *improver, object *armour);
48     int apply_container (object *op, object *sack);
49     int esrv_apply_container (object *op, object *sack);
50     void move_apply (object *trap, object *victim, object *originator);
51     void do_learn_spell (object *op, object *spell, int special_prayer);
52     void do_forget_spell (object *op, const char *spell);
53     void apply_scroll (object *op, object *tmp, int dir);
54     int dragon_eat_flesh (object *op, object *meal);
55     void apply_poison (object *op, object *tmp);
56     int is_legal_2ways_exit (object *op, object *exit);
57     int manual_apply (object *op, object *tmp, int aflag);
58     int player_apply (object *pl, object *op, int aflag, int quiet);
59     void player_apply_below (object *pl);
60     int unapply_for_ob (object *who, object *op, int aflags);
61     int can_apply_object (object *who, object *op);
62     int apply_special (object *who, object *op, int aflags);
63     int monster_apply_special (object *who, object *op, int aflags);
64     int auto_apply (object *op);
65     void fix_auto_apply (maptile *m);
66     void eat_special_food (object *who, object *food);
67     void apply_lighter (object *who, object *lighter);
68     void scroll_failure (object *op, int failure, int power);
69     void apply_changes_to_player (object *pl, object *change);
70     void apply_item_transformer (object *pl, object *transformer);
71 elmex 1.72 extern void handle_apply_yield (object *op);
72 pippijn 1.54
73 root 1.1 /* attack.c */
74 pippijn 1.54 void cancellation (object *op);
75     int did_make_save_item (object *op, int type, object *originator);
76     void save_throw_object (object *op, int type, object *originator);
77     int hit_map (object *op, int dir, int type, int full_hit);
78     void attack_message (int dam, int type, object *op, object *hitter);
79     int attack_ob (object *op, object *hitter);
80     object *hit_with_arrow (object *op, object *victim);
81     void tear_down_wall (object *op);
82     void scare_creature (object *target, object *hitter);
83     int hit_player_attacktype (object *op, object *hitter, int dam, uint32 attacknum, int magic);
84     int kill_object (object *op, int dam, object *hitter, int type);
85     int friendly_fire (object *op, object *hitter);
86     int hit_player (object *op, int dam, object *hitter, int type, int full_hit);
87     void poison_player (object *op, object *hitter, int dam);
88     void slow_player (object *op, object *hitter, int dam);
89     void confuse_player (object *op, object *hitter, int dam);
90     void blind_player (object *op, object *hitter, int dam);
91     void paralyze_player (object *op, object *hitter, int dam);
92     void deathstrike_player (object *op, object *hitter, int *dam);
93     int adj_attackroll (object *hitter, object *target);
94     int is_aimed_missile (object *op);
95    
96 root 1.1 /* build_map.c */
97 pippijn 1.54 int can_build_over (struct mapdef *map, object *tmp, short x, short y);
98     void remove_marking_runes (struct mapdef *map, short x, short y);
99     int find_unused_connected_value (struct mapdef *map);
100     int find_or_create_connection_for_map (object *pl, short x, short y, object *rune);
101     object *get_connection_rune (object *pl, short x, short y);
102     object *get_msg_book (object *pl, short x, short y);
103     object *get_wall (struct mapdef *map, int x, int y);
104     void fix_walls (maptile *map, int x, int y);
105     void fix_walls_around (maptile *map, int x, int y);
106     void apply_builder_floor (object *pl, object *material, short x, short y);
107     void apply_builder_wall (object *pl, object *material, short x, short y);
108     void apply_builder_item (object *pl, object *item, short x, short y);
109     void apply_builder_remove (object *pl, int dir);
110     void apply_map_builder (object *pl, int dir);
111     int adjust_sign_msg (object *pl, short x, short y, object *tmp);
112    
113 root 1.1 /* c_misc.c */
114 pippijn 1.54 int command_motd (object *op, char *params);
115     int command_bug (object *op, char *params);
116     void malloc_info (object *op);
117     int command_whereabouts (object *op, char *params);
118     int command_malloc (object *op, char *params);
119     int command_maps (object *op, char *params);
120     int command_strings (object *op, char *params);
121     int command_sstable (object *op, char *params);
122     int command_time (object *op, char *params);
123     int command_weather (object *op, char *params);
124     int command_archs (object *op, char *params);
125     int command_hiscore (object *op, char *params);
126     int command_debug (object *op, char *params);
127     int command_dumpbelow (object *op, char *params);
128 root 1.69 int command_dumpfriendlyobjects (object *op, char *params);
129 pippijn 1.54 int command_wizpass (object *op, char *params);
130     int command_wizcast (object *op, char *params);
131     int command_printlos (object *op, char *params);
132     int command_version (object *op, char *params);
133     void bug_report (const char *reportstring);
134     int command_statistics (object *pl, char *params);
135     int command_fix_me (object *op, char *params);
136     int command_players (object *op, char *paramss);
137     int command_bowmode (object *op, char *params);
138     int command_showpets (object *op, char *params);
139     int command_resistances (object *op, char *params);
140     int command_help (object *op, char *params);
141     int onoff_value (const char *line);
142     int command_quit (object *op, char *params);
143     int command_real_quit (object *op, char *params);
144     void receive_player_name (object *op, char k);
145     void receive_player_password (object *op, char k);
146     int command_title (object *op, char *params);
147     int command_kill_pets (object *op, char *params);
148     int command_quests (object *pl, char *params);
149    
150 root 1.1 /* c_move.c */
151 pippijn 1.54 int command_east (object *op, char *params);
152     int command_north (object *op, char *params);
153     int command_northeast (object *op, char *params);
154     int command_northwest (object *op, char *params);
155     int command_south (object *op, char *params);
156     int command_southeast (object *op, char *params);
157     int command_southwest (object *op, char *params);
158     int command_west (object *op, char *params);
159     int command_stay (object *op, char *params);
160    
161 root 1.1 /* c_new.c */
162 pippijn 1.54 void execute_newserver_command (object *pl, char *command);
163     int bad_command (object *op, char *params);
164    
165 root 1.1 /* c_object.c */
166 pippijn 1.54 object *find_best_object_match (object *pl, const char *params);
167     int command_build (object *pl, char *params);
168     int command_uskill (object *pl, char *params);
169     int command_rskill (object *pl, char *params);
170     int command_search (object *op, char *params);
171     int command_disarm (object *op, char *params);
172     int command_throw (object *op, char *params);
173     int command_apply (object *op, char *params);
174     int sack_can_hold (object *pl, object *sack, object *op, uint32 nrof);
175     void pick_up (object *op, object *alt);
176     int command_take (object *op, char *params);
177     void put_object_in_sack (object *op, object *sack, object *tmp, uint32 nrof);
178     void drop_object (object *op, object *tmp, uint32 nrof);
179     void drop (object *op, object *tmp);
180     int command_dropall (object *op, char *params);
181     int command_drop (object *op, char *params);
182     int command_examine (object *op, char *params);
183     object *find_marked_object (object *op);
184     void examine_monster (object *op, object *tmp);
185 root 1.57 const char *long_desc (object *tmp, object *pl);
186 pippijn 1.54 void examine (object *op, object *tmp);
187     int command_pickup (object *op, char *params);
188     void set_pickup_mode (object *op, int i);
189     int command_search_items (object *op, char *params);
190     int command_rename_item (object *op, char *params);
191    
192 root 1.1 /* c_party.c */
193 pippijn 1.54 partylist *get_firstparty (void);
194     void remove_party (partylist *target_party);
195     void obsolete_parties (void);
196 root 1.57 void add_kill_to_party (partylist *party, const char *killer, const char *dead, long exp);
197 pippijn 1.54 int confirm_party_password (object *op);
198     void receive_party_password (object *op, char k);
199 root 1.86 void send_party_message (object *op, const char *msg);
200 pippijn 1.54 int command_gsay (object *op, char *params);
201     int command_party (object *op, char *params);
202    
203 root 1.1 /* c_range.c */
204 pippijn 1.54 int command_invoke (object *op, char *params);
205     int command_cast (object *op, char *params);
206     int command_prepare (object *op, char *params);
207     int command_cast_spell (object *op, char *params, char command);
208     int legal_range (object *op, int r);
209     void change_spell (object *op, char k);
210     int command_rotateshoottype (object *op, char *params);
211    
212 root 1.1 /* c_wiz.c */
213 pippijn 1.54 int command_loadtest (object *op, char *params);
214     void do_wizard_hide (object *op, int silent_dm);
215     int command_hide (object *op, char *params);
216     int command_setgod (object *op, char *params);
217     int command_banish (object *op, char *params);
218     int command_save_overlay (object *op, char *params);
219     int command_freeze (object *op, char *params);
220     int command_arrest (object *op, char *params);
221     int command_summon (object *op, char *params);
222     int command_teleport (object *op, char *params);
223     int command_create (object *op, char *params);
224     int command_inventory (object *op, char *params);
225     int command_skills (object *op, char *params);
226     int command_dump (object *op, char *params);
227     int command_patch (object *op, char *params);
228     int command_remove (object *op, char *params);
229     int command_free (object *op, char *params);
230     int command_addexp (object *op, char *params);
231     int command_speed (object *op, char *params);
232     int command_stats (object *op, char *params);
233     int command_abil (object *op, char *params);
234     int command_reset (object *op, char *params);
235     int command_nowiz (object *op, char *params);
236     int do_wizard_dm (object *op, char *params, int silent);
237     int command_dm (object *op, char *params);
238     int command_invisible (object *op, char *params);
239     int command_learn_spell (object *op, char *params);
240     int command_learn_special_prayer (object *op, char *params);
241     int command_forget_spell (object *op, char *params);
242     int command_dmhide (object *op, char *params);
243     void dm_stack_pop (player *pl);
244     object *dm_stack_peek (player *pl);
245     void dm_stack_push (player *pl, tag_t item);
246     object *get_dm_object (player *pl, char **params, int *from);
247     int command_stack_pop (object *op, char *params);
248     int command_stack_push (object *op, char *params);
249     int command_stack_list (object *op, char *params);
250     int command_stack_clear (object *op, char *params);
251     int command_diff (object *op, char *params);
252     int command_insert_into (object *op, char *params);
253    
254 root 1.1 /* commands.c */
255 pippijn 1.54 void init_commands (void);
256     CommFunc find_oldsocket_command (char *cmd);
257     CommFunc find_oldsocket_command2 (char *cmd);
258    
259 root 1.1 /* daemon.c */
260 pippijn 1.54 FILE *BecomeDaemon (const char *filename);
261    
262 root 1.1 /* disease.c */
263 pippijn 1.54 int move_disease (object *disease);
264     int remove_symptoms (object *disease);
265     object *find_symptom (object *disease);
266     int check_infection (object *disease);
267     int infect_object (object *victim, object *disease, int force);
268     int do_symptoms (object *disease);
269     int grant_immunity (object *disease);
270     int move_symptom (object *symptom);
271     int check_physically_infect (object *victim, object *hitter);
272     object *find_disease (object *victim);
273 root 1.75 int cure_disease (object *sufferer, object *caster, object *spell);
274 pippijn 1.54 int reduce_symptoms (object *sufferer, int reduction);
275    
276 root 1.1 /* egoitem.c */
277 pippijn 1.54 int create_artifact (object *op, const char *artifactname);
278     int apply_power_crystal (object *op, object *crystal);
279    
280 root 1.1 /* hiscore.c */
281 pippijn 1.54 char *spool (char *bp, char *error);
282     void check_score (object *op);
283     void display_high_score (object *op, int max, const char *match);
284    
285 root 1.1 /* gods.c */
286 pippijn 1.54 int lookup_god_by_name (const char *name);
287     object *find_god (const char *name);
288     const char *determine_god (object *op);
289     void pray_at_altar (object *pl, object *altar, object *skill);
290     void become_follower (object *op, object *new_god);
291     int worship_forbids_use (object *op, object *exp_obj, uint32 flag, const char *string);
292     void stop_using_item (object *op, int type, int number);
293     void update_priest_flag (object *god, object *exp_ob, uint32 flag);
294     archetype *determine_holy_arch (object *god, const char *type);
295     void god_intervention (object *op, object *god, object *skill);
296     int god_examines_priest (object *op, object *god);
297     int god_examines_item (object *god, object *item);
298     int get_god (object *priest);
299     const char *get_god_for_race (const char *race);
300     int tailor_god_spell (object *spellop, object *caster);
301    
302 root 1.1 /* init.c */
303 root 1.91 void load_settings (void);
304     void load_materials (void);
305 pippijn 1.54 void init (int argc, char **argv);
306     void usage (void);
307     void help (void);
308     void init_beforeplay (void);
309     void init_signals (void);
310     void init_races (void);
311     void dump_races (void);
312     void add_to_racelist (const char *race_name, object *op);
313     racelink *get_racelist (void);
314     racelink *find_racelink (const char *name);
315    
316 root 1.1 /* login.c */
317 pippijn 1.54 void delete_character (const char *name);
318     int verify_player (const char *name, char *password);
319     int check_name (player *me, const char *name);
320     int create_savedir_if_needed (char *savedir);
321     void copy_file (const char *filename, FILE *fpout);
322    
323 root 1.1 /* main.c */
324 root 1.13 void server_tick ();
325 pippijn 1.54 void version (object *op);
326     void info_keys (object *op);
327     char *crypt_string (char *str, char *salt);
328     void enter_player_savebed (object *op);
329     void leave_map (object *op);
330     void set_map_timeout (maptile *oldmap);
331     char *clean_path (const char *file);
332     char *unclean_path (const char *src);
333     void enter_exit (object *op, object *exit_ob);
334     void process_events ();
335     void clean_tmp_files (void);
336     void leave (player *pl,int draw_exit);
337     void do_specials (void);
338     int main (int argc, char **argv);
339    
340 root 1.1 /* monster.c */
341 pippijn 1.54 object *check_enemy (object *npc, rv_vector *rv);
342     object *find_nearest_living_creature (object *npc);
343     object *find_enemy (object *npc, rv_vector *rv);
344     int check_wakeup (object *op, object *enemy, rv_vector *rv);
345     int move_randomly (object *op);
346     int move_monster (object *op);
347     int can_hit (object *ob1, object *ob2, rv_vector *rv);
348     object *monster_choose_random_spell (object *monster);
349     int monster_cast_spell (object *head, object *part, object *pl, int dir, rv_vector *rv);
350     int monster_use_scroll (object *head, object *part, object *pl, int dir, rv_vector *rv);
351     int monster_use_skill (object *head, object *part, object *pl, int dir);
352     int monster_use_range (object *head, object *part, object *pl, int dir);
353     int monster_use_bow (object *head, object *part, object *pl, int dir);
354     int check_good_weapon (object *who, object *item);
355     int check_good_armour (object *who, object *item);
356     void monster_check_pickup (object *monster);
357     int monster_can_pick (object *monster, object *item);
358     void monster_apply_below (object *monster);
359     void monster_check_apply (object *mon, object *item);
360     void npc_call_help (object *op);
361     int dist_att (int dir, object *ob, object *enemy, object *part, rv_vector *rv);
362     int run_att (int dir, object *ob, object *enemy, object *part, rv_vector *rv);
363     int hitrun_att (int dir, object *ob, object *enemy);
364     int wait_att (int dir, object *ob, object *enemy, object *part, rv_vector *rv);
365     int disthit_att (int dir, object *ob, object *enemy, object *part, rv_vector *rv);
366     int wait_att2 (int dir, object *ob, object *enemy, object *part, rv_vector *rv);
367     void circ1_move (object *ob);
368     void circ2_move (object *ob);
369     void pace_movev (object *ob);
370     void pace_moveh (object *ob);
371     void pace2_movev (object *ob);
372     void pace2_moveh (object *ob);
373     void rand_move (object *ob);
374     void check_earthwalls (object *op, maptile *m, int x, int y);
375     void check_doors (object *op, maptile *m, int x, int y);
376     void communicate (object *op, const char *txt);
377     int talk_to_npc (object *op, object *npc, const char *txt);
378     int talk_to_wall (object *pl, object *npc, const char *txt);
379     object *find_mon_throw_ob (object *op);
380     int can_detect_enemy (object *op, object *enemy, rv_vector *rv);
381     int stand_in_light (object *op);
382     int can_see_enemy (object *op, object *enemy);
383    
384 root 1.1 /* move.c */
385 pippijn 1.54 int move_object (object *op, int dir);
386     int move_ob (object *op, int dir, object *originator);
387     int transfer_ob (object *op, int x, int y, int randomly, object *originator);
388     int teleport (object *teleporter, uint8 tele_type, object *user);
389     void recursive_roll (object *op, int dir, object *pusher);
390     int try_fit (object *op, maptile *m, int x, int y);
391     int roll_ob (object *op, int dir, object *pusher);
392     int push_ob (object *who, int dir, object *pusher);
393    
394 root 1.1 /* pets.c */
395 pippijn 1.54 object *get_pet_enemy (object *pet, rv_vector *rv);
396     void terminate_all_pets (object *owner);
397     void remove_all_pets (maptile *map);
398     int follow_owner (object *ob, object *owner);
399     void pet_move (object *ob);
400     object *fix_summon_pet (archetype *at, object *op, int dir, int is_golem);
401     void move_golem (object *op);
402     void control_golem (object *op, int dir);
403     int summon_golem (object *op, object *caster, int dir, object *spob);
404     object *choose_cult_monster (object *pl, object *god, int summon_level);
405     int summon_object (object *op, object *caster, object *spell_ob, int dir, const char *stringarg);
406     object *get_real_owner (object *ob);
407     int should_arena_attack (object *pet, object *owner, object *target);
408    
409 root 1.1 /* player.c */
410 pippijn 1.54 player *find_player (const char *plname);
411     player *find_player_partial_name (const char *plname);
412     void display_motd (const object *op);
413     void send_rules (const object *op);
414     void send_news (const object *op);
415     int playername_ok (const char *cp);
416     archetype *get_player_archetype (archetype *at);
417     object *get_nearest_player (object *mon);
418     int path_to_player (object *mon, object *pl, unsigned mindiff);
419     void give_initial_items (object *pl, treasurelist *items);
420     void get_name (object *op);
421     void get_password (object *op);
422     void play_again (object *op);
423     int receive_play_again (object *op, char key);
424     void confirm_password (object *op);
425     void get_party_password (object *op, partylist *party);
426     void Roll_Again (object *op);
427     void Swap_Stat (object *op, int Swap_Second);
428     int key_roll_stat (object *op, char key);
429     int key_change_class (object *op, char key);
430     int key_confirm_quit (object *op, char key);
431     void flee_player (object *op);
432     int check_pick (object *op);
433     object *find_arrow (object *op, const char *type);
434     object *find_better_arrow (object *op, object *target, const char *type, int *better);
435     object *pick_arrow_target (object *op, const char *type, int dir);
436     int fire_bow (object *op, object *part, object *arrow, int dir, int wc_mod, sint16 sx, sint16 sy);
437     int player_fire_bow (object *op, int dir);
438     void fire_misc_object (object *op, int dir);
439 root 1.65 bool fire (object *op, int dir);
440 pippijn 1.54 object *find_key (object *pl, object *container, object *door);
441 root 1.65 bool move_player_attack (object *op, int dir);
442     bool move_player (object *op, int dir);
443     bool handle_newcs_player (object *op);
444 pippijn 1.54 int save_life (object *op);
445 root 1.88 const char *gravestone_text (object *op);
446 pippijn 1.54 void do_some_living (object *op);
447     void kill_player (object *op);
448     void loot_object (object *op);
449     void fix_weight (void);
450     void fix_luck (void);
451     void cast_dust (object *op, object *throw_ob, int dir);
452     void make_visible (object *op);
453     int is_true_undead (object *op);
454     int hideability (object *ob);
455     void do_hidden_move (object *op);
456     int stand_near_hostile (object *who);
457     int player_can_view (object *pl, object *op);
458     int action_makes_visible (object *op);
459     int op_on_battleground (object *op, int *x, int *y);
460     void dragon_ability_gain (object *who, int atnr, int level);
461     void player_unready_range_ob (player *pl, object *ob);
462    
463 root 1.1 /* resurrection.c */
464 pippijn 1.54 int cast_raise_dead_spell (object *op, object *caster, object *spell, int dir, const char *arg);
465     int resurrection_fails (int levelcaster, int leveldead);
466     void dead_player (object *op);
467     void dead_character (const char *name);
468     int dead_player_exists (const char *name);
469    
470 root 1.1 /* rune.c */
471 pippijn 1.54 int write_rune (object *op, object *caster, object *spell, int dir, const char *runename);
472     void move_rune (object *op);
473     void rune_attack (object *op, object *victim);
474     void spring_trap (object *trap, object *victim);
475     int dispel_rune (object *op, object *caster, object *spell, object *skill, int dir);
476     int trap_see (object *op, object *trap);
477     int trap_show (object *trap, object *where);
478     int trap_disarm (object *disarmer, object *trap, int risk, object *skill);
479     void trap_adjust (object *trap, int difficulty);
480    
481 root 1.1 /* shop.c */
482 pippijn 1.54 int get_payment (object *pl);
483     sint64 query_cost (const object *tmp, object *who, int flag);
484     const char *query_cost_string (const object *tmp, object *who, int flag);
485     sint64 query_money (const object *op);
486     int pay_for_amount (sint64 to_pay, object *pl);
487     int pay_for_item (object *op, object *pl);
488     int can_pay (object *pl);
489 elmex 1.87 bool sell_item (object *op, object *pl);
490 pippijn 1.54 double shopkeeper_approval (const maptile *map, const object *player);
491     int describe_shop (const object *op);
492 elmex 1.58 void shop_listing (object *sign, object *op);
493 elmex 1.14 bool is_in_shop (object *o);
494 root 1.20 bool is_in_shop (maptile *map, int x, int y);
495 pippijn 1.54
496 root 1.1 /* skills.c */
497 pippijn 1.54 int steal (object *op, int dir, object *skill);
498     int pick_lock (object *pl, int dir, object *skill);
499     int hide (object *op, object *skill);
500     int jump (object *pl, int dir, object *skill);
501     int do_skill_ident2 (object *tmp, object *pl, int obj_class, object *skill);
502     int skill_ident (object *pl, object *skill);
503     int use_oratory (object *pl, int dir, object *skill);
504     int singing (object *pl, int dir, object *skill);
505     int find_traps (object *pl, object *skill);
506     int remove_trap (object *op, int dir, object *skill);
507     int pray (object *pl, object *skill);
508     void meditate (object *pl, object *skill);
509     int write_on_item (object *pl, const char *params, object *skill);
510     int skill_throw (object *op, object *part, int dir, const char *params, object *skill);
511    
512 root 1.1 /* skill_util.c */
513 pippijn 1.54 void init_skills (void);
514     void link_player_skills (object *op);
515     int do_skill (object *op, object *part, object *skill, int dir, const char *string);
516     int calc_skill_exp (object *who, object *op, object *skill);
517     int learn_skill (object *pl, object *scroll);
518     void show_skills (object *op, const char *search);
519     int use_skill (object *op, const char *string);
520     int skill_attack (object *tmp, object *pl, int dir, const char *string, object *skill);
521    
522 root 1.1 /* spell_attack.c */
523 pippijn 1.54 void check_spell_knockback (object *op);
524     void forklightning (object *op, object *tmp);
525     void move_bolt (object *op);
526     int fire_bolt (object *op, object *caster, int dir, object *spob, object *skill);
527     void explosion (object *op);
528     void explode_bullet (object *op);
529     void check_bullet (object *op);
530     void move_bullet (object *op);
531     int fire_bullet (object *op, object *caster, int dir, object *spob);
532     void cone_drop (object *op);
533     void move_cone (object *op);
534     int cast_cone (object *op, object *caster, int dir, object *spell);
535     void animate_bomb (object *op);
536     int create_bomb (object *op, object *caster, int dir, object *spell);
537     object *get_pointed_target (object *op, int dir, int range, int type);
538     int cast_smite_spell (object *op, object *caster, int dir, object *spell);
539     void move_missile (object *op);
540     int make_object_glow (object *op, int radius, int time);
541     int cast_destruction (object *op, object *caster, object *spell_ob);
542     int cast_curse (object *op, object *caster, object *spell_ob, int dir);
543     int mood_change (object *op, object *caster, object *spell);
544     void move_ball_spell (object *op);
545     void move_swarm_spell (object *op);
546     int fire_swarm (object *op, object *caster, object *spell, int dir);
547     int cast_light (object *op, object *caster, object *spell, int dir);
548     int cast_cause_disease (object *op, object *caster, object *spell, int dir);
549    
550 root 1.1 /* spell_effect.c */
551 pippijn 1.54 void cast_magic_storm (object *op, object *tmp, int lvl);
552     int recharge (object *op, object *caster, object *spell_ob);
553     void polymorph_living (object *op);
554     void polymorph_melt (object *who, object *op);
555     void polymorph_item (object *who, object *op);
556     void polymorph (object *op, object *who);
557     int cast_polymorph (object *op, object *caster, object *spell_ob, int dir);
558     int cast_create_missile (object *op, object *caster, object *spell, int dir, const char *stringarg);
559     int cast_create_food (object *op, object *caster, object *spell_ob, int dir, const char *stringarg);
560     int probe (object *op, object *caster, object *spell_ob, int dir);
561     int makes_invisible_to (object *pl, object *mon);
562     int cast_invisible (object *op, object *caster, object *spell_ob);
563     int cast_earth_to_dust (object *op, object *caster, object *spell_ob);
564     void execute_word_of_recall (object *op);
565     int cast_word_of_recall (object *op, object *caster, object *spell_ob);
566     int cast_wonder (object *op, object *caster, int dir, object *spell_ob);
567     int perceive_self (object *op);
568     int magic_wall (object *op, object *caster, int dir, object *spell_ob);
569     int dimension_door (object *op, object *caster, object *spob, int dir);
570     int cast_heal (object *op, object *caster, object *spell, int dir);
571     int cast_change_ability (object *op, object *caster, object *spell_ob, int dir, int silent);
572     int cast_bless (object *op, object *caster, object *spell_ob, int dir);
573     int alchemy (object *op, object *caster, object *spell_ob);
574     int remove_curse (object *op, object *caster, object *spell);
575     int cast_identify (object *op, object *caster, object *spell);
576     int cast_detection (object *op, object *caster, object *spell, object *skill);
577     int cast_transfer (object *op, object *caster, object *spell, int dir);
578     void counterspell (object *op, int dir);
579     int cast_consecrate (object *op, object *caster, object *spell);
580     int animate_weapon (object *op, object *caster, object *spell, int dir);
581     int cast_change_map_lightlevel (object *op, object *caster, object *spell);
582     int create_aura (object *op, object *caster, object *spell);
583     void move_aura (object *aura);
584     void move_peacemaker (object *op);
585     int write_mark (object *op, object *spell, const char *msg);
586    
587 root 1.1 /* spell_util.c */
588 pippijn 1.54 object *find_random_spell_in_ob (object *ob, const char *skill);
589     void set_spell_skill (object *op, object *caster, object *spob, object *dest);
590     void spell_effect (object *spob, int x, int y, maptile *map, object *originator);
591     int min_casting_level (object *caster, object *spell);
592 root 1.92 int casting_level (object *caster, object *spell);
593 pippijn 1.54 sint16 SP_level_spellpoint_cost (object *caster, object *spell, int flags);
594     int SP_level_dam_adjust (object *caster, object *spob);
595     int SP_level_duration_adjust (object *caster, object *spob);
596     int SP_level_range_adjust (object *caster, object *spob);
597     object *check_spell_known (object *op, const char *name);
598     object *lookup_spell_by_name (object *op, const char *spname);
599     int reflwall (maptile *m, int x, int y, object *sp_op);
600     int cast_create_obj (object *op, object *caster, object *new_op, int dir);
601     int ok_to_put_more (maptile *m, sint16 x, sint16 y, object *op, int immune_stop);
602     int fire_arch_from_position (object *op, object *caster, sint16 x, sint16 y, int dir, object *spell);
603     void regenerate_rod (object *rod);
604     void drain_rod_charge (object *rod);
605     object *find_target_for_friendly_spell (object *op, int dir);
606     int spell_find_dir (maptile *m, int x, int y, object *exclude);
607     void put_a_monster (object *op, const char *monstername);
608     int summon_hostile_monsters (object *op, int n, const char *monstername);
609     void shuffle_attack (object *op, int change_face);
610     void prayer_failure (object *op, int failure, int power);
611     void spell_failure (object *op, int failure, int power, object *skill);
612     int cast_party_spell (object *op, object *caster, int dir, object *spell_ob, char *stringarg);
613     int cast_spell (object *op, object *caster, int dir, object *spell_ob, char *stringarg);
614     void move_spell_effect (object *op);
615     void check_spell_effect (object *op);
616     void apply_spell_effect (object *spell, object *victim);
617    
618 root 1.1 /* swamp.c */
619 pippijn 1.54 void walk_on_deep_swamp (object *op, object *victim);
620     void move_deep_swamp (object *op);
621    
622 root 1.1 /* swap.c */
623 pippijn 1.54 void read_map_log (void);
624     void swap_map (maptile *map);
625     void check_active_maps (void);
626     maptile *map_least_timeout (char *except_level);
627     void swap_below_max (char *except_level);
628     int players_on_map (maptile *m, int show_all);
629     void flush_old_maps (void);
630    
631 root 1.1 /* time.c */
632 pippijn 1.54 void remove_door (object *op);
633     void remove_door2 (object *op);
634     void generate_monster (object *gen);
635     void remove_force (object *op);
636     void remove_blindness (object *op);
637     void poison_more (object *op);
638     void move_gate (object *op);
639     void move_timed_gate (object *op);
640     void move_detector (object *op);
641     void animate_trigger (object *op);
642     void move_hole (object *op);
643     object *stop_item (object *op);
644     void fix_stopped_item (object *op, maptile *map, object *originator);
645     object *fix_stopped_arrow (object *op);
646     void move_arrow (object *op);
647     void change_object (object *op);
648     void move_teleporter (object *op);
649     void move_player_changer (object *op);
650     void move_firewall (object *op);
651     void move_player_mover (object *op);
652     void move_duplicator (object *op);
653     void move_creator (object *creator);
654     void move_marker (object *op);
655 root 1.66 void process_object (object *op);
656 pippijn 1.54
657 root 1.1 /* weather.c */
658 pippijn 1.54 void set_darkness_map (maptile *m);
659 root 1.56 void adjust_daylight (void);