ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/global.h
(Generate patch)

Comparing deliantra/server/include/global.h (file contents):
Revision 1.2 by pippijn, Fri Apr 21 14:40:31 2006 UTC vs.
Revision 1.7 by root, Wed Aug 30 16:30:37 2006 UTC

1/* 1/*
2 * static char *rcsid_global_h = 2 * static char *rcsid_global_h =
3 * "$Id: global.h,v 1.2 2006/04/21 14:40:31 pippijn Exp $"; 3 * "$Id: global.h,v 1.7 2006/08/30 16:30:37 root Exp $";
4 */ 4 */
5 5
6/* 6/*
7 CrossFire, A Multiplayer game for X-windows 7 CrossFire, A Multiplayer game for X-windows
8 8
176EXTERN archetype *first_archetype; 176EXTERN archetype *first_archetype;
177EXTERN objectlink *first_friendly_object; /* Objects monsters will go after */ 177EXTERN objectlink *first_friendly_object; /* Objects monsters will go after */
178EXTERN godlink *first_god; 178EXTERN godlink *first_god;
179EXTERN racelink *first_race; 179EXTERN racelink *first_race;
180 180
181#define NROF_COMPRESS_METHODS 4
182EXTERN char *uncomp[NROF_COMPRESS_METHODS][3];
183/* 181/*
184 * The editor uses these (will get them out of here later): 182 * The editor uses these (will get them out of here later):
185 */ 183 */
186 184
187EXTERN long editor; /* if true, edit maps instead of playing (almost obsolete) */ 185EXTERN long editor; /* if true, edit maps instead of playing (almost obsolete) */
189/* 187/*
190 * Variables set by different flags (see init.c): 188 * Variables set by different flags (see init.c):
191 */ 189 */
192 190
193EXTERN long warn_archetypes; /* If true, write warnings when failing */ 191EXTERN long warn_archetypes; /* If true, write warnings when failing */
194 /* to find archetypes when loading from file */ 192 /* to find archetypes when loading from file */
195EXTERN long init_done; /* Ignores signals until init_done is true */ 193EXTERN long init_done; /* Ignores signals until init_done is true */
196EXTERN long trying_emergency_save; /* True when emergency_save() is reached */ 194EXTERN long trying_emergency_save; /* True when emergency_save() is reached */
197EXTERN long nroferrors; /* If it exceeds MAX_ERRORS, call fatal() */ 195EXTERN long nroferrors; /* If it exceeds MAX_ERRORS, call fatal() */
198 196
199extern long pticks; /* used by various function to determine */ 197extern long pticks; /* used by various function to determine */
200 /* how often to save the character */ 198 /* how often to save the character */
201/* 199/*
202 * Misc global variables: 200 * Misc global variables:
203 */ 201 */
204EXTERN FILE *logfile; /* Used by server/daemon.c */ 202EXTERN FILE *logfile; /* Used by server/daemon.c */
205EXTERN int exiting; /* True if the game is about to exit */ 203EXTERN int exiting; /* True if the game is about to exit */
382 int armor_weight_reduction; /* Weight reduction per enchantment */ 380 int armor_weight_reduction; /* Weight reduction per enchantment */
383 uint8 armor_weight_linear; /* If 1, weight reduction is linear, else exponantiel */ 381 uint8 armor_weight_linear; /* If 1, weight reduction is linear, else exponantiel */
384 int armor_speed_improvement; /* Speed improvement */ 382 int armor_speed_improvement; /* Speed improvement */
385 uint8 armor_speed_linear; /* If 1, speed improvement is linear, else exponantiel */ 383 uint8 armor_speed_linear; /* If 1, speed improvement is linear, else exponantiel */
386 uint8 no_player_stealing; /* If 1, can not steal from other players */ 384 uint8 no_player_stealing; /* If 1, can not steal from other players */
385 uint8 create_home_portals; /* If 1, can create portals in personal maps */
387} Settings; 386} Settings;
388 387
389extern Settings settings; 388extern Settings settings;
390 389
391/* 0.94.1 - change to GETTIMEOFDAY macro - SNI systems only one one option. 390/* 0.94.1 - change to GETTIMEOFDAY macro - SNI systems only one one option.
406#define SCRIPT_FIX_ACTIVATOR 2 405#define SCRIPT_FIX_ACTIVATOR 2
407#define SCRIPT_FIX_ALL 1 406#define SCRIPT_FIX_ALL 1
408#define SCRIPT_FIX_NOTHING 0 407#define SCRIPT_FIX_NOTHING 0
409 408
410#include "plugin.h" 409#include "plugin.h"
410#include "cfperl.h"
411 411
412#endif /* GLOBAL_H */ 412#endif /* GLOBAL_H */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines