aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood/prehistoric/prehistoric.h
blob: 44084f511032a63af989c5ef76b45ba325efe4dd (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
/* 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.
 *
 * Additional copyright for this file:
 * Copyright (C) 1995-1997 Presto Studios, Inc.
 *
 * 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 PEGASUS_NEIGHBORHOOD_PREHISTORIC_H
#define PEGASUS_NEIGHBORHOOD_PREHISTORIC_H

#include "pegasus/neighborhood/neighborhood.h"

namespace Pegasus {

const TimeScale kPrehistoricMovieScale = 600;
const TimeScale kPrehistoricFramesPerSecond = 15;
const TimeScale kPrehistoricFrameDuration = 40;

//	Alternate IDs.

const tAlternateID kAltPrehistoricNormal = 0;
const tAlternateID kAltPrehistoricBridgeSet = 1;

//	Room IDs.

const tRoomID kPrehistoric01 = 0;
const tRoomID kPrehistoric02 = 1;
const tRoomID kPrehistoric03 = 2;
const tRoomID kPrehistoric04 = 3;
const tRoomID kPrehistoric05 = 4;
const tRoomID kPrehistoric06 = 5;
const tRoomID kPrehistoric07 = 6;
const tRoomID kPrehistoric08 = 7;
const tRoomID kPrehistoric09 = 8;
const tRoomID kPrehistoric10 = 9;
const tRoomID kPrehistoric11 = 10;
const tRoomID kPrehistoric12 = 11;
const tRoomID kPrehistoric13 = 12;
const tRoomID kPrehistoric14 = 13;
const tRoomID kPrehistoric15 = 14;
const tRoomID kPrehistoric16 = 15;
const tRoomID kPrehistoric17 = 16;
const tRoomID kPrehistoric18 = 17;
const tRoomID kPrehistoric19 = 18;
const tRoomID kPrehistoric20 = 19;
const tRoomID kPrehistoric21 = 20;
const tRoomID kPrehistoric22 = 21;
const tRoomID kPrehistoric22North = 22;
const tRoomID kPrehistoric23 = 23;
const tRoomID kPrehistoric24 = 24;
const tRoomID kPrehistoric25 = 25;
const tRoomID kPrehistoricDeath = 26;

//	Hot Spot Activation IDs.

const tHotSpotActivationID kActivationVaultClosed = 1;
const tHotSpotActivationID kActivationVaultOpen = 2;

//	Hot Spot IDs.

const tHotSpotID kPre18EastSpotID = 5000;
const tHotSpotID kPre22NorthSpotID = 5001;
const tHotSpotID kPre22NorthOutSpotID = 5002;
const tHotSpotID kPre22NorthBreakerSpotID = 5003;
const tHotSpotID kPrehistoricKeyDropSpotID = 5004;
const tHotSpotID kPrehistoricHistoricalLogSpotID = 5005;

//	Extra sequence IDs.

const tExtraID kPreArrivalFromTSA = 0;
const tExtraID kPre18EastBridgeOut = 1;
const tExtraID kPre18EastBridgeOn = 2;
const tExtraID kPre18EastZoom = 3;
const tExtraID kPre18EastZoomOut = 4;
const tExtraID kPre22ThrowBreaker = 5;
const tExtraID kPre25EastUnlockingVaultWithLog = 6;
const tExtraID kPre25EastVaultOpenWithLog = 7;
const tExtraID kPre25EastViewWithLog = 8;
const tExtraID kPre25EastUnlockingVaultNoLog = 9;
const tExtraID kPre25EastVaultOpenNoLog = 10;
const tExtraID kPre25EastViewNoLog = 11;

class PegasusEngine;

class Prehistoric : public Neighborhood {
public:
	Prehistoric(InputHandler *, PegasusEngine *);
	virtual ~Prehistoric() {}
	
	virtual uint16 getDateResID() const;
	virtual void init();
	
	virtual void arriveAt(const tRoomID, const tDirectionConstant);
	virtual void activateHotspots();
	virtual void clickInHotspot(const Input &, const Hotspot *);
	Common::String getBriefingMovie();
	Common::String getEnvScanMovie();
	uint getNumHints();
	Common::String getHintMovie(uint);

	Hotspot *getItemScreenSpot(Item *, DisplayElement *);
	void dropItemIntoRoom(Item *, Hotspot *);
	void pickedUpItem(Item *);

	void start();

	void bumpIntoWall();

	void checkContinuePoint(const tRoomID, const tDirectionConstant);

	bool canSolve();
	void doSolve();

protected:
	enum {
		kPrehistoricPrivateVaultOpenFlag,
		kPrehistoricPrivateExtendedBridgeFlag,
		kNumPrehistoricPrivateFlags
	};

	void setUpAIRules();
	int16 getStaticCompassAngle(const tRoomID, const tDirectionConstant);
	void getExitCompassMove(const ExitTable::Entry &, FaderMoveSpec &);
	virtual void receiveNotification(Notification *, const tNotificationFlags);
	void turnTo(const tDirectionConstant);
	void zoomToVault();
	TimeValue getViewTime(const tRoomID, const tDirectionConstant);
	void findSpotEntry(const tRoomID, const tDirectionConstant, tSpotFlags, SpotTable::Entry &);

	void loadAmbientLoops();
	
	FlagsArray<byte, kNumPrehistoricPrivateFlags> _privateFlags;

	Common::String getNavMovieName();
	Common::String getSoundSpotsName();
};

} // End of namespace Pegasus

#endif