aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/module2200.h
blob: 4dfd82746006bdf7abcfee4e4e4b429fcb7b4d76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
/* ScummVM - Graphic Adventure Engine
 *
 * ScummVM is the legal property of its developers, whose names
 * are too numerous to list here. Please refer to the COPYRIGHT
 * file distributed with this source distribution.
 *
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation; either version 2
 * of the License, or (at your option) any later version.

 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 *
 */

#ifndef NEVERHOOD_MODULE2200_H
#define NEVERHOOD_MODULE2200_H

#include "neverhood/neverhood.h"
#include "neverhood/module.h"
#include "neverhood/scene.h"
#include "neverhood/module1000.h"
#include "neverhood/graphics.h"

namespace Neverhood {

// Module2200

class Module2200 : public Module {
public:
	Module2200(NeverhoodEngine *vm, Module *parentModule, int which);
	virtual ~Module2200();
protected:
	void createScene2201(int which);			
	void createScene2202(int which);			
	void createScene2203(int which);			
	void createScene2204(int which);			
	void createScene2205(int which);			
	void createScene2206(int which);			
	void createScene2207(int which);			
	void createScene2208(int which);			
	void createScene2209(int which);			
	void createScene2210(int which);			
	void createScene2211(int which);			
	void createScene2212(int which);			
	void createScene2213(int which);			
	void createScene2214(int which);			
	void createScene2215(int which);			
	void createScene2216(int which);			
	void createScene2217(int which);			
	void createScene2218(int which);			
	void createScene2219(int which);			
	void createScene2220(int which);			
	void createScene2221(int which);			
	void createScene2222(int which);			
	void createScene2223(int which);			
	void createScene2224(int which);			
	void createScene2225(int which);			
	void createScene2226(int which);			
	void createScene2227(int which);			
	void createScene2228(int which);			
	void createScene2229(int which);			
	void createScene2230(int which);			
	void createScene2231(int which);			
	void createScene2232(int which);			
	void createScene2233(int which);			
	void createScene2234(int which);			
	void createScene2235(int which);			
	void createScene2236(int which);			
	void createScene2237(int which);			
	void createScene2238(int which);			
	void createScene2239(int which);			
	void createScene2240(int which);			
	void createScene2241(int which);			
	void createScene2242(int which);			
	void createScene2243(int which);			
	void createScene2244(int which);			
	void createScene2245(int which);			
	void createScene2246(int which);			
	void createScene2247(int which);			
	void createScene2248(int which);			
	void updateScene2201();			
	void updateScene2202();			
	void updateScene2203();			
	void updateScene2204();			
	void updateScene2205();			
	void updateScene2206();			
	void updateScene2207();			
	void updateScene2208();			
	void updateScene2209();			
	void updateScene2210();			
	void updateScene2211();			
	void updateScene2212();			
	void updateScene2213();			
	void updateScene2214();			
	void updateScene2215();			
	void updateScene2216();			
	void updateScene2217();			
	void updateScene2218();			
	void updateScene2219();			
	void updateScene2220();			
	void updateScene2221();			
	void updateScene2222();			
	void updateScene2223();			
	void updateScene2224();			
	void updateScene2225();			
	void updateScene2226();			
	void updateScene2227();			
	void updateScene2228();			
	void updateScene2229();			
	void updateScene2230();			
	void updateScene2231();			
	void updateScene2232();			
	void updateScene2233();			
	void updateScene2234();			
	void updateScene2235();			
	void updateScene2236();			
	void updateScene2237();			
	void updateScene2238();			
	void updateScene2239();			
	void updateScene2240();			
	void updateScene2241();			
	void updateScene2242();			
	void updateScene2243();			
	void updateScene2244();			
	void updateScene2245();			
	void updateScene2246();			
	void updateScene2247();			
	void updateScene2248();			
};

// Scene2201

static const NPoint kClass444Points[] = {
	{305, 305},
	{321, 305},
	{336, 305},
	{305, 319},
	{321, 319},
	{336, 319},
	{305, 332},
	{321, 332},
	{336, 333}
};

static const uint32 kClass444FileHashes[] = {
	0x88134A44,
	0xAA124340,
	0xB8124602,
	0xA902464C,
	0x890A4244,
	0xA8124642,
	0xB812C204,
	0x381A4A4C
};

class AsScene2201CeilingFan : public AnimatedSprite {
public:
	AsScene2201CeilingFan(NeverhoodEngine *vm);
};

class AsScene2201Door : public AnimatedSprite {
public:
	AsScene2201Door(NeverhoodEngine *vm, Klayman *klayman, Sprite *doorLightSprite, bool flag1);
protected:
	SoundResource _soundResource;
	Klayman *_klayman;
	Sprite *_doorLightSprite;
	bool _doorOpen;
	int _countdown;
	void update();
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
	void stOpenDoor();
	void stCloseDoor();
};

class Class444 : public StaticSprite {
public:
	Class444(NeverhoodEngine *vm, int pointIndex, int spriteIndex);
};

class Scene2201 : public Scene {
public:
	Scene2201(NeverhoodEngine *vm, Module *parentModule, int which);
	~Scene2201();
protected:
	NRect _rect1;
	NRect _rect2;
	Sprite *_doorLightSprite;
	Sprite *_asDoor;
	Sprite *_ssDoorButton;
	Sprite *_asTape;
	bool _soundFlag;
	void update();
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
};

class SsScene2202PuzzleTile : public StaticSprite {
public:
	SsScene2202PuzzleTile(NeverhoodEngine *vm, Scene *parentScene, int16 tileIndex, int16 value);
protected:
	Scene *_parentScene;	
	int16 _value;
	int16 _tileIndex;
	int16 _newX, _newY;
	int16 _xDelta, _yDelta;
	int16 _xIncr;
	int16 _yIncr;
	int16 _errValue;
	int16 _counter;
	int16 _xFlagPos;
	bool _counterDirection;
	bool _isMoving;
	SoundResource _soundResource1;
	SoundResource _soundResource2;
	void update();
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
	void suMoveTileX();
	void suMoveTileY();
	void moveTile(int16 newTileIndex);
	void stopMoving();
};

class Scene2202 : public Scene {
public:
	Scene2202(NeverhoodEngine *vm, Module *parentModule, int which);
	~Scene2202();
protected:
	SoundResource _soundResource1;
	SoundResource _soundResource2;
	Sprite *_movingTileSprite;
	Sprite *_doneMovingTileSprite;
	bool _isTileMoving;
	int16 _movingTileIndex;
	int _surfacePriority;
	bool _leaveScene;
	bool _isSolved;
	void update();
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
	int16 getFreeTileIndex(int16 index);
	bool testIsSolved();	
};

class Class545 : public AnimatedSprite {
public:
	Class545(NeverhoodEngine *vm, Scene *parentScene, int index, int surfacePriority, int16 x, int16 y);
protected:
	Scene *_parentScene;
	int _index;
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
};

class AsScene2203Door : public AnimatedSprite {
public:
	AsScene2203Door(NeverhoodEngine *vm, Scene *parentScene, uint index);
protected:
	Scene *_parentScene;
	SoundResource _soundResource;
	Sprite *_otherDoor;
	uint _index;
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
	void openDoor();
	void closeDoor();
};

class Scene2203 : public Scene {
public:
	Scene2203(NeverhoodEngine *vm, Module *parentModule, int which);
	~Scene2203();
protected:
	Sprite *_asLeftDoor;
	Sprite *_asRightDoor;
	Sprite *_ssSmallLeftDoor;
	Sprite *_ssSmallRightDoor;
	Sprite *_asTape;
	Sprite *_class545;
	NRect _leftDoorClipRect;
	NRect _rightDoorClipRect;
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
};

class SsScene2205DoorFrame : public StaticSprite {
public:
	SsScene2205DoorFrame(NeverhoodEngine *vm);
protected:
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
};

class Scene2205 : public Scene {
public:
	Scene2205(NeverhoodEngine *vm, Module *parentModule, int which);
protected:
	Class426 *_ssLightSwitch;
	Sprite *_ssDoorFrame;
	bool _isKlaymanInLight;
	bool _isLightOn;
	void update();
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
};

class Class603 : public StaticSprite {
public:
	Class603(NeverhoodEngine *vm, uint32 fileHash);
protected:
	int _index;
	SoundResource _soundResource;
	void update();
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
	void spriteUpdate481E60();
	void spriteUpdate481E90();
};

class Class604 : public StaticSprite {
public:
	Class604(NeverhoodEngine *vm, uint32 fileHash);
protected:
	int16 _yDelta;
	void update();
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
	void spriteUpdate482020();
};

class Class607 : public StaticSprite {
public:
	Class607(NeverhoodEngine *vm, Scene *parentScene, int surfacePriority, uint32 fileHash);
protected:
	Scene *_parentScene;
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
};

class Scene2206 : public Scene {
public:
	Scene2206(NeverhoodEngine *vm, Module *parentModule, int which);
	~Scene2206();
protected:
	Sprite *_sprite1;
	Sprite *_sprite2;
	Sprite *_sprite3;
	Sprite *_sprite4;
	Sprite *_sprite5;
	Sprite *_class604;
	Sprite *_class607;
	SoundResource _soundResource;
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
	void sub481950();
	void sub4819D0();
	void sub481B00();
};

class AsScene2207Elevator : public AnimatedSprite {
public:
	AsScene2207Elevator(NeverhoodEngine *vm, Scene *parentScene);
	~AsScene2207Elevator();
protected:
	Scene *_parentScene;
	SoundResource _soundResource;
	NPointArray *_pointArray;
	int16 _pointIndex;
	int16 _destPointIndex, _destPointIndexDelta;
	bool _isMoving;
	void update();
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
	void suSetPosition();
	void moveToY(int16 y);
};

class AsScene2207Lever : public AnimatedSprite {
public:
	AsScene2207Lever(NeverhoodEngine *vm, Scene *parentScene, int16 x, int16 y, int doDeltaX);
protected:
	Scene *_parentScene;
	SoundResource _soundResource;
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
	void stLeverDown();
	void stLeverDownEvent();
	void stLeverUp();
	void stLeverUpEvent();
};

class AsScene2207WallRobotAnimation : public AnimatedSprite {
public:
	AsScene2207WallRobotAnimation(NeverhoodEngine *vm, Scene *parentScene);
	~AsScene2207WallRobotAnimation();
protected:
	SoundResource _soundResource1;
	SoundResource _soundResource2;
	SoundResource _soundResource3;
	SoundResource _soundResource4;
	bool _idle;
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
	void stStartAnimation();
	void stStopAnimation();
	void cbStopAnimation();
};

class AsScene2207WallCannonAnimation : public AnimatedSprite {
public:
	AsScene2207WallCannonAnimation(NeverhoodEngine *vm);
protected:
	bool _idle;
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
	void stStartAnimation();
	void stStopAnimation();
	void cbStopAnimation();
};

class SsScene2207Symbol : public StaticSprite {
public:
	SsScene2207Symbol(NeverhoodEngine *vm, uint32 fileHash, int index);
};

class Scene2207 : public Scene {
public:
	Scene2207(NeverhoodEngine *vm, Module *parentModule, int which);
protected:
	SoundResource _soundResource1;
	SoundResource _soundResource2;
	Sprite *_asElevator;
	Sprite *_ssMaskPart1;
	Sprite *_ssMaskPart2;
	Sprite *_ssMaskPart3;
	Sprite *_asTape;
	Sprite *_asLever;
	Sprite *_asWallRobotAnimation;
	Sprite *_asWallCannonAnimation;
	Sprite *_ssButton;
	int _elevatorSurfacePriority;
	bool _klaymanAtElevator;
	void update();
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
	uint32 handleMessage2(int messageNum, const MessageParam &param, Entity *sender);
};

class Scene2208 : public Scene {
public:
	Scene2208(NeverhoodEngine *vm, Module *parentModule, int which);
	~Scene2208();
protected:
	FontSurface *_fontSurface;
	BaseSurface *_backgroundSurface;
	BaseSurface *_topBackgroundSurface;
	BaseSurface *_bottomBackgroundSurface;
	TextResource _textResource;
	int16 _backgroundScrollY;
	int16 _newRowIndex;
	int16 _currRowIndex;
	int16 _rowScrollY;
	int16 _maxRowIndex;
	int16 _visibleRowsCount;
	Common::Array<const char*> _strings; // TODO: Move to TextResource
	void update();
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
	void createFontSurface();
	void drawRow(int16 rowIndex);
};

class Scene2242 : public Scene {
public:
	Scene2242(NeverhoodEngine *vm, Module *parentModule, int which);
	~Scene2242();
protected:
	Sprite *_asTape;
	bool _isKlaymanInLight;
	void update();
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
	void readClickedColumn();
};

class HallOfRecordsScene : public Scene {
public:
	HallOfRecordsScene(NeverhoodEngine *vm, Module *parentModule, int which, uint32 sceneInfo140Id);
	~HallOfRecordsScene();
protected:
	SceneInfo140 *_sceneInfo140;
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
	void readClickedColumn();
};

class Scene2247 : public Scene {
public:
	Scene2247(NeverhoodEngine *vm, Module *parentModule, int which);
	~Scene2247();
protected:
	uint32 handleMessage(int messageNum, const MessageParam &param, Entity *sender);
	void readClickedColumn();
};

} // End of namespace Neverhood

#endif /* NEVERHOOD_MODULE2200_H */