]> git.jsancho.org Git - lugaru.git/blob - Source/Globals.cpp
Map loading cleanup
[lugaru.git] / Source / Globals.cpp
1 /*
2 Copyright (C) 2003, 2010 - Wolfire Games
3
4 This file is part of Lugaru.
5
6 Lugaru is free software; you can redistribute it and/or
7 modify it under the terms of the GNU General Public License
8 as published by the Free Software Foundation; either version 2
9 of the License, or (at your option) any later version.
10
11 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.  
14
15 See the GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
20 */
21
22 #include "SDL.h"
23
24 #include "gamegl.h"
25 #include "Quaternions.h"
26 #include "Lights.h"
27 #include "Skeleton.h"
28 #include "Terrain.h"
29 #include "Sprite.h"
30 #include "Frustum.h"
31 #include "Objects.h"
32 #include "Weapons.h"
33 #include "Person.h"
34 #include "TGALoader.h"
35 #include "openal_wrapper.h"
36 #include "Stereo.h"
37
38 #include "Animation.h"
39
40 bool visibleloading = 0;
41
42 float volume = 0;
43 bool ismotionblur = 0;
44 float usermousesensitivity = 0;
45 bool floatjump = 0;
46 bool cellophane = 0;
47 bool autoslomo = 0;
48 bool decals = 0;
49 bool invertmouse = 0;
50 bool texttoggle = 0;
51 float blurness = 0;
52 float targetblurness = 0;
53 float windvar = 0;
54 float precipdelay = 0;
55 float gamespeed = 0;
56 float oldgamespeed = 0;
57 float tintr = 0,tintg = 0,tintb = 0;
58 int difficulty = 0;
59 float multiplier = 0;
60 float realmultiplier = 0;
61 float screenwidth = 0,screenheight = 0;
62 float viewdistance = 0;
63 XYZ viewer;
64 XYZ viewerfacing;
65 XYZ lightlocation;
66 float fadestart = 0;
67 int environment = 0;
68 float texscale = 0;
69 float gravity = 0;
70 Light light;
71 Animation animation[animation_count];
72 Skeleton testskeleton;
73 int numsounds = 0;
74 Terrain terrain;
75 float sps = 0;
76
77 SDL_Surface *sdlscreen;
78
79 int kTextureSize = 0;
80 int detail = 0;
81 FRUSTUM frustum;
82 float texdetail = 0;
83 float realtexdetail = 0;
84 float terraindetail = 0;
85 float playerdist = 0;
86 Objects objects;
87 int slomo = 0;
88 float slomodelay = 0;
89 GLubyte bloodText[512*512*3] = {0};
90 GLubyte wolfbloodText[512*512*3] = {0};
91 float colors[3] = {0};
92 int bloodtoggle = 0;
93 bool osx = 0;
94 float camerashake = 0;
95 float woozy = 0;
96 float blackout = 0;
97 bool foliage = 0;
98 bool musictoggle = 0;
99 bool trilinear;
100 Weapons weapons;
101 bool damageeffects = 0;
102 int numplayers = 0;
103 bool ambientsound = 0;
104 bool mousejump = 0;
105 bool freeze = 0;
106 bool winfreeze = 0;
107 float flashamount = 0,flashr = 0,flashg = 0,flashb = 0;
108 int flashdelay = 0;
109 bool vblsync = 0;
110 float motionbluramount = 0;
111 bool keyboardfrozen = 0;
112 bool loadingstuff = 0;
113 bool stillloading = 0;
114 bool showpoints = 0;
115 bool showdamagebar = 0;
116 bool alwaysblur = 0;
117 bool immediate = 0;
118 bool velocityblur = 0;
119 int test = 0;
120 XYZ windvector;
121 short vRefNum = 0;
122 long dirID = 0;
123 int mainmenu = 0;
124 int oldmainmenu = 0;
125 int loadscreencolor = 0;
126 int whichjointstartarray[26] = {0};
127 int whichjointendarray[26] = {0};
128 int kBitsPerPixel = 0;
129
130 int numhotspots = 0;
131 XYZ hotspot[40];
132 int hotspottype[40] = {0};
133 float hotspotsize[40] = {0};
134 char hotspottext[40][256] = {0};
135 int currenthotspot = 0; 
136 int winhotspot = 0;
137 int windialogue = 0;
138 int killhotspot = 0;
139
140 float menupulse = 0;
141
142 float smoketex = 0;
143
144 float slomospeed = 0;
145 float slomofreq = 0;
146
147 int tutoriallevel = 0;
148 int tutorialstage = 0;
149 float tutorialstagetime = 0;
150 float tutorialmaxtime = 0;
151 float tutorialsuccess = 0;
152
153 bool againbonus = 0;
154
155 float damagedealt = 0;
156
157 int maptype = 0;
158
159 int editoractive = 0;
160 int editorpathtype = 0;
161
162 bool reversaltrain = 0;
163 bool cananger = 0;
164 bool canattack = 0;
165
166 bool skyboxtexture = 0;
167 float skyboxr = 0;
168 float skyboxg = 0;
169 float skyboxb = 0;
170 float skyboxlightr = 0;
171 float skyboxlightg = 0;
172 float skyboxlightb = 0;
173
174 int hostile = 0;
175 float hostiletime = 0;
176
177 XYZ envsound[30]; // = {0};
178 float envsoundvol[30] = {0};
179 float envsoundlife[30] = {0};
180 int numenvsounds;
181
182
183 bool tilt2weird = 0;
184 bool tiltweird = 0;
185 bool midweird = 0;
186 bool proportionweird = 0;
187 bool vertexweird[6] = {0};
188 TGAImageRec texture;
189 bool debugmode = 0;
190
191 bool won = 0;
192
193
194 bool campaign = 0;
195
196 bool gamestarted = 0;
197
198 //TextureList textures;
199
200 StereoMode stereomode =  stereoNone;
201 StereoMode newstereomode = stereoNone;
202 float stereoseparation = 0.05;
203 bool  stereoreverse = false;