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.51 by root, Thu Apr 12 14:18:05 2007 UTC vs.
Revision 1.54 by root, Tue Apr 17 18:40:31 2007 UTC

114 *****************************************************************************/ 114 *****************************************************************************/
115 115
116/* 116/*
117 * These are the beginnings of linked lists: 117 * These are the beginnings of linked lists:
118 */ 118 */
119EXTERN treasurelist *first_treasurelist;
120EXTERN artifactlist *first_artifactlist; 119EXTERN artifactlist *first_artifactlist;
121EXTERN archetype *first_archetype; 120EXTERN archetype *first_archetype;
122EXTERN objectlink *first_friendly_object; /* Objects monsters will go after */ 121EXTERN objectlink *first_friendly_object; /* Objects monsters will go after */
123EXTERN godlink *first_god; 122EXTERN godlink *first_god;
124EXTERN racelink *first_race; 123EXTERN racelink *first_race;
125 124
126/* 125/*
127 * Variables set by different flags (see init.c): 126 * Variables set by different flags (see init.c):
128 */ 127 */
129 128
130EXTERN bool warn_archetypes; /* If true, write warnings when failing */
131 /* to find archetypes when loading from file */
132EXTERN bool init_done; /* Ignores signals until init_done is true */ 129EXTERN bool init_done; /* Ignores signals until init_done is true */
133EXTERN bool in_cleanup; /* True when cleanup() is reached */ 130EXTERN bool in_cleanup; /* True when cleanup() is reached */
134 131
135extern long pticks; /* used by various function to determine */ 132extern long pticks; /* used by various function to determine */
136 /* how often to save the character */ 133 /* how often to save the character */
137/* 134/*
138 * Misc global variables: 135 * Misc global variables:
139 */ 136 */
140EXTERN FILE *logfile; /* Used by server/daemon.c */ 137EXTERN FILE *logfile; /* Used by server/daemon.c */
141EXTERN int exiting; /* True if the game is about to exit */
142EXTERN long nroftreasures; /* Only used in malloc_info() */
143EXTERN long nrofartifacts; /* Only used in malloc_info() */
144EXTERN long nrofallowedstr; /* Only used in malloc_info() */
145 138
146EXTERN archetype *empty_archetype; /* Nice to have fast access to it */ 139EXTERN archetype *empty_archetype; /* Nice to have fast access to it */
147EXTERN archetype *map_archeytpe; 140EXTERN archetype *map_archeytpe;
148EXTERN shstr first_map_path; /* The start-level */ 141EXTERN shstr first_map_path; /* The start-level */
149EXTERN shstr first_map_ext_path; /* Path used for per-race start maps */ 142EXTERN shstr first_map_ext_path; /* Path used for per-race start maps */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines