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.130 by root, Sun May 1 16:58:16 2011 UTC vs.
Revision 1.139 by root, Sat Nov 17 23:40:01 2018 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 (©) 2017,2018 Marc Alexander Lehmann / the Deliantra team
4 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011 Marc Alexander Lehmann / Robin Redeker / the Deliantra team 5 * Copyright (©) 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 Marc Alexander Lehmann / Robin Redeker / the Deliantra team
5 * 6 *
6 * Deliantra is free software: you can redistribute it and/or modify it under 7 * 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 8 * 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 9 * Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version. 10 * option) any later version.
10 * 11 *
11 * This program is distributed in the hope that it will be useful, 12 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details. 15 * GNU General Public License for more details.
15 * 16 *
16 * You should have received a copy of the Affero GNU General Public License 17 * 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 18 * and the GNU General Public License along with this program. If not, see
18 * <http://www.gnu.org/licenses/>. 19 * <http://www.gnu.org/licenses/>.
19 * 20 *
20 * The authors can be reached via e-mail to <support@deliantra.net> 21 * The authors can be reached via e-mail to <support@deliantra.net>
21 */ 22 */
22 23
23/* alchemy.c */ 24/* alchemy.c */
24int apply_shop_mat (object *shop_mat, object *op); 25int apply_shop_mat (object *shop_mat, object *op);
165int legal_range (object *op, int r); 166int legal_range (object *op, int r);
166int command_rotateshoottype (object *op, char *params); 167int command_rotateshoottype (object *op, char *params);
167 168
168/* c_wiz.c */ 169/* c_wiz.c */
169int command_loadtest (object *op, char *params); 170int command_loadtest (object *op, char *params);
170int command_hide (object *op, char *params);
171int command_setgod (object *op, char *params); 171int command_setgod (object *op, char *params);
172int command_banish (object *op, char *params); 172int command_banish (object *op, char *params);
173int command_save_overlay (object *op, char *params); 173int command_save_overlay (object *op, char *params);
174int command_freeze (object *op, char *params); 174int command_freeze (object *op, char *params);
175int command_arrest (object *op, char *params); 175int command_arrest (object *op, char *params);
184int command_free (object *op, char *params); 184int command_free (object *op, char *params);
185int command_addexp (object *op, char *params); 185int command_addexp (object *op, char *params);
186int command_speed (object *op, char *params); 186int command_speed (object *op, char *params);
187int command_stats (object *op, char *params); 187int command_stats (object *op, char *params);
188int command_abil (object *op, char *params); 188int command_abil (object *op, char *params);
189int command_reset (object *op, char *params);
190int command_nowiz (object *op, char *params);
191int command_dm (object *op, char *params);
192int command_invisible (object *op, char *params); 189int command_invisible (object *op, char *params);
193int command_learn_spell (object *op, char *params); 190int command_learn_spell (object *op, char *params);
194int command_learn_special_prayer (object *op, char *params); 191int command_learn_special_prayer (object *op, char *params);
195int command_forget_spell (object *op, char *params); 192int command_forget_spell (object *op, char *params);
196int command_dmhide (object *op, char *params);
197void dm_stack_push (player *pl, tag_t item); 193void dm_stack_push (player *pl, tag_t item);
198int command_stack_pop (object *op, char *params); 194int command_stack_pop (object *op, char *params);
199int command_stack_push (object *op, char *params); 195int command_stack_push (object *op, char *params);
200int command_stack_list (object *op, char *params); 196int command_stack_list (object *op, char *params);
201int command_stack_clear (object *op, char *params); 197int command_stack_clear (object *op, char *params);
238int check_name (player *me, const char *name); 234int check_name (player *me, const char *name);
239int create_savedir_if_needed (char *savedir); 235int create_savedir_if_needed (char *savedir);
240void copy_file (const char *filename, FILE *fpout); 236void copy_file (const char *filename, FILE *fpout);
241 237
242/* main.c */ 238/* main.c */
243void server_tick (); 239void one_tick ();
244void version (object *op); 240void version (object *op);
245void info_keys (object *op); 241void info_keys (object *op);
246char *crypt_string (char *str, char *salt); 242char *crypt_string (char *str, char *salt);
247void enter_player_savebed (object *op); 243void enter_player_savebed (object *op);
248void leave_map (object *op); 244void leave_map (object *op);
440/* spell_util.c */ 436/* spell_util.c */
441object *find_random_spell_in_ob (object *ob, shstr_cmp skill = shstr_cmp ()); 437object *find_random_spell_in_ob (object *ob, shstr_cmp skill = shstr_cmp ());
442void set_spell_skill (object *op, object *caster, object *spob, object *dest); 438void set_spell_skill (object *op, object *caster, object *spob, object *dest);
443void spell_effect (object *spob, int x, int y, maptile *map, object *originator); 439void spell_effect (object *spob, int x, int y, maptile *map, object *originator);
444object *check_spell_known (object *op, shstr_cmp name); 440object *check_spell_known (object *op, shstr_cmp name);
445object *lookup_spell_by_name (object *op, const char *spname);
446int reflwall (maptile *m, int x, int y, object *sp_op); 441int reflwall (maptile *m, int x, int y, object *sp_op);
447int cast_create_obj (object *op, object *caster, object *new_op, int dir); 442bool cast_create_obj (object *op, object *caster, object *new_op, int dir);
448int ok_to_put_more (maptile *m, sint16 x, sint16 y, object *op, int immune_stop); 443int ok_to_put_more (maptile *m, sint16 x, sint16 y, object *op, int immune_stop);
449int fire_arch_from_position (object *op, object *caster, sint16 x, sint16 y, int dir, object *spell); 444int fire_arch_from_position (object *op, object *caster, sint16 x, sint16 y, int dir, object *spell);
450void regenerate_rod (object *rod); 445void regenerate_rod (object *rod);
451void drain_rod_charge (object *rod); 446void drain_rod_charge (object *rod);
452object *find_target_for_friendly_spell (object *op, int dir); 447object *find_target_for_friendly_spell (object *op, int dir);
488void process_object (object *op); 483void process_object (object *op);
489 484
490/* weather.c */ 485/* weather.c */
491void adjust_daylight (); 486void adjust_daylight ();
492 487
493/* quadland.C */
494void gen_quadmap (maptile *m, int x, int y, int z);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines