~ubuntu-branches/debian/jessie/scummvm/jessie

« back to all changes in this revision

Viewing changes to engines/lastexpress/entities/alexei.h

  • Committer: Package Import Robot
  • Author(s): Dmitry Smirnov
  • Date: 2014-08-10 00:50:36 UTC
  • mfrom: (1.2.22)
  • Revision ID: package-import@ubuntu.com-20140810005036-wls6i0dsxqfxu70g
Tags: 1.7.0+dfsg-1
* New upstream release [July 2014].
  - remove old/obsolete patches.
  + added new "drop1test.patch" to disable problematic test.
  + build with "--disable-eventrecorder" to avoid FTBFS in tests.
  + added "libjpeg-dev" and "libfaad-dev" to Build-Depends.
* Install all arch-independent files (themes, game data, etc.).
* Build-time re-compression of "classic" theme.
* Added "debian/gbp.conf".
* Standards-Version to 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 * modify it under the terms of the GNU General Public License
9
9
 * as published by the Free Software Foundation; either version 2
10
10
 * of the License, or (at your option) any later version.
11
 
 
 
11
 *
12
12
 * This program is distributed in the hope that it will be useful,
13
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
15
 * GNU General Public License for more details.
16
 
 
 
16
 *
17
17
 * You should have received a copy of the GNU General Public License
18
18
 * along with this program; if not, write to the Free Software
19
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
123
123
         */
124
124
        DECLARE_FUNCTION(callbackActionRestaurantOrSalon)
125
125
 
126
 
        DECLARE_FUNCTION(function13)
127
 
        DECLARE_FUNCTION(function14)
128
 
        DECLARE_FUNCTION(function15)
 
126
        DECLARE_FUNCTION(enterComparment)
 
127
        DECLARE_FUNCTION(exitCompartment)
 
128
        DECLARE_FUNCTION(pacingAtWindow)
129
129
 
130
130
        /**
131
131
         * ???
133
133
         * @param timeValue          The time value
134
134
         * @param sequence           The sequence to draw
135
135
         */
136
 
        DECLARE_FUNCTION_2(function16, TimeValue timeValue, const char *sequence)
 
136
        DECLARE_FUNCTION_2(compartmentLogic, TimeValue timeValue, const char *sequence)
137
137
 
138
138
        /**
139
139
         * Setup Chapter 1
143
143
        /**
144
144
         * Handle Chapter 1 events
145
145
         */
146
 
        DECLARE_FUNCTION(chapter1Handler)
147
 
        DECLARE_FUNCTION(function19)
148
 
        DECLARE_FUNCTION(function20)
149
 
        DECLARE_FUNCTION(function21)
150
 
        DECLARE_FUNCTION(function22)
151
 
        DECLARE_FUNCTION(function23)
152
 
        DECLARE_FUNCTION(function24)
153
 
        DECLARE_FUNCTION(function25)
 
146
        DECLARE_FUNCTION(atDinner)
 
147
        DECLARE_FUNCTION(returnCompartment)
 
148
        DECLARE_FUNCTION(goSalon)
 
149
        DECLARE_FUNCTION(sitting)
 
150
        DECLARE_FUNCTION(standingAtWindow)
 
151
        DECLARE_FUNCTION(waitingForTatiana)
 
152
        DECLARE_FUNCTION(upset)
 
153
        DECLARE_FUNCTION(returnCompartmentNight)
154
154
        DECLARE_FUNCTION(function26)
155
155
        DECLARE_FUNCTION(function27)
156
156
 
162
162
        /**
163
163
         * Handle Chapter 2 events
164
164
         */
165
 
        DECLARE_FUNCTION(chapter2Handler)
166
 
        DECLARE_FUNCTION(function30)
167
 
        DECLARE_FUNCTION(function31)
 
165
        DECLARE_FUNCTION(inCompartment2)
 
166
        DECLARE_FUNCTION(atBreakfast)
 
167
        DECLARE_FUNCTION(returnCompartment2)
168
168
 
169
169
        /**
170
170
         * Setup Chapter 3
174
174
        /**
175
175
         * Handle Chapter 3 events
176
176
         */
177
 
        DECLARE_FUNCTION(chapter3Handler)
178
 
        DECLARE_FUNCTION(function34)
179
 
        DECLARE_FUNCTION(function35)
180
 
        DECLARE_FUNCTION(function36)
 
177
        DECLARE_FUNCTION(playingChess)
 
178
        DECLARE_FUNCTION(inPart3)
 
179
        DECLARE_FUNCTION(pacing3)
 
180
        DECLARE_FUNCTION(goSalon3)
181
181
 
182
182
        /**
183
183
         * Setup Chapter 4
187
187
        /**
188
188
         * Handle Chapter 4 events
189
189
         */
190
 
        DECLARE_FUNCTION(chapter4Handler)
191
 
        DECLARE_FUNCTION(function39)
192
 
        DECLARE_FUNCTION(function40)
193
 
        DECLARE_FUNCTION(function41)
194
 
        DECLARE_FUNCTION(function42)
195
 
        DECLARE_FUNCTION(function43)
196
 
        DECLARE_FUNCTION(function44)
197
 
        DECLARE_FUNCTION(function45)
198
 
        DECLARE_FUNCTION(function46)
 
190
        DECLARE_FUNCTION(inCompartment4)
 
191
        DECLARE_FUNCTION(meetTatiana)
 
192
        DECLARE_FUNCTION(leavePlatform)
 
193
        DECLARE_FUNCTION(inCompartmentAgain)
 
194
        DECLARE_FUNCTION(goSalon4)
 
195
        DECLARE_FUNCTION(pacing)
 
196
        DECLARE_FUNCTION(goToPlatform)
 
197
        DECLARE_FUNCTION(returnCompartment4)
 
198
        DECLARE_FUNCTION(bombPlanB)
199
199
        DECLARE_FUNCTION(function47)
200
200
 
201
201
        /**