Just made the intro's Tux to honour the keys chosen by the user.
[supertux.git] / src / resources.cpp
1 //  $Id$
2 //
3 //  SuperTux -  A Jump'n Run
4 //  Copyright (C) 2003 Tobias Glaesser <tobi.web@gmx.de>
5 //
6 //  This program 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.  See the
14 //  GNU General Public License for more details.
15 //
16 //  You should have received a copy of the GNU General Public License
17 //  along with this program; if not, write to the Free Software
18 //  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
19
20 #include "globals.h"
21 #include "scene.h"
22 #include "player.h"
23 #include "badguy.h"
24 #include "gameobjs.h"
25 #include "special.h"
26 #include "resources.h"
27 #include "sprite_manager.h"
28 #include "setup.h"
29
30 Surface* img_waves[3]; 
31 Surface* img_water;
32 Surface* img_pole;
33 Surface* img_poletop;
34 Surface* img_flag[2];
35 Surface* img_cloud[2][4];
36
37 Surface* img_box_full;
38 Surface* img_box_empty;
39 Surface* img_red_glow;
40
41 SpriteManager* sprite_manager = 0;
42
43 /* Load graphics/sounds shared between all levels: */
44 void loadshared()
45 {
46   int i;
47
48   sprite_manager = new SpriteManager(datadir + "/supertux.strf");
49
50   /* Tuxes: */
51   smalltux_gameover = sprite_manager->load("smalltux-gameover");
52
53   smalltux_skid_left  = sprite_manager->load("smalltux-skid-left");
54   smalltux_skid_right = sprite_manager->load("smalltux-skid-right");
55
56   smalltux_stand_left = new Surface(datadir + "/images/shared/smalltux-left-6.png", USE_ALPHA);
57   smalltux_stand_right = new Surface(datadir + "/images/shared/smalltux-right-6.png", USE_ALPHA);
58
59   smalltux_jump_left = new Surface(datadir + "/images/shared/smalltux-jump-left.png", USE_ALPHA);
60   smalltux_jump_right = new Surface(datadir + "/images/shared/smalltux-jump-right.png", USE_ALPHA);
61
62   tux_right.resize(8);
63   tux_right[0] = new Surface(datadir + "/images/shared/smalltux-right-1.png", USE_ALPHA);
64   tux_right[1] = new Surface(datadir + "/images/shared/smalltux-right-2.png", USE_ALPHA);
65   tux_right[2] = new Surface(datadir + "/images/shared/smalltux-right-3.png", USE_ALPHA);
66   tux_right[3] = new Surface(datadir + "/images/shared/smalltux-right-4.png", USE_ALPHA);
67   tux_right[4] = new Surface(datadir + "/images/shared/smalltux-right-5.png", USE_ALPHA);
68   tux_right[5] = new Surface(datadir + "/images/shared/smalltux-right-6.png", USE_ALPHA);
69   tux_right[6] = new Surface(datadir + "/images/shared/smalltux-right-7.png", USE_ALPHA);
70   tux_right[7] = new Surface(datadir + "/images/shared/smalltux-right-8.png", USE_ALPHA);
71
72   tux_left.resize(8);
73   tux_left[0] = new Surface(datadir + "/images/shared/smalltux-left-1.png", USE_ALPHA);
74   tux_left[1] = new Surface(datadir + "/images/shared/smalltux-left-2.png", USE_ALPHA);
75   tux_left[2] = new Surface(datadir + "/images/shared/smalltux-left-3.png", USE_ALPHA);
76   tux_left[3] = new Surface(datadir + "/images/shared/smalltux-left-4.png", USE_ALPHA);
77   tux_left[4] = new Surface(datadir + "/images/shared/smalltux-left-5.png", USE_ALPHA);
78   tux_left[5] = new Surface(datadir + "/images/shared/smalltux-left-6.png", USE_ALPHA);
79   tux_left[6] = new Surface(datadir + "/images/shared/smalltux-left-7.png", USE_ALPHA);
80   tux_left[7] = new Surface(datadir + "/images/shared/smalltux-left-8.png", USE_ALPHA);
81
82   firetux_right[0] = new Surface(datadir + "/images/shared/firetux-right-0.png", USE_ALPHA);
83   firetux_right[1] = new Surface(datadir + "/images/shared/firetux-right-1.png", USE_ALPHA);
84   firetux_right[2] = new Surface(datadir + "/images/shared/firetux-right-2.png", USE_ALPHA);
85
86   firetux_left[0] = new Surface(datadir + "/images/shared/firetux-left-0.png", USE_ALPHA);
87   firetux_left[1] = new Surface(datadir + "/images/shared/firetux-left-1.png", USE_ALPHA);
88   firetux_left[2] = new Surface(datadir + "/images/shared/firetux-left-2.png", USE_ALPHA);
89
90
91   cape_right[0] = new Surface(datadir + "/images/shared/cape-right-0.png",
92                USE_ALPHA);
93
94   cape_right[1] = new Surface(datadir + "/images/shared/cape-right-1.png",
95                USE_ALPHA);
96
97   cape_left[0] = new Surface(datadir + "/images/shared/cape-left-0.png",
98                USE_ALPHA);
99
100   cape_left[1] = new Surface(datadir + "/images/shared/cape-left-1.png",
101                USE_ALPHA);
102
103   bigtux_right = sprite_manager->load("largetux-walk-right");
104   bigtux_left  = sprite_manager->load("largetux-walk-left");
105
106   bigtux_left_jump  = sprite_manager->load("largetux-jump-left");
107   bigtux_right_jump = sprite_manager->load("largetux-jump-right");
108
109   bigcape_right[0] = new Surface(datadir + "/images/shared/bigcape-right-0.png",
110                USE_ALPHA);
111
112   bigcape_right[1] = new Surface(datadir + "/images/shared/bigcape-right-1.png",
113                USE_ALPHA);
114
115   bigcape_left[0] = new Surface(datadir + "/images/shared/bigcape-left-0.png",
116                USE_ALPHA);
117
118   bigcape_left[1] = new Surface(datadir + "/images/shared/bigcape-left-1.png",
119                USE_ALPHA);
120
121   bigfiretux_right[0] = new Surface(datadir + "/images/shared/bigfiretux-right-0.png",
122                USE_ALPHA);
123
124   bigfiretux_right[1] = new Surface(datadir + "/images/shared/bigfiretux-right-1.png",
125                USE_ALPHA);
126
127   bigfiretux_right[2] = new Surface(datadir + "/images/shared/bigfiretux-right-2.png",
128                USE_ALPHA);
129
130   bigfiretux_right_jump = new Surface(datadir + "/images/shared/bigfiretux-right-jump.png", USE_ALPHA);
131
132   bigfiretux_left[0] = new Surface(datadir + "/images/shared/bigfiretux-left-0.png",
133                USE_ALPHA);
134
135   bigfiretux_left[1] = new Surface(datadir + "/images/shared/bigfiretux-left-1.png",
136                USE_ALPHA);
137
138   bigfiretux_left[2] = new Surface(datadir + "/images/shared/bigfiretux-left-2.png",
139                USE_ALPHA);
140
141   bigfiretux_left_jump = new Surface(datadir + "/images/shared/bigfiretux-left-jump.png", USE_ALPHA);
142
143   bigcape_right[0] = new Surface(datadir + "/images/shared/bigcape-right-0.png",
144                USE_ALPHA);
145
146   bigcape_right[1] = new Surface(datadir + "/images/shared/bigcape-right-1.png",
147                USE_ALPHA);
148
149   bigcape_left[0] = new Surface(datadir + "/images/shared/bigcape-left-0.png",
150                USE_ALPHA);
151
152   bigcape_left[1] = new Surface(datadir + "/images/shared/bigcape-left-1.png",
153                USE_ALPHA);
154
155
156   ducktux_left  = sprite_manager->load("largetux-duck-left");
157   ducktux_right = sprite_manager->load("largetux-duck-right");
158
159   skidtux_right = new Surface(datadir +
160                "/images/shared/skidtux-right.png",
161                USE_ALPHA);
162
163   skidtux_left = new Surface(datadir +
164                "/images/shared/skidtux-left.png",
165                USE_ALPHA);
166
167   duckfiretux_right = new Surface(datadir +
168                "/images/shared/duckfiretux-right.png",
169                USE_ALPHA);
170
171   duckfiretux_left = new Surface(datadir +
172                "/images/shared/duckfiretux-left.png",
173                USE_ALPHA);
174
175   skidfiretux_right = new Surface(datadir +
176                "/images/shared/skidfiretux-right.png",
177                USE_ALPHA);
178
179   skidfiretux_left = new Surface(datadir +
180                "/images/shared/skidfiretux-left.png",
181                USE_ALPHA);
182
183
184   /* Boxes: */
185
186   img_box_full = new Surface(datadir + "/images/shared/box-full.png",
187                IGNORE_ALPHA);
188   img_box_empty = new Surface(datadir + "/images/shared/box-empty.png",
189                IGNORE_ALPHA);
190
191
192   /* Water: */
193
194
195   img_water = new Surface(datadir + "/images/shared/water.png", IGNORE_ALPHA);
196
197   img_waves[0] = new Surface(datadir + "/images/shared/waves-0.png",
198                USE_ALPHA);
199
200   img_waves[1] = new Surface(datadir + "/images/shared/waves-1.png",
201                USE_ALPHA);
202
203   img_waves[2] = new Surface(datadir + "/images/shared/waves-2.png",
204                USE_ALPHA);
205
206
207   /* Pole: */
208
209   img_pole = new Surface(datadir + "/images/shared/pole.png", USE_ALPHA);
210   img_poletop = new Surface(datadir + "/images/shared/poletop.png",
211                USE_ALPHA);
212
213
214   /* Flag: */
215
216   img_flag[0] = new Surface(datadir + "/images/shared/flag-0.png",
217                USE_ALPHA);
218   img_flag[1] = new Surface(datadir + "/images/shared/flag-1.png",
219                USE_ALPHA);
220
221
222   /* Cloud: */
223
224   img_cloud[0][0] = new Surface(datadir + "/images/shared/cloud-00.png",
225                USE_ALPHA);
226
227   img_cloud[0][1] = new Surface(datadir + "/images/shared/cloud-01.png",
228                USE_ALPHA);
229
230   img_cloud[0][2] = new Surface(datadir + "/images/shared/cloud-02.png",
231                USE_ALPHA);
232
233   img_cloud[0][3] = new Surface(datadir + "/images/shared/cloud-03.png",
234                USE_ALPHA);
235
236
237   img_cloud[1][0] = new Surface(datadir + "/images/shared/cloud-10.png",
238                USE_ALPHA);
239
240   img_cloud[1][1] = new Surface(datadir + "/images/shared/cloud-11.png",
241                USE_ALPHA);
242
243   img_cloud[1][2] = new Surface(datadir + "/images/shared/cloud-12.png",
244                USE_ALPHA);
245
246   img_cloud[1][3] = new Surface(datadir + "/images/shared/cloud-13.png",
247                USE_ALPHA);
248
249
250   /* Bad guys: */
251   load_badguy_gfx();
252
253   /* Upgrades: */
254   load_special_gfx();
255
256   /* Weapons: */
257   img_red_glow = new Surface(datadir + "/images/shared/red-glow.png",
258                USE_ALPHA);
259
260   /* Distros: */
261   img_distro[0] = new Surface(datadir + "/images/shared/distro-0.png",
262                USE_ALPHA);
263
264   img_distro[1] = new Surface(datadir + "/images/shared/distro-1.png",
265                USE_ALPHA);
266
267   img_distro[2] = new Surface(datadir + "/images/shared/distro-2.png",
268                USE_ALPHA);
269
270   img_distro[3] = new Surface(datadir + "/images/shared/distro-3.png",
271                USE_ALPHA);
272
273
274   /* Tux life: */
275
276   tux_life = new Surface(datadir + "/images/shared/tux-life.png",
277                          USE_ALPHA);
278
279   /* Sound effects: */
280
281   /* if (use_sound) // this will introduce SERIOUS bugs here ! because "load_sound"
282                     // initialize sounds[i] with the correct pointer's value:
283                     // NULL or something else. And it will be dangerous to
284                     // play with not-initialized pointers.
285                     // This is also true with if (use_music)
286                     Send a mail to me: neoneurone@users.sf.net, if you have another opinion. :)
287   */
288   for (i = 0; i < NUM_SOUNDS; i++)
289     sounds[i] = load_sound(datadir + soundfilenames[i]);
290
291   /* Herring song */
292   herring_song = load_song(datadir + "/music/SALCON.MOD");
293   if(!herring_song)
294     st_abort("Couldn't load song ", "/music/SALCON.MOD");
295 }
296
297
298 /* Free shared data: */
299 void unloadshared(void)
300 {
301   delete sprite_manager;
302
303   int i;
304
305   free_special_gfx();
306
307   delete smalltux_gameover;
308
309   for (i = 0; i < 3; i++)
310     {
311       delete tux_right[i];
312       delete tux_left[i];
313     }
314
315   delete bigtux_right_jump;
316   delete bigtux_left_jump;
317
318   for (i = 0; i < 2; i++)
319     {
320       delete cape_right[i];
321       delete cape_left[i];
322       delete bigcape_right[i];
323       delete bigcape_left[i];
324     }
325
326   delete ducktux_left;
327   delete ducktux_right;
328
329   delete skidtux_left;
330   delete skidtux_right;
331
332   free_badguy_gfx();
333
334   delete img_box_full;
335   delete img_box_empty;
336
337   delete img_water;
338   for (i = 0; i < 3; i++)
339     delete img_waves[i];
340
341   delete img_pole;
342   delete img_poletop;
343
344   for (i = 0; i < 2; i++)
345     delete img_flag[i];
346
347   for (i = 0; i < 4; i++)
348     {
349       delete img_distro[i];
350       delete img_cloud[0][i];
351       delete img_cloud[1][i];
352     }
353
354   for (i = 0; i < NUM_SOUNDS; i++)
355     free_chunk(sounds[i]);
356
357   /* free the herring song */
358   free_music( herring_song );
359 }
360
361 /* EOF */