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.33 by root, Sat Dec 30 10:16:10 2006 UTC vs.
Revision 1.37 by pippijn, Sat Jan 6 14:42:30 2007 UTC

1/* 1/*
2 CrossFire, A Multiplayer game for X-windows 2 CrossFire, A Multiplayer game for X-windows
3 3
4 Copyright (C) 2005, 2006, 2007 Marc Lehmann & Crossfire+ Development Team
4 Copyright (C) 2002 Mark Wedel & Crossfire Development Team 5 Copyright (C) 2002 Mark Wedel & Crossfire Development Team
5 Copyright (C) 1992 Frank Tore Johansen 6 Copyright (C) 1992 Frank Tore Johansen
6 7
7 This program is free software; you can redistribute it and/or modify 8 This program is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 9 it under the terms of the GNU General Public License as published by
123EXTERN objectlink *first_friendly_object; /* Objects monsters will go after */ 124EXTERN objectlink *first_friendly_object; /* Objects monsters will go after */
124EXTERN godlink *first_god; 125EXTERN godlink *first_god;
125EXTERN racelink *first_race; 126EXTERN racelink *first_race;
126 127
127/* 128/*
128 * The editor uses these (will get them out of here later):
129 */
130
131EXTERN long editor; /* if true, edit maps instead of playing (almost obsolete) */
132
133/*
134 * Variables set by different flags (see init.c): 129 * Variables set by different flags (see init.c):
135 */ 130 */
136 131
137EXTERN bool warn_archetypes; /* If true, write warnings when failing */ 132EXTERN bool warn_archetypes; /* If true, write warnings when failing */
138 /* to find archetypes when loading from file */ 133 /* to find archetypes when loading from file */
150EXTERN long nrofartifacts; /* Only used in malloc_info() */ 145EXTERN long nrofartifacts; /* Only used in malloc_info() */
151EXTERN long nrofallowedstr; /* Only used in malloc_info() */ 146EXTERN long nrofallowedstr; /* Only used in malloc_info() */
152 147
153EXTERN archetype *empty_archetype; /* Nice to have fast access to it */ 148EXTERN archetype *empty_archetype; /* Nice to have fast access to it */
154EXTERN archetype *map_archeytpe; 149EXTERN archetype *map_archeytpe;
155EXTERN char first_map_path[MAX_BUF]; /* The start-level */ 150EXTERN shstr first_map_path; /* The start-level */
156EXTERN char first_map_ext_path[MAX_BUF]; /* Path used for per-race start maps */ 151EXTERN shstr first_map_ext_path; /* Path used for per-race start maps */
157 152
158EXTERN char errmsg[HUGE_BUF]; 153EXTERN char errmsg[HUGE_BUF];
159EXTERN long ob_count; 154EXTERN long ob_count;
160/* 155/*
161 * Used in treasure.c 156 * Used in treasure.c
189extern New_Face *smooth_face; 184extern New_Face *smooth_face;
190 185
191extern client *init_sockets; 186extern client *init_sockets;
192 187
193extern void emergency_save (); 188extern void emergency_save ();
194extern void cleanup (bool make_core = false); 189extern void cleanup (const char *cause, bool make_core = false);
195 190
196#include "libproto.h" 191#include "libproto.h"
197#include "sockproto.h" 192#include "sockproto.h"
198 193
199#define decrease_ob(xyz) decrease_ob_nr(xyz,1) 194#define decrease_ob(xyz) decrease_ob_nr(xyz,1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines