2012-03-30 18:03:59 +02:00
|
|
|
/* 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.
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include "common/system.h"
|
|
|
|
#include "common/random.h"
|
|
|
|
#include "common/error.h"
|
|
|
|
#include "common/debug-channels.h"
|
|
|
|
#include "common/config-manager.h"
|
|
|
|
#include "common/textconsole.h"
|
2012-04-04 00:03:41 +02:00
|
|
|
#include "common/memstream.h"
|
2012-04-10 10:06:50 +02:00
|
|
|
#include "common/events.h"
|
|
|
|
#include "engines/util.h"
|
2012-03-30 18:03:59 +02:00
|
|
|
|
|
|
|
#include "lilliput/lilliput.h"
|
|
|
|
#include "engines/util.h"
|
2012-04-04 00:03:41 +02:00
|
|
|
#include "lilliput/script.h"
|
2012-04-20 19:43:31 +02:00
|
|
|
#include "lilliput/sound.h"
|
2012-03-30 18:03:59 +02:00
|
|
|
|
|
|
|
namespace Lilliput {
|
|
|
|
|
|
|
|
LilliputEngine *LilliputEngine::s_Engine = 0;
|
2012-05-08 21:38:43 +02:00
|
|
|
|
2012-04-09 17:34:30 +02:00
|
|
|
static const byte _basisPalette[768] = {
|
|
|
|
0, 0, 0, 0, 0, 42, 0, 42, 0, 0, 42, 42,
|
|
|
|
42, 0, 0, 42, 0, 42, 42, 21, 0, 42, 42, 42,
|
|
|
|
21, 21, 21, 21, 21, 63, 21, 63, 21, 21, 63, 63,
|
|
|
|
63, 21, 21, 63, 21, 63, 63, 63, 21, 63, 63, 63,
|
|
|
|
63, 63, 63, 59, 59, 59, 54, 54, 54, 50, 50, 50,
|
|
|
|
46, 46, 46, 42, 42, 42, 38, 38, 38, 33, 33, 33,
|
|
|
|
29, 29, 29, 25, 25, 25, 21, 21, 21, 17, 17, 17,
|
|
|
|
13, 13, 13, 8, 8, 8, 4, 4, 4, 0, 0, 0,
|
|
|
|
63, 54, 54, 63, 46, 46, 63, 39, 39, 63, 31, 31,
|
|
|
|
63, 23, 23, 63, 16, 16, 63, 8, 8, 63, 0, 0,
|
|
|
|
57, 0, 0, 51, 0, 0, 45, 0, 0, 39, 0, 0,
|
|
|
|
33, 0, 0, 28, 0, 0, 22, 0, 0, 16, 0, 0,
|
|
|
|
63, 58, 54, 63, 54, 46, 63, 50, 39, 63, 46, 31,
|
|
|
|
63, 42, 23, 63, 38, 16, 63, 34, 8, 63, 30, 0,
|
|
|
|
57, 27, 0, 51, 24, 0, 45, 21, 0, 39, 19, 0,
|
|
|
|
33, 16, 0, 28, 14, 0, 22, 11, 0, 16, 8, 0,
|
|
|
|
63, 63, 54, 63, 63, 46, 63, 63, 39, 63, 63, 31,
|
|
|
|
63, 62, 23, 63, 61, 16, 63, 61, 8, 63, 61, 0,
|
|
|
|
57, 54, 0, 51, 49, 0, 45, 43, 0, 39, 39, 0,
|
|
|
|
33, 33, 0, 28, 27, 0, 22, 21, 0, 16, 16, 0,
|
|
|
|
62, 63, 54, 59, 61, 47, 56, 59, 42, 53, 58, 36,
|
|
|
|
50, 56, 32, 47, 54, 26, 44, 52, 22, 41, 50, 17,
|
|
|
|
36, 46, 14, 32, 42, 11, 28, 37, 8, 24, 33, 6,
|
|
|
|
20, 29, 4, 16, 25, 2, 13, 20, 1, 10, 16, 0,
|
|
|
|
54, 63, 54, 48, 61, 48, 43, 59, 43, 38, 58, 38,
|
|
|
|
33, 56, 33, 29, 54, 29, 25, 52, 24, 21, 50, 20,
|
|
|
|
16, 46, 16, 14, 42, 13, 10, 37, 9, 8, 33, 7,
|
|
|
|
6, 29, 4, 4, 25, 2, 2, 20, 1, 1, 16, 0,
|
|
|
|
59, 63, 63, 53, 63, 63, 47, 62, 63, 41, 61, 62,
|
|
|
|
35, 60, 62, 30, 59, 62, 24, 57, 62, 18, 55, 62,
|
|
|
|
20, 52, 56, 15, 47, 50, 11, 42, 45, 8, 37, 39,
|
|
|
|
5, 32, 33, 3, 27, 27, 1, 22, 22, 0, 16, 16,
|
|
|
|
54, 59, 63, 46, 56, 63, 39, 53, 63, 31, 50, 63,
|
|
|
|
23, 47, 63, 16, 44, 63, 8, 42, 63, 0, 39, 63,
|
|
|
|
0, 35, 57, 0, 31, 51, 0, 27, 45, 0, 23, 39,
|
|
|
|
0, 19, 33, 0, 16, 28, 0, 12, 22, 0, 9, 16,
|
|
|
|
54, 54, 63, 46, 47, 63, 39, 39, 63, 31, 32, 63,
|
|
|
|
23, 24, 63, 16, 16, 63, 8, 9, 63, 0, 1, 63,
|
|
|
|
0, 1, 57, 0, 1, 51, 0, 0, 45, 0, 0, 39,
|
|
|
|
0, 0, 33, 0, 0, 28, 0, 0, 22, 0, 0, 16,
|
|
|
|
54, 63, 54, 47, 63, 46, 39, 63, 39, 32, 63, 31,
|
|
|
|
24, 63, 23, 16, 63, 16, 8, 63, 8, 0, 63, 0,
|
|
|
|
0, 56, 0, 0, 49, 0, 0, 43, 0, 0, 36, 0,
|
|
|
|
0, 30, 0, 0, 23, 0, 0, 16, 0, 0, 10, 0,
|
|
|
|
63, 54, 63, 63, 46, 63, 63, 39, 63, 63, 31, 63,
|
|
|
|
63, 23, 63, 63, 16, 63, 63, 8, 63, 63, 0, 63,
|
|
|
|
56, 0, 57, 50, 0, 51, 45, 0, 45, 39, 0, 39,
|
|
|
|
33, 0, 33, 27, 0, 28, 22, 0, 22, 16, 0, 16,
|
|
|
|
63, 58, 55, 63, 56, 52, 63, 54, 49, 63, 53, 47,
|
|
|
|
63, 51, 44, 63, 49, 41, 63, 47, 39, 63, 46, 36,
|
|
|
|
63, 44, 32, 63, 41, 28, 63, 39, 24, 60, 37, 23,
|
|
|
|
58, 35, 22, 55, 34, 21, 52, 32, 20, 50, 31, 19,
|
|
|
|
47, 30, 18, 45, 28, 17, 42, 26, 16, 40, 25, 15,
|
|
|
|
39, 24, 14, 36, 23, 13, 34, 22, 12, 32, 20, 11,
|
|
|
|
29, 19, 10, 27, 18, 9, 23, 16, 8, 21, 15, 7,
|
|
|
|
18, 14, 6, 16, 12, 6, 14, 11, 5, 10, 8, 3,
|
|
|
|
63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63,
|
|
|
|
63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63,
|
|
|
|
63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63,
|
|
|
|
63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63,
|
|
|
|
63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63,
|
|
|
|
63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63,
|
|
|
|
63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63,
|
|
|
|
63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63, 63
|
|
|
|
};
|
2012-03-30 18:03:59 +02:00
|
|
|
|
|
|
|
LilliputEngine::LilliputEngine(OSystem *syst, const LilliputGameDescription *gd) : Engine(syst), _gameDescription(gd)
|
|
|
|
{
|
|
|
|
_system = syst;
|
|
|
|
DebugMan.addDebugChannel(kDebugEngine, "Engine", "Engine debug level");
|
2012-04-07 14:36:04 +02:00
|
|
|
DebugMan.addDebugChannel(kDebugScript, "Script", "Script debug level");
|
2012-05-08 18:36:01 +02:00
|
|
|
DebugMan.addDebugChannel(kDebugSound, "Sound", "Sound debug level");
|
|
|
|
DebugMan.addDebugChannel(kDebugEngineTBC, "EngineTBC", "Engine debug level");
|
|
|
|
DebugMan.addDebugChannel(kDebugScriptTBC, "ScriptTBC", "Script debug level");
|
2012-03-30 18:03:59 +02:00
|
|
|
|
|
|
|
_console = new LilliputConsole(this);
|
|
|
|
_rnd = 0;
|
2012-04-19 08:03:19 +02:00
|
|
|
_int8installed = false;
|
2012-05-05 18:16:03 +02:00
|
|
|
_mousePos = Common::Point(0, 0);
|
|
|
|
_oldMousePos = Common::Point(0, 0);
|
|
|
|
_mouseDisplayPos = Common::Point(0, 0);
|
2012-04-10 00:57:59 +02:00
|
|
|
_mouseButton = 0;
|
2012-05-05 21:34:58 +02:00
|
|
|
_savedMousePosDivided = Common::Point(-1, -1);
|
2012-04-15 23:20:30 +02:00
|
|
|
_skipDisplayFlag1 = 1;
|
|
|
|
_skipDisplayFlag2 = 0;
|
2012-04-29 10:04:15 +02:00
|
|
|
_displayMap = 0;
|
2012-04-29 11:48:10 +02:00
|
|
|
_debugFlag = 0;
|
|
|
|
_byte14837 = 0;
|
2012-04-11 10:59:42 +02:00
|
|
|
|
2012-04-04 00:03:41 +02:00
|
|
|
_scriptHandler = new LilliputScript(this);
|
2012-04-20 19:43:31 +02:00
|
|
|
_soundHandler = new LilliputSound(this);
|
2012-04-04 00:03:41 +02:00
|
|
|
|
2012-05-02 22:01:20 +02:00
|
|
|
_byte16939 = 0;
|
2012-04-06 22:45:43 +02:00
|
|
|
_byte1714E = 0;
|
2012-04-11 10:59:42 +02:00
|
|
|
_byte12FCE = 0;
|
|
|
|
_byte129A0 = 0xFF;
|
2012-04-25 00:13:32 +02:00
|
|
|
_numCharactersToDisplay = 0;
|
2012-05-08 18:36:01 +02:00
|
|
|
_nextDisplayCharacterPos = Common::Point(0, 0);
|
2012-05-11 17:01:00 +02:00
|
|
|
_animationTick = 0;
|
2012-04-19 08:03:19 +02:00
|
|
|
_byte12A05 = 10;
|
|
|
|
_byte12A06 = 2;
|
|
|
|
_byte12A07 = 0;
|
|
|
|
_byte12A08 = 0;
|
|
|
|
_byte12A09 = 0;
|
2012-04-20 08:34:41 +02:00
|
|
|
_byte16552 = 0;
|
2012-04-24 00:21:20 +02:00
|
|
|
_byte12FE4 = 0xFF;
|
|
|
|
_byte12FE3 = 0;
|
2012-05-11 23:32:26 +02:00
|
|
|
_byte16F08 = 0;
|
2012-05-03 19:35:53 +02:00
|
|
|
_byte16C9F = 0;
|
2012-05-11 17:01:00 +02:00
|
|
|
_lastAnimationTick = 0;
|
2012-04-11 10:59:42 +02:00
|
|
|
|
2012-05-01 23:32:44 +02:00
|
|
|
_currentScriptCharacter = 0;
|
2012-05-05 21:34:58 +02:00
|
|
|
_currentScriptCharacterPos = Common::Point(0, 0);
|
2012-04-11 10:59:42 +02:00
|
|
|
_word10804 = 0;
|
2012-04-11 15:58:41 +02:00
|
|
|
_word17081_nextIndex = 0;
|
|
|
|
_word16EFE = 0xFFFF;
|
|
|
|
_word1817B = 0;
|
2012-05-09 08:07:58 +02:00
|
|
|
_savedSurfaceUnderMousePos = Common::Point(0, 0);
|
2012-04-16 00:24:02 +02:00
|
|
|
_word15AC2 = 0;
|
2012-04-26 00:42:30 +02:00
|
|
|
_word15AC2 = 0;
|
2012-04-21 21:19:13 +02:00
|
|
|
_displayStringIndex = 0;
|
2012-04-22 22:54:50 +02:00
|
|
|
_word1289D = 0;
|
2012-05-03 19:35:53 +02:00
|
|
|
_numCharacters = 0;
|
2012-04-07 14:36:04 +02:00
|
|
|
|
2012-05-13 03:21:09 +02:00
|
|
|
_saveFlag = true;
|
2012-04-11 10:59:42 +02:00
|
|
|
_byte16F07_menuId = 0;
|
2012-04-08 12:54:56 +02:00
|
|
|
|
2012-05-08 21:38:43 +02:00
|
|
|
_array16C54[0] = _array16C58[3] = 1;
|
|
|
|
_array16C54[1] = _array16C58[2] = 2;
|
|
|
|
_array16C54[2] = _array16C58[1] = 4;
|
|
|
|
_array16C54[3] = _array16C58[0] = 8;
|
2012-04-30 10:48:21 +02:00
|
|
|
|
2012-04-25 08:10:26 +02:00
|
|
|
for (int i = 0; i < 3; i++)
|
|
|
|
_array147D1[i] = 0;
|
|
|
|
|
2012-05-02 22:01:20 +02:00
|
|
|
for (int i = 0; i < 4; i++)
|
|
|
|
_array1692B[i] = 0;
|
|
|
|
|
2012-04-07 14:36:04 +02:00
|
|
|
for (int i = 0; i < 40; i++) {
|
2012-05-06 10:04:09 +02:00
|
|
|
_array10999PosX[i] = 0;
|
|
|
|
_array109C1PosY[i] = 0;
|
2012-04-25 00:13:32 +02:00
|
|
|
_charactersToDisplay[i] = 0;
|
2012-05-06 22:32:23 +02:00
|
|
|
_characterRelativePositionX[i] = -1;
|
|
|
|
_characterRelativePositionY[i] = -1;
|
2012-04-25 01:41:31 +02:00
|
|
|
_characterDisplayX[i] = 0;
|
|
|
|
_characterDisplayY[i] = 0;
|
2012-04-20 08:34:41 +02:00
|
|
|
_array12299[i] = 0xFF;
|
2012-05-06 22:32:23 +02:00
|
|
|
_array109E9PosX[i] = -1;
|
|
|
|
_array10A11PosY[i] = -1;
|
2012-04-22 22:54:50 +02:00
|
|
|
_array16E94[i] = 0;
|
2012-04-17 23:48:11 +02:00
|
|
|
|
2012-04-11 15:58:41 +02:00
|
|
|
_array11D49[i] = 0xFFFF;
|
2012-05-06 22:32:23 +02:00
|
|
|
_characterPositionX[i] = -1;
|
|
|
|
_characterPositionY[i] = -1;
|
2012-05-01 14:35:19 +02:00
|
|
|
_characterPositionAltitude[i] = 0;
|
2012-04-30 17:57:23 +02:00
|
|
|
_characterFrameArray[i] = 0;
|
2012-04-17 23:48:11 +02:00
|
|
|
_rulesBuffer2_5[i] = 0xFF;
|
|
|
|
_rulesBuffer2_6[i] = 4;
|
|
|
|
_rulesBuffer2_7[i] = 0;
|
2012-04-30 17:57:23 +02:00
|
|
|
_spriteSizeArray[i] = 20;
|
|
|
|
_characterDirectionArray[i] = 0;
|
2012-04-17 23:48:11 +02:00
|
|
|
_rulesBuffer2_10[i] = 0;
|
|
|
|
_rulesBuffer2_11[i] = 0;
|
|
|
|
_rulesBuffer2_12[i] = 0;
|
|
|
|
_rulesBuffer2_13[i] = 0;
|
|
|
|
_rulesBuffer2_14[i] = 0;
|
2012-04-22 22:54:50 +02:00
|
|
|
_array1289F[i] = 0xFFFF;
|
2012-04-07 14:36:04 +02:00
|
|
|
}
|
|
|
|
|
2012-04-22 22:54:50 +02:00
|
|
|
for (int i = 0; i < 30; i++)
|
|
|
|
_array12861[i] = 0xFFFF;
|
|
|
|
|
2012-04-15 23:20:30 +02:00
|
|
|
for (int i = 0; i < 256; i++)
|
2012-05-09 08:07:58 +02:00
|
|
|
_savedSurfaceUnderMouse[i] = 0;
|
2012-04-15 23:20:30 +02:00
|
|
|
|
2012-04-21 21:19:13 +02:00
|
|
|
for (int i = 0; i < 160; i++)
|
|
|
|
_displayStringBuf[i] = 0;
|
|
|
|
|
2012-05-04 23:13:43 +02:00
|
|
|
for (int i = 0; i < 1400 + 3120; i++) {
|
|
|
|
_characterVariables_[i] = 0;
|
|
|
|
}
|
|
|
|
|
2012-05-01 14:35:19 +02:00
|
|
|
_currentCharacterVariables = NULL;
|
2012-04-16 23:16:01 +02:00
|
|
|
_bufferIdeogram = NULL;
|
|
|
|
_bufferMen = NULL;
|
|
|
|
_bufferMen2 = NULL;
|
|
|
|
_bufferIsoChars = NULL;
|
|
|
|
_bufferIsoMap = NULL;
|
|
|
|
_bufferCubegfx = NULL;
|
2012-03-30 18:03:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
LilliputEngine::~LilliputEngine() {
|
|
|
|
|
|
|
|
DebugMan.clearAllDebugChannels();
|
|
|
|
delete _console;
|
|
|
|
delete _rnd;
|
|
|
|
}
|
|
|
|
|
|
|
|
GUI::Debugger *LilliputEngine::getDebugger() {
|
|
|
|
return _console;
|
|
|
|
}
|
|
|
|
|
2012-04-19 08:03:19 +02:00
|
|
|
void LilliputEngine::update() {
|
2012-04-20 01:10:46 +02:00
|
|
|
// update every 20 ms.
|
|
|
|
int currentTime = _system->getMillis();
|
|
|
|
if(currentTime - _lastTime > 20) {
|
2012-04-20 01:15:36 +02:00
|
|
|
_lastTime += ((currentTime - _lastTime) / 20) * 20;
|
2012-04-20 01:10:46 +02:00
|
|
|
newInt8();
|
|
|
|
pollEvent();
|
|
|
|
}
|
2012-04-19 08:03:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::newInt8() {
|
|
|
|
|
|
|
|
if (_byte12A06 == 0) {
|
|
|
|
_byte12A06 = 2;
|
|
|
|
_byte12A07 ^= 1;
|
|
|
|
}
|
|
|
|
--_byte12A06;
|
|
|
|
// TODO: check 'out 20h, 20h'
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-04-20 01:10:46 +02:00
|
|
|
// hack for the title stars because _int8installed is not set at the good place for the moment
|
|
|
|
//if (!_int8installed)
|
|
|
|
// return;
|
2012-04-19 08:03:19 +02:00
|
|
|
|
|
|
|
// if (_soundEnabled)
|
2012-04-20 19:43:31 +02:00
|
|
|
_soundHandler->contentFct1();
|
2012-04-19 08:03:19 +02:00
|
|
|
|
|
|
|
if (_byte12A08 != 1) {
|
|
|
|
_byte12A08 = 1;
|
|
|
|
if (_byte12A05 != 0)
|
|
|
|
--_byte12A05;
|
|
|
|
else {
|
|
|
|
_byte12A05 = 10;
|
|
|
|
if (_sound_byte16F06 != 0)
|
|
|
|
--_sound_byte16F06;
|
|
|
|
|
2012-05-11 17:01:00 +02:00
|
|
|
_animationTick ^= 1;
|
2012-04-20 01:10:46 +02:00
|
|
|
if (_byte12A09 != 1 && _int8installed) // hack for the title stars because _int8installed is not set at the good place for the moment
|
2012-04-19 08:03:19 +02:00
|
|
|
displayFunction16();
|
|
|
|
}
|
|
|
|
_byte12A08 = 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-03-30 18:03:59 +02:00
|
|
|
bool LilliputEngine::hasFeature(EngineFeature f) const {
|
|
|
|
return (f == kSupportsRTL) || (f == kSupportsLoadingDuringRuntime) || (f == kSupportsSavingDuringRuntime);
|
|
|
|
}
|
|
|
|
|
|
|
|
const char *LilliputEngine::getCopyrightString() const {
|
2012-04-04 00:03:41 +02:00
|
|
|
return "copyright S.L.Grand, Brainware, 1991";
|
2012-03-30 18:03:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
GameType LilliputEngine::getGameType() const {
|
|
|
|
return _gameType;
|
|
|
|
}
|
|
|
|
|
|
|
|
Common::Platform LilliputEngine::getPlatform() const {
|
|
|
|
return _platform;
|
|
|
|
}
|
|
|
|
|
2012-05-08 18:36:01 +02:00
|
|
|
void LilliputEngine::displayCharacter(int index, Common::Point pos, int flags) {
|
|
|
|
debugC(2, kDebugEngineTBC, "displayCharacter(%d, %d - %d, %d)", index, pos.x, pos.y, flags);
|
2012-04-24 01:20:29 +02:00
|
|
|
|
2012-05-11 08:06:19 +02:00
|
|
|
byte *buf = _savedSurfaceGameArea1 + (pos.y << 8) + pos.x;
|
2012-04-24 01:20:29 +02:00
|
|
|
|
2012-04-27 08:18:59 +02:00
|
|
|
byte *src = _bufferMen;
|
2012-04-24 01:20:29 +02:00
|
|
|
if (index < 0) {
|
|
|
|
src = _bufferIdeogram;
|
|
|
|
index = -index;
|
2012-04-24 23:17:10 +02:00
|
|
|
} else if (index >= 0xF0) {
|
2012-04-24 01:20:29 +02:00
|
|
|
src = _bufferMen2;
|
|
|
|
index -= 0xF0;
|
|
|
|
}
|
|
|
|
|
2012-04-30 14:17:03 +02:00
|
|
|
src += ((index & 0xFF) << 8) + (index >> 8);
|
2012-04-24 01:20:29 +02:00
|
|
|
|
|
|
|
if ( (flags & 2) == 0 ) {
|
|
|
|
for (int y = 0; y < 16; y++) {
|
|
|
|
for (int x = 0; x < 16; x++) {
|
|
|
|
if (src[x] != 0)
|
|
|
|
buf[x] = src[x];
|
|
|
|
}
|
|
|
|
src += 16;
|
|
|
|
buf += 256;
|
|
|
|
}
|
|
|
|
} else {
|
2012-04-30 17:57:23 +02:00
|
|
|
// Sprite mirror
|
2012-04-24 01:20:29 +02:00
|
|
|
for (int y = 0; y < 16; y++) {
|
|
|
|
for (int x = 0; x < 16; x++) {
|
2012-05-11 23:32:26 +02:00
|
|
|
// May need a hack of 1 pixel
|
2012-04-30 14:17:03 +02:00
|
|
|
if (src[15 - x] != 0)
|
|
|
|
buf[x] = src[15 - x];
|
2012-04-24 01:20:29 +02:00
|
|
|
}
|
2012-04-30 14:17:03 +02:00
|
|
|
src += 16;
|
2012-04-24 01:20:29 +02:00
|
|
|
buf += 256;
|
|
|
|
}
|
2012-04-25 01:41:31 +02:00
|
|
|
}
|
2012-04-24 01:20:29 +02:00
|
|
|
}
|
|
|
|
|
2012-05-09 23:13:15 +02:00
|
|
|
void LilliputEngine::display16x16IndexedBuf(byte *buf, int index, Common::Point pos) {
|
|
|
|
debugC(2, kDebugEngine, "display16x16IndexedBuf(buf, %d, %d, %d)", index, pos.x, pos.y);
|
2012-04-15 23:20:30 +02:00
|
|
|
|
2012-05-09 23:13:15 +02:00
|
|
|
int index1 = ((index & 0xFF) << 8) + (index >> 8);
|
2012-04-15 23:20:30 +02:00
|
|
|
byte *newBuf = &buf[index1];
|
|
|
|
|
2012-05-05 18:16:03 +02:00
|
|
|
int tmpVal = ((pos.y & 0xFF) << 8) + (pos.y >> 8);
|
|
|
|
int index2 = pos.x + tmpVal + (tmpVal >> 2);
|
2012-04-15 23:20:30 +02:00
|
|
|
|
|
|
|
for (int i = 0; i < 16; i++) {
|
2012-04-25 21:28:03 +02:00
|
|
|
for (int j = 0; j < 16; j++) {
|
|
|
|
if (newBuf[j] != 0)
|
|
|
|
((byte *)_mainSurface->getPixels())[index2 + j] = newBuf[j];
|
|
|
|
}
|
2012-04-16 00:24:02 +02:00
|
|
|
index2 += 320;
|
2012-04-25 21:28:03 +02:00
|
|
|
newBuf += 16;
|
2012-04-15 23:20:30 +02:00
|
|
|
}
|
|
|
|
_system->copyRectToScreen((byte *)_mainSurface->getPixels(), 320, 0, 0, 320, 200);
|
|
|
|
_system->updateScreen();
|
|
|
|
}
|
|
|
|
|
2012-05-09 23:13:15 +02:00
|
|
|
void LilliputEngine::display16x16Buf(byte *buf, Common::Point pos) {
|
|
|
|
debugC(2, kDebugEngine, "display16x16Buf(buf, %d, %d)", pos.x, pos.y);
|
2012-04-15 23:20:30 +02:00
|
|
|
|
2012-05-09 23:13:15 +02:00
|
|
|
display16x16IndexedBuf(buf, 0, pos);
|
2012-04-15 23:20:30 +02:00
|
|
|
}
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
void LilliputEngine::SaveSurfaceUnderMouseCursor(byte *buf, Common::Point pos) {
|
|
|
|
debugC(2, kDebugEngine, "SaveSurfaceUnderMouseCursor(buf, %d, %d)", pos.x, pos.y);
|
2012-04-16 07:43:49 +02:00
|
|
|
|
2012-05-05 18:16:03 +02:00
|
|
|
int tmpVal = ((pos.y & 0xFF) << 8) + (pos.y >> 8);
|
|
|
|
int index2 = pos.x + tmpVal + (tmpVal >> 2);
|
2012-04-16 07:43:49 +02:00
|
|
|
|
|
|
|
for (int i = 0; i < 16; i++) {
|
|
|
|
for (int j = 0; j < 16; j++) {
|
|
|
|
buf[(i * 16) + j] = ((byte *)_mainSurface->getPixels())[index2 + j];
|
|
|
|
}
|
|
|
|
index2 += 320;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-11 23:32:26 +02:00
|
|
|
void LilliputEngine::fill16x16Rect(int var1, int var2, int var4) {
|
|
|
|
debugC(2, kDebugEngineTBC, "fill16x16Rect(%d, %d, %d)", var1, var2, var4);
|
2012-04-18 08:16:39 +02:00
|
|
|
|
|
|
|
int tmpVal = ((var4 >> 8) + (var4 & 0xFF));
|
|
|
|
int index = var2 + tmpVal + (tmpVal >> 2);
|
|
|
|
int col = var1 & 0xFF;
|
|
|
|
for (int i = 0; i < 16; i++) {
|
|
|
|
for (int j = 0; j < 16; j++) {
|
|
|
|
((byte *)_mainSurface->getPixels())[index + j] = col;
|
|
|
|
}
|
|
|
|
index += 320;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
void LilliputEngine::displayMousePointer() {
|
|
|
|
debugC(2, kDebugEngine, "displayMousePointer()");
|
2012-04-16 00:24:02 +02:00
|
|
|
|
|
|
|
if ((_skipDisplayFlag1 != 1) && (_skipDisplayFlag2 != 1)) {
|
|
|
|
_skipDisplayFlag2 = 1;
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
_savedSurfaceUnderMousePos = _mouseDisplayPos;
|
|
|
|
SaveSurfaceUnderMouseCursor(_savedSurfaceUnderMouse, _mouseDisplayPos);
|
2012-05-09 23:13:15 +02:00
|
|
|
display16x16IndexedBuf(_bufferIdeogram, _word15AC2 + 80, _mouseDisplayPos);
|
2012-04-16 00:24:02 +02:00
|
|
|
|
|
|
|
_skipDisplayFlag1 = 1;
|
|
|
|
_skipDisplayFlag2 = 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
void LilliputEngine::restoreSurfaceUnderMousePointer() {
|
|
|
|
debugC(2, kDebugEngine, "restoreSurfaceUnderMousePointer()");
|
2012-04-15 23:20:30 +02:00
|
|
|
|
|
|
|
if ((_skipDisplayFlag1 != 0) && (_skipDisplayFlag2 != 1)) {
|
|
|
|
_skipDisplayFlag2 = 1;
|
2012-05-09 23:13:15 +02:00
|
|
|
display16x16Buf(_savedSurfaceUnderMouse, _savedSurfaceUnderMousePos);
|
2012-04-15 23:20:30 +02:00
|
|
|
_skipDisplayFlag1 = 0;
|
|
|
|
_skipDisplayFlag2 = 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-11 08:06:19 +02:00
|
|
|
void LilliputEngine::saveSurfaceGameArea() {
|
|
|
|
debugC(2, kDebugEngineTBC, "saveSurfaceGameArea()");
|
2012-04-16 23:16:01 +02:00
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
restoreSurfaceUnderMousePointer();
|
2012-04-16 23:16:01 +02:00
|
|
|
|
2012-05-11 08:06:19 +02:00
|
|
|
int index = (16 * 320) + 64; // 5184
|
2012-04-16 23:16:01 +02:00
|
|
|
for (int i = 0; i < 176; i++) {
|
|
|
|
for (int j = 0; j < 256; j++)
|
2012-05-11 08:06:19 +02:00
|
|
|
_savedSurfaceGameArea3[(i * 256) + j] = ((byte *)_mainSurface->getPixels())[index + j];
|
2012-04-16 23:16:01 +02:00
|
|
|
index += 320;
|
|
|
|
}
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
displayMousePointer();
|
2012-04-16 23:16:01 +02:00
|
|
|
}
|
|
|
|
|
2012-05-11 08:06:19 +02:00
|
|
|
void LilliputEngine::saveSurfaceSpeech() {
|
|
|
|
debugC(2, kDebugEngine, "saveSurfaceSpeech()");
|
2012-04-17 23:48:11 +02:00
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
restoreSurfaceUnderMousePointer();
|
2012-04-17 23:48:11 +02:00
|
|
|
|
|
|
|
int index = 66;
|
|
|
|
for (int i = 0; i < 16; i++) {
|
|
|
|
for (int j = 0; j < 252; j++)
|
2012-05-11 08:06:19 +02:00
|
|
|
_savedSurfaceSpeech[(i * 252) + j] = ((byte *)_mainSurface->getPixels())[index + j];
|
2012-04-17 23:48:11 +02:00
|
|
|
index += 320;
|
|
|
|
}
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
displayMousePointer();
|
2012-04-17 23:48:11 +02:00
|
|
|
}
|
|
|
|
|
2012-05-11 08:06:19 +02:00
|
|
|
void LilliputEngine::restoreSurfaceSpeech() {
|
|
|
|
debugC(2, kDebugEngine, "restoreSurfaceSpeech()");
|
|
|
|
|
|
|
|
restoreSurfaceUnderMousePointer();
|
|
|
|
|
|
|
|
int index = 66;
|
|
|
|
for (int i = 0; i < 16; i++) {
|
|
|
|
for (int j = 0; j < 252; j++)
|
|
|
|
((byte *)_mainSurface->getPixels())[index + j] = _savedSurfaceSpeech[(i * 252) + j];
|
|
|
|
index += 320;
|
|
|
|
}
|
|
|
|
|
|
|
|
displayMousePointer();
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-05-05 18:16:03 +02:00
|
|
|
void LilliputEngine::displayInterfaceHotspots() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "displayInterfaceHotspots()");
|
2012-04-17 23:48:11 +02:00
|
|
|
|
2012-04-29 10:04:15 +02:00
|
|
|
if (_displayMap == 1)
|
2012-04-17 23:48:11 +02:00
|
|
|
return;
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
restoreSurfaceUnderMousePointer();
|
2012-04-17 23:48:11 +02:00
|
|
|
|
|
|
|
int index = 0;
|
|
|
|
int tmpVal;
|
2012-05-01 23:58:35 +02:00
|
|
|
for (index = 0; index < _word12F68_ERULES; index++) {
|
2012-04-17 23:48:11 +02:00
|
|
|
tmpVal = ((_scriptHandler->_array122E9[index] << 2) + (_scriptHandler->_array122E9[index] << 4)) & 0xFF;
|
2012-05-09 23:13:15 +02:00
|
|
|
display16x16IndexedBuf(_bufferIdeogram, tmpVal + index, Common::Point(_interfaceHotspotsX[index], _interfaceHotspotsY[index]));
|
2012-04-17 23:48:11 +02:00
|
|
|
}
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
displayMousePointer();
|
2012-04-17 23:48:11 +02:00
|
|
|
}
|
|
|
|
|
2012-05-10 08:11:45 +02:00
|
|
|
void LilliputEngine::displayLandscape() {
|
|
|
|
debugC(2, kDebugEngine, "displayLandscape()");
|
2012-04-17 23:48:11 +02:00
|
|
|
|
2012-05-11 08:06:19 +02:00
|
|
|
memcpy(_savedSurfaceGameArea2, _savedSurfaceGameArea3, 176 * 256); // 45056
|
2012-04-17 23:48:11 +02:00
|
|
|
|
2012-05-05 18:16:03 +02:00
|
|
|
int var1 = (_scriptHandler->_viewportPos.y >> 8) + ((_scriptHandler->_viewportPos.y & 0xFF) << 8) + (_scriptHandler->_viewportPos.x << 2);
|
2012-04-17 23:48:11 +02:00
|
|
|
int var2;
|
|
|
|
int index = 0;
|
|
|
|
|
|
|
|
for (int i = 0; i < 8; i++) {
|
|
|
|
for (int j = 0; j < 8 ; j++) {
|
|
|
|
var2 = (j << 8) + i;
|
2012-05-11 08:06:19 +02:00
|
|
|
displayIsometricBlock(_savedSurfaceGameArea2, _bufferIsoMap[var1 + index], var2, 0);
|
2012-04-17 23:48:11 +02:00
|
|
|
index += 4;
|
|
|
|
}
|
|
|
|
index += 224;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-04-19 08:03:19 +02:00
|
|
|
// Display dialog bubble
|
2012-04-18 08:16:39 +02:00
|
|
|
void LilliputEngine::displayFunction10() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "displayFunction10()");
|
2012-04-18 08:16:39 +02:00
|
|
|
static const byte _array15976[16] = {244, 248, 250, 250, 252, 252, 252, 252, 252, 252, 252, 252, 250, 250, 248, 244};
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
restoreSurfaceUnderMousePointer();
|
2012-04-18 08:16:39 +02:00
|
|
|
|
|
|
|
int index = 192;
|
|
|
|
int tmpIndex;
|
|
|
|
int var3;
|
|
|
|
|
|
|
|
for (int i = 0; i < 16; i++) {
|
|
|
|
var3 = _array15976[i];
|
|
|
|
tmpIndex = index - (var3 / 2);
|
2012-04-19 08:03:19 +02:00
|
|
|
var3 &= 0xFE;
|
|
|
|
for (int j = 0; j < var3; j++) {
|
2012-04-18 08:16:39 +02:00
|
|
|
((byte *)_mainSurface->getPixels())[tmpIndex + j] = 17;
|
|
|
|
}
|
|
|
|
index += 320;
|
|
|
|
}
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
displayMousePointer();
|
2012-04-18 08:16:39 +02:00
|
|
|
}
|
|
|
|
|
2012-05-13 03:21:09 +02:00
|
|
|
void LilliputEngine::sub15A4C(int vgaIndex, byte *srcBuf, int &bufIndex) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub15A4C()");
|
2012-04-29 00:35:44 +02:00
|
|
|
|
|
|
|
int var3 = 0;
|
|
|
|
int var1;
|
|
|
|
int bckIndex = bufIndex;
|
|
|
|
|
|
|
|
for (;;) {
|
|
|
|
var1 = srcBuf[bufIndex];
|
|
|
|
if ((var1 == 0) || (var1 == '|'))
|
|
|
|
break;
|
|
|
|
|
|
|
|
++bufIndex;
|
|
|
|
++var3;
|
|
|
|
}
|
|
|
|
|
2012-05-13 03:21:09 +02:00
|
|
|
var1 = (0x3D - var3) << 1;
|
2012-04-29 00:35:44 +02:00
|
|
|
vgaIndex += var1;
|
|
|
|
|
|
|
|
bufIndex = bckIndex;
|
|
|
|
for (;;) {
|
|
|
|
var1 = srcBuf[bufIndex];
|
|
|
|
++bufIndex;
|
|
|
|
if ((var1 == 0) || (var1 == '|'))
|
|
|
|
break;
|
|
|
|
|
2012-05-13 03:21:09 +02:00
|
|
|
displayChar(vgaIndex, var1);
|
2012-04-29 00:35:44 +02:00
|
|
|
vgaIndex += 4;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::displayFunction11(byte *buf) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "displayFunction11(%s)", buf);
|
2012-04-29 00:35:44 +02:00
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
restoreSurfaceUnderMousePointer();
|
2012-04-29 00:35:44 +02:00
|
|
|
|
|
|
|
int vgaIndex = 70;
|
|
|
|
int bufIndex = 0;
|
|
|
|
|
|
|
|
byte _byte15A0C = 0;
|
|
|
|
int var1;
|
|
|
|
|
|
|
|
for (;;) {
|
|
|
|
var1 = buf[bufIndex];
|
|
|
|
++bufIndex;
|
|
|
|
if (var1 == 0) {
|
|
|
|
vgaIndex += (4 * 320);
|
|
|
|
break;
|
|
|
|
} else if (var1 == 0x7C) {
|
|
|
|
_byte15A0C = 1;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
bufIndex = 0;
|
|
|
|
sub15A4C(vgaIndex, buf, bufIndex);
|
|
|
|
if (_byte15A0C == 1) {
|
|
|
|
vgaIndex += (8 * 320);
|
|
|
|
sub15A4C(vgaIndex, buf, bufIndex);
|
|
|
|
}
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
displayMousePointer();
|
2012-04-29 00:35:44 +02:00
|
|
|
}
|
|
|
|
|
2012-04-16 23:16:01 +02:00
|
|
|
void LilliputEngine::displayFunction12() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(1, kDebugEngineTBC, "displayFunction12()");
|
2012-04-16 23:16:01 +02:00
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
restoreSurfaceUnderMousePointer();
|
2012-04-16 23:16:01 +02:00
|
|
|
|
2012-05-11 08:06:19 +02:00
|
|
|
byte *tmpBuf = loadVGA("SCREEN.GFX", 320 * 200, true);
|
|
|
|
memcpy(_mainSurface->getPixels(), tmpBuf, 320 * 200);
|
2012-04-16 23:16:01 +02:00
|
|
|
_system->copyRectToScreen((byte *)_mainSurface->getPixels(), 320, 0, 0, 320, 200);
|
|
|
|
_system->updateScreen();
|
|
|
|
|
2012-05-11 08:06:19 +02:00
|
|
|
saveSurfaceGameArea();
|
|
|
|
saveSurfaceSpeech();
|
2012-05-05 18:16:03 +02:00
|
|
|
displayInterfaceHotspots();
|
2012-05-10 08:11:45 +02:00
|
|
|
displayLandscape();
|
2012-05-11 20:47:17 +02:00
|
|
|
prepareGameArea();
|
2012-05-11 08:06:19 +02:00
|
|
|
displayGameArea();
|
2012-04-16 23:16:01 +02:00
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
displayMousePointer();
|
2012-04-16 23:16:01 +02:00
|
|
|
free(tmpBuf);
|
|
|
|
}
|
|
|
|
|
2012-05-10 08:11:45 +02:00
|
|
|
void LilliputEngine::displayIsometricBlock(byte *buf, int var1, int var2, int var3) {
|
|
|
|
debugC(1, kDebugEngine, "displayIsometricBlock(buf, %d, %d, %d)", var1, var2, var3);
|
|
|
|
|
2012-04-17 23:48:11 +02:00
|
|
|
byte tmpByte1 = ((7 + (var2 >> 8) - (var2 & 0xFF)) << 4) & 0xFF;
|
2012-04-18 00:47:50 +02:00
|
|
|
byte tmpByte2 = ((4 + (var2 >> 8) + (var2 & 0xFF) - (var3 >> 7) ) << 3) & 0xFF;
|
2012-04-17 23:48:11 +02:00
|
|
|
|
|
|
|
int index = (tmpByte2 << 8) + tmpByte1;
|
2012-04-18 00:47:50 +02:00
|
|
|
int index2 = var1 << 10;
|
2012-04-17 23:48:11 +02:00
|
|
|
|
|
|
|
for (int i = 0; i < 32; i++) {
|
|
|
|
for (int j = 0; j < 32; j++) {
|
|
|
|
if (_bufferCubegfx[index2 + j] != 0)
|
2012-04-18 00:01:23 +02:00
|
|
|
buf[index + j] = _bufferCubegfx[index2 + j];
|
2012-04-17 23:48:11 +02:00
|
|
|
}
|
2012-04-18 00:01:23 +02:00
|
|
|
index2 += 32;
|
2012-04-17 23:48:11 +02:00
|
|
|
index += 256;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-11 08:06:19 +02:00
|
|
|
void LilliputEngine::displayGameArea() {
|
|
|
|
debugC(2, kDebugEngine, "displayGameArea()");
|
2012-04-17 23:48:11 +02:00
|
|
|
|
2012-04-29 10:04:15 +02:00
|
|
|
if (_displayMap == 1)
|
2012-04-17 23:48:11 +02:00
|
|
|
return;
|
|
|
|
|
2012-05-05 18:16:03 +02:00
|
|
|
if (_mouseDisplayPos.x > 48)
|
2012-05-09 08:07:58 +02:00
|
|
|
restoreSurfaceUnderMousePointer();
|
2012-04-17 23:48:11 +02:00
|
|
|
|
2012-05-11 08:06:19 +02:00
|
|
|
int index = (16 * 320) + 64; // 5184
|
2012-04-17 23:48:11 +02:00
|
|
|
for (int i = 0; i < 176; i++) {
|
|
|
|
for (int j = 0; j < 256; j++)
|
2012-05-11 08:06:19 +02:00
|
|
|
((byte *)_mainSurface->getPixels())[index + j] = _savedSurfaceGameArea1[(i * 256) + j];
|
2012-04-17 23:48:11 +02:00
|
|
|
index += 320;
|
|
|
|
}
|
|
|
|
|
|
|
|
_system->copyRectToScreen((byte *)_mainSurface->getPixels(), 320, 0, 0, 320, 200);
|
|
|
|
_system->updateScreen();
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
displayMousePointer();
|
2012-04-27 08:18:59 +02:00
|
|
|
}
|
2012-04-17 23:48:11 +02:00
|
|
|
|
2012-04-24 00:31:34 +02:00
|
|
|
void LilliputEngine::restoreMapPoints() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "restoreMapPoints()");
|
2012-04-29 10:47:50 +02:00
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
restoreSurfaceUnderMousePointer();
|
2012-04-24 00:31:34 +02:00
|
|
|
|
2012-04-27 08:18:59 +02:00
|
|
|
byte *buf = (byte *)_mainSurface->getPixels();
|
2012-04-28 02:59:43 +02:00
|
|
|
for (int index = 0; index < _numCharacters; index++) {
|
2012-04-24 00:31:34 +02:00
|
|
|
buf[_word15E5D[index]] = _byte15E35[index];
|
|
|
|
}
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
displayMousePointer();
|
2012-04-24 00:31:34 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::displayCharactersOnMap() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "displayCharactersOnMap()");
|
2012-04-29 10:47:50 +02:00
|
|
|
|
2012-05-10 19:26:16 +02:00
|
|
|
moveCharacters();
|
2012-05-09 08:07:58 +02:00
|
|
|
restoreSurfaceUnderMousePointer();
|
2012-04-24 00:31:34 +02:00
|
|
|
|
2012-04-27 08:18:59 +02:00
|
|
|
byte *buf = (byte *)_mainSurface->getPixels();
|
2012-04-28 02:59:43 +02:00
|
|
|
for (int index = _numCharacters - 1; index >=0; index--) {
|
2012-05-06 22:32:23 +02:00
|
|
|
if (((_rulesBuffer2_11[index] & 2) == 0) && (_scriptHandler->_array1614BPosY[index] != -1)) {
|
|
|
|
int y = (3 * _scriptHandler->_array1614BPosY[index]) + 1;
|
|
|
|
int x = (_scriptHandler->_array16123PosX[index] * 4) + 1;
|
2012-04-24 00:31:34 +02:00
|
|
|
|
2012-05-13 03:21:09 +02:00
|
|
|
_word15E5D[index] = y * 320 + x;
|
2012-04-24 00:31:34 +02:00
|
|
|
_byte15E35[index] = buf[y * 320 + x];
|
|
|
|
buf[y * 320 + x] = _scriptHandler->_array128EF[index];
|
|
|
|
}
|
|
|
|
}
|
2012-05-09 08:07:58 +02:00
|
|
|
displayMousePointer();
|
2012-04-24 00:31:34 +02:00
|
|
|
}
|
|
|
|
|
2012-05-10 19:26:16 +02:00
|
|
|
void LilliputEngine::moveCharacters() {
|
|
|
|
debugC(2, kDebugEngine, "moveCharacters()");
|
2012-04-17 23:48:11 +02:00
|
|
|
|
2012-04-25 00:13:32 +02:00
|
|
|
_numCharactersToDisplay = 0;
|
2012-04-28 02:59:43 +02:00
|
|
|
int index = _numCharacters - 1;
|
2012-05-05 18:16:03 +02:00
|
|
|
Common::Point _pos16213 = Common::Point(_scriptHandler->_viewportPos.x << 3, _scriptHandler->_viewportPos.y << 3);
|
2012-04-17 23:48:11 +02:00
|
|
|
|
|
|
|
for (int i = index; i >= 0; i--) {
|
|
|
|
if (_rulesBuffer2_5[i] != 0xFF) {
|
|
|
|
int index2 = _rulesBuffer2_5[i];
|
2012-05-01 14:35:19 +02:00
|
|
|
_characterPositionAltitude[i] = _characterPositionAltitude[index2] + _rulesBuffer2_7[i];
|
2012-04-17 23:48:11 +02:00
|
|
|
int tmpVal = _rulesBuffer2_6[i];
|
2012-04-30 17:57:23 +02:00
|
|
|
_characterDirectionArray[i] = _characterDirectionArray[index2];
|
2012-04-25 01:41:31 +02:00
|
|
|
int var3 = _characterPositionX[index2];
|
|
|
|
int var4 = _characterPositionY[index2];
|
2012-04-17 23:48:11 +02:00
|
|
|
|
2012-04-30 17:57:23 +02:00
|
|
|
switch (_characterDirectionArray[i]) {
|
2012-04-17 23:48:11 +02:00
|
|
|
case 0:
|
|
|
|
var3 -= tmpVal;
|
|
|
|
break;
|
|
|
|
case 1:
|
|
|
|
var4 += tmpVal;
|
|
|
|
break;
|
|
|
|
case 2:
|
|
|
|
var4 -= tmpVal;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
var3 += tmpVal;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
|
2012-04-25 01:41:31 +02:00
|
|
|
_characterPositionX[i] = var3;
|
|
|
|
_characterPositionY[i] = var4;
|
2012-04-17 23:48:11 +02:00
|
|
|
}
|
|
|
|
|
2012-05-10 19:26:16 +02:00
|
|
|
_scriptHandler->_array16123PosX[i] = (_characterPositionX[i] >> 3);
|
|
|
|
_scriptHandler->_array1614BPosY[i] = (_characterPositionY[i] >> 3);
|
2012-04-28 16:24:47 +02:00
|
|
|
_characterRelativePositionX[i] = 0xFF;
|
2012-04-25 01:41:31 +02:00
|
|
|
_characterRelativePositionY[i] = 0xFF;
|
|
|
|
_characterDisplayX[i] = 0xFF;
|
|
|
|
_characterDisplayY[i] = 0xFF;
|
2012-04-17 23:48:11 +02:00
|
|
|
|
2012-05-05 18:16:03 +02:00
|
|
|
int tmpVal2 = (_characterPositionX[i] >> 3) - _scriptHandler->_viewportPos.x;
|
|
|
|
int tmpVal3 = (_characterPositionY[i] >> 3) - _scriptHandler->_viewportPos.y;
|
2012-04-17 23:48:11 +02:00
|
|
|
if ((tmpVal2 >= 0) && (tmpVal2 <= 7) && (tmpVal3 >= 0) && (tmpVal3 <= 7)) {
|
2012-04-25 01:41:31 +02:00
|
|
|
_characterRelativePositionX[i] = tmpVal2;
|
|
|
|
_characterRelativePositionY[i] = tmpVal3;
|
2012-05-05 18:16:03 +02:00
|
|
|
tmpVal2 = _characterPositionX[i] - _pos16213.x;
|
|
|
|
tmpVal3 = _characterPositionY[i] - _pos16213.y;
|
2012-05-01 14:35:19 +02:00
|
|
|
int tmpVal4 = _characterPositionAltitude[i];
|
2012-04-25 01:41:31 +02:00
|
|
|
_characterDisplayX[i] = ((60 + tmpVal2 - tmpVal3) * 2) & 0xFF;
|
|
|
|
_characterDisplayY[i] = (20 + tmpVal2 + tmpVal3 - tmpVal4) & 0xFF;
|
2012-04-25 00:13:32 +02:00
|
|
|
_charactersToDisplay[_numCharactersToDisplay] = i;
|
|
|
|
++_numCharactersToDisplay;
|
2012-05-11 23:32:26 +02:00
|
|
|
}
|
2012-04-17 23:48:11 +02:00
|
|
|
}
|
2012-04-18 00:01:23 +02:00
|
|
|
|
2012-04-25 00:13:32 +02:00
|
|
|
sortCharacters();
|
2012-04-17 23:48:11 +02:00
|
|
|
}
|
|
|
|
|
2012-04-25 21:28:03 +02:00
|
|
|
void LilliputEngine::setNextDisplayCharacter(int var1) {
|
2012-05-10 19:26:16 +02:00
|
|
|
debugC(2, kDebugEngine, "setNextDisplayCharacter(%d)", var1);
|
2012-04-17 23:48:11 +02:00
|
|
|
|
2012-04-25 21:28:03 +02:00
|
|
|
byte charNum = var1 & 0xFF;
|
|
|
|
if ( charNum < _numCharactersToDisplay) {
|
|
|
|
int index = _charactersToDisplay[charNum];
|
2012-05-08 18:36:01 +02:00
|
|
|
_nextDisplayCharacterPos = Common::Point(_characterRelativePositionX[index], _characterRelativePositionY[index]);
|
2012-04-17 23:48:11 +02:00
|
|
|
} else {
|
2012-05-08 18:36:01 +02:00
|
|
|
_nextDisplayCharacterPos = Common::Point(-1, -1);
|
2012-04-17 23:48:11 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-11 20:47:17 +02:00
|
|
|
void LilliputEngine::prepareGameArea() {
|
|
|
|
debugC(2, kDebugEngineTBC, "prepareGameArea()");
|
2012-04-17 23:48:11 +02:00
|
|
|
|
2012-05-10 19:26:16 +02:00
|
|
|
moveCharacters();
|
2012-04-25 01:41:31 +02:00
|
|
|
_currentDisplayCharacter = 0;
|
2012-04-25 21:28:03 +02:00
|
|
|
setNextDisplayCharacter(0);
|
2012-04-17 23:48:11 +02:00
|
|
|
|
2012-05-11 08:06:19 +02:00
|
|
|
memcpy(_savedSurfaceGameArea1, _savedSurfaceGameArea2, 176 * 256); // 45056;
|
2012-04-17 23:48:11 +02:00
|
|
|
|
2012-05-05 18:16:03 +02:00
|
|
|
int index1 = (_scriptHandler->_viewportPos.y >> 8) + ((_scriptHandler->_viewportPos.y & 0xFF) << 8) + (_scriptHandler->_viewportPos.x << 2);
|
2012-04-17 23:48:11 +02:00
|
|
|
byte *map = &_bufferIsoMap[index1];
|
|
|
|
|
|
|
|
for (int i = 0; i < 8; i++) {
|
|
|
|
for (int j = 0; j < 8; j++) {
|
2012-04-18 00:47:50 +02:00
|
|
|
int tmpVal = (j << 8) + i;
|
2012-04-17 23:48:11 +02:00
|
|
|
if (map[1] != 0xFF) {
|
|
|
|
int var1 = map[1];
|
2012-05-11 18:49:29 +02:00
|
|
|
if ((_rulesChunk9[var1] & 128) != 0)
|
2012-05-11 17:01:00 +02:00
|
|
|
var1 += _animationTick;
|
2012-05-11 08:06:19 +02:00
|
|
|
displayIsometricBlock(_savedSurfaceGameArea1, var1, tmpVal, 1 << 8);
|
2012-04-17 23:48:11 +02:00
|
|
|
}
|
2012-05-08 18:36:01 +02:00
|
|
|
renderCharacters(map, Common::Point(j, i));
|
2012-04-17 23:48:11 +02:00
|
|
|
|
|
|
|
if (map[2] != 0xFF) {
|
2012-04-18 00:47:50 +02:00
|
|
|
int var1 = map[2];
|
2012-05-11 18:49:29 +02:00
|
|
|
if ((_rulesChunk9[var1] & 128) != 0)
|
2012-05-11 17:01:00 +02:00
|
|
|
var1 += _animationTick;
|
2012-05-11 08:06:19 +02:00
|
|
|
displayIsometricBlock(_savedSurfaceGameArea1, var1, tmpVal, 2 << 8);
|
2012-04-17 23:48:11 +02:00
|
|
|
}
|
2012-04-18 00:47:50 +02:00
|
|
|
map += 4;
|
2012-04-17 23:48:11 +02:00
|
|
|
}
|
2012-04-18 00:47:50 +02:00
|
|
|
map += 224;
|
2012-04-17 23:48:11 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-04-19 08:03:19 +02:00
|
|
|
void LilliputEngine::displayFunction16() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "displayFunction16()");
|
2012-04-19 08:03:19 +02:00
|
|
|
|
2012-04-29 10:04:15 +02:00
|
|
|
if (_displayMap == 1) {
|
|
|
|
bool forceReturnFl = false;
|
2012-05-11 23:32:26 +02:00
|
|
|
checkMapClosing(forceReturnFl);
|
2012-04-29 10:04:15 +02:00
|
|
|
if (forceReturnFl)
|
|
|
|
return;
|
|
|
|
|
2012-04-24 00:31:34 +02:00
|
|
|
restoreMapPoints();
|
2012-04-20 08:34:41 +02:00
|
|
|
sub16626();
|
2012-04-22 11:48:35 +02:00
|
|
|
sub12F37();
|
2012-04-23 01:51:17 +02:00
|
|
|
sub16CA0();
|
2012-04-22 22:54:50 +02:00
|
|
|
sub16EBC();
|
|
|
|
sub171CF();
|
2012-04-24 00:31:34 +02:00
|
|
|
displayCharactersOnMap();
|
2012-04-19 08:03:19 +02:00
|
|
|
} else {
|
2012-04-25 01:41:31 +02:00
|
|
|
scrollToViewportCharacterTarget();
|
2012-05-11 23:32:26 +02:00
|
|
|
checkSpeechClosing();
|
2012-05-11 20:47:17 +02:00
|
|
|
prepareGameArea();
|
2012-05-11 08:06:19 +02:00
|
|
|
displayGameArea();
|
2012-04-20 08:34:41 +02:00
|
|
|
sub16626();
|
2012-04-22 11:48:35 +02:00
|
|
|
sub12F37();
|
2012-04-23 01:51:17 +02:00
|
|
|
sub16CA0();
|
2012-04-22 22:54:50 +02:00
|
|
|
sub16EBC();
|
|
|
|
sub171CF();
|
2012-04-24 00:21:20 +02:00
|
|
|
sub130EE();
|
2012-04-22 22:54:50 +02:00
|
|
|
sub12FE5();
|
|
|
|
displayHeroismIndicator();
|
2012-04-19 08:03:19 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-11 17:01:00 +02:00
|
|
|
void LilliputEngine::resetSmallAnims() {
|
|
|
|
debugC(2, kDebugEngine, "resetSmallAnims()");
|
2012-05-11 08:06:19 +02:00
|
|
|
|
2012-05-11 17:01:00 +02:00
|
|
|
_smallAnims[0]._active = false;
|
|
|
|
_smallAnims[1]._active = false;
|
|
|
|
_smallAnims[2]._active = false;
|
|
|
|
_smallAnims[3]._active = false;
|
|
|
|
_smallAnimsFrameIndex = 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::displaySmallIndexedAnim(byte index, byte subIndex) {
|
|
|
|
debugC(2, kDebugEngine, "displaySmallIndexedAnim(%d, %d)", index, subIndex);
|
|
|
|
|
|
|
|
if (!_smallAnims[index]._active)
|
|
|
|
return;
|
|
|
|
|
|
|
|
display16x16IndexedBuf(_bufferIdeogram, _smallAnims[index]._frameIndex[subIndex], _smallAnims[index]._pos);
|
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::displaySmallAnims() {
|
2012-05-12 22:21:02 +02:00
|
|
|
debugC(2, kDebugEngine, "displaySmallAnims()");
|
2012-05-11 17:01:00 +02:00
|
|
|
|
|
|
|
if (_animationTick == _lastAnimationTick)
|
|
|
|
return;
|
|
|
|
|
|
|
|
_lastAnimationTick = _animationTick;
|
|
|
|
|
|
|
|
assert(_smallAnimsFrameIndex < 8);
|
|
|
|
int subIndex = _smallAnimsFrameIndex;
|
|
|
|
displaySmallIndexedAnim(0, subIndex);
|
|
|
|
displaySmallIndexedAnim(1, subIndex);
|
|
|
|
displaySmallIndexedAnim(2, subIndex);
|
|
|
|
displaySmallIndexedAnim(3, subIndex);
|
|
|
|
|
|
|
|
++subIndex;
|
|
|
|
if (subIndex == 8)
|
|
|
|
subIndex = 0;
|
|
|
|
|
|
|
|
_smallAnimsFrameIndex = subIndex;
|
2012-04-29 10:04:15 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::paletteFadeOut() {
|
2012-05-09 08:07:58 +02:00
|
|
|
debugC(2, kDebugEngine, "paletteFadeOut()");
|
2012-04-29 10:04:15 +02:00
|
|
|
|
2012-05-11 17:01:00 +02:00
|
|
|
resetSmallAnims();
|
2012-04-29 10:04:15 +02:00
|
|
|
byte palette[768];
|
|
|
|
for (int fade = 256; fade >= 0; fade -= 8) {
|
|
|
|
for (int i = 0; i < 768; i++) {
|
|
|
|
palette[i] = (_curPalette[i] * fade) >> 8;
|
|
|
|
}
|
|
|
|
_system->getPaletteManager()->setPalette(palette, 0, 256);
|
|
|
|
_system->updateScreen();
|
|
|
|
_system->delayMillis(20);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::paletteFadeIn() {
|
2012-05-09 23:13:15 +02:00
|
|
|
debugC(2, kDebugEngine, "paletteFadeIn()");
|
2012-04-29 10:04:15 +02:00
|
|
|
|
|
|
|
byte palette[768];
|
|
|
|
for (int fade = 8; fade <= 256; fade += 8) {
|
|
|
|
for (int i = 0; i < 768; i++) {
|
|
|
|
palette[i] = (_curPalette[i] * fade) >> 8;
|
|
|
|
}
|
|
|
|
_system->getPaletteManager()->setPalette(palette, 0, 256);
|
|
|
|
_system->updateScreen();
|
|
|
|
_system->delayMillis(20);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
int LilliputEngine::sub16DD5(int x1, int y1, int x2, int y2) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub16DD5(%d, %d, %d, %d)", x1, y1, x2, y2);
|
2012-04-29 10:04:15 +02:00
|
|
|
|
2012-04-27 08:18:59 +02:00
|
|
|
byte *isoMap = _bufferIsoMap + (x1 << 8) + (y1 << 2) + 1;
|
2012-04-23 23:31:10 +02:00
|
|
|
|
|
|
|
int dx = x2 - x1;
|
|
|
|
int dy = y2 - y1;
|
|
|
|
|
2012-05-11 23:32:26 +02:00
|
|
|
int word16DCB = 0;
|
2012-04-23 23:31:10 +02:00
|
|
|
int word16DCD = 0;
|
|
|
|
int word16DD1 = 0;
|
|
|
|
int word16DCF = 0;
|
|
|
|
|
|
|
|
byte byte16DD4 = 0;
|
|
|
|
byte byte16DD3 = 0;
|
|
|
|
|
|
|
|
if(dx < 0) {
|
|
|
|
dx = -dx;
|
|
|
|
word16DCB = -4;
|
|
|
|
} else {
|
|
|
|
word16DCB = 4;
|
|
|
|
}
|
|
|
|
|
|
|
|
if(dy < 0) {
|
|
|
|
dy = -dy;
|
|
|
|
word16DCD = -256;
|
|
|
|
} else {
|
|
|
|
word16DCD = 256;
|
|
|
|
}
|
|
|
|
|
|
|
|
if(dy > dx) {
|
|
|
|
word16DD1 = 0;
|
|
|
|
word16DCF = word16DCB;
|
|
|
|
} else {
|
|
|
|
int tmp = dx;
|
|
|
|
dy = dx;
|
|
|
|
dx = tmp;
|
|
|
|
word16DCF = 0;
|
|
|
|
word16DD1 = word16DCD;
|
|
|
|
}
|
|
|
|
|
|
|
|
byte16DD4 = (dx << 1) - dy;
|
|
|
|
byte16DD3 = (dx << 1) - 2 * dy;
|
2012-04-23 23:32:51 +02:00
|
|
|
word16DCF += word16DD1;
|
2012-04-23 23:31:10 +02:00
|
|
|
word16DCB += word16DCD;
|
|
|
|
|
|
|
|
int var1 = byte16DD4;
|
2012-05-11 23:32:26 +02:00
|
|
|
int count = 0;
|
2012-04-23 23:31:10 +02:00
|
|
|
|
|
|
|
while ( *isoMap == 0xFF ) {
|
|
|
|
if (var1 > 0) {
|
|
|
|
isoMap += word16DCB;
|
|
|
|
var1 += byte16DD3;
|
|
|
|
} else {
|
|
|
|
isoMap += word16DCF;
|
|
|
|
var1 += byte16DD4;
|
|
|
|
}
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-04-23 23:31:10 +02:00
|
|
|
count++;
|
|
|
|
if (count == dy) {
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return 1;
|
2012-04-23 01:51:17 +02:00
|
|
|
}
|
|
|
|
|
2012-04-29 10:04:15 +02:00
|
|
|
void LilliputEngine::sub15F75() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub15F75()");
|
2012-04-29 10:04:15 +02:00
|
|
|
|
|
|
|
_byte129A0 = 0xFF;
|
2012-05-05 21:34:58 +02:00
|
|
|
_savedMousePosDivided = Common::Point(-1, -1);
|
2012-05-11 23:32:26 +02:00
|
|
|
byte newX = _mousePos.x >> 2;
|
2012-05-05 18:16:03 +02:00
|
|
|
byte newY = _mousePos.y / 3;
|
2012-04-29 10:04:15 +02:00
|
|
|
|
|
|
|
if ((newX >= 64) || (newY >= 64))
|
|
|
|
return;
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-05 21:34:58 +02:00
|
|
|
_savedMousePosDivided = Common::Point(newX, newY);
|
2012-04-29 10:04:15 +02:00
|
|
|
_byte16F07_menuId = 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::sub130B6() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub130B6()");
|
2012-04-29 10:04:15 +02:00
|
|
|
|
|
|
|
for (int index = 0; index < _word12F68_ERULES; index++) {
|
|
|
|
if (_scriptHandler->_array122E9[index] == 3)
|
|
|
|
_scriptHandler->_array122E9[index] = 2;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-11 23:32:26 +02:00
|
|
|
void LilliputEngine::checkMapClosing(bool &forceReturnFl) {
|
|
|
|
debugC(2, kDebugEngineTBC, "checkMapClosing()");
|
2012-04-29 10:04:15 +02:00
|
|
|
|
|
|
|
forceReturnFl = false;
|
|
|
|
if (_displayMap != 1)
|
|
|
|
return;
|
|
|
|
|
|
|
|
pollEvent();
|
2012-05-11 23:32:26 +02:00
|
|
|
warning("checkMapClosing- TODO: Check keyboard");
|
2012-04-29 10:04:15 +02:00
|
|
|
|
|
|
|
if ((_mouseButton & 1) == 0)
|
|
|
|
return;
|
|
|
|
|
|
|
|
_mouseButton = 0;
|
|
|
|
sub15F75();
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-04-29 10:04:15 +02:00
|
|
|
_displayMap = 0;
|
|
|
|
paletteFadeOut();
|
|
|
|
_word15AC2 = 0;
|
|
|
|
sub130B6();
|
|
|
|
displayFunction12();
|
|
|
|
_scriptHandler->_heroismLevel = 0;
|
2012-05-10 19:26:16 +02:00
|
|
|
moveCharacters();
|
2012-04-29 10:04:15 +02:00
|
|
|
paletteFadeIn();
|
|
|
|
forceReturnFl = true;
|
|
|
|
}
|
|
|
|
|
2012-04-23 01:51:17 +02:00
|
|
|
void LilliputEngine::sub16CA0() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub16CA0()");
|
2012-04-23 01:51:17 +02:00
|
|
|
|
2012-04-28 02:59:43 +02:00
|
|
|
for (int index = _numCharacters - 1; index >= 0; index--) {
|
2012-04-23 01:51:17 +02:00
|
|
|
if (_rulesBuffer2_11[index] & 1)
|
|
|
|
continue;
|
2012-04-23 20:36:18 +02:00
|
|
|
|
2012-05-06 22:32:23 +02:00
|
|
|
int c1 = _scriptHandler->_array16123PosX[index];
|
|
|
|
int c2 = _scriptHandler->_array1614BPosY[index];
|
2012-04-23 01:51:17 +02:00
|
|
|
|
2012-04-28 02:59:43 +02:00
|
|
|
for (int index2 = _numCharacters - 1; index2 >= 0; index2--) {
|
2012-04-23 20:36:18 +02:00
|
|
|
_byte16C9F = 0;
|
2012-05-11 23:32:26 +02:00
|
|
|
if ((index != index2 ) &&
|
2012-04-23 20:36:18 +02:00
|
|
|
(_rulesBuffer2_5[index] != index2) &&
|
|
|
|
(_rulesBuffer2_5[index2] != index) &&
|
2012-04-23 01:51:17 +02:00
|
|
|
(_rulesBuffer2_11[index2] & 2) == 0) {
|
2012-05-06 22:32:23 +02:00
|
|
|
int d1 = _scriptHandler->_array16123PosX[index2];
|
|
|
|
int d2 = _scriptHandler->_array1614BPosY[index2];
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-04-23 01:51:17 +02:00
|
|
|
if (d1 != 0xFF) {
|
|
|
|
int x = c1 - d1;
|
2012-04-23 20:36:18 +02:00
|
|
|
if ((x > -6) && (x < 6)) {
|
2012-04-23 01:51:17 +02:00
|
|
|
int y = c2 - d2;
|
2012-04-23 20:36:18 +02:00
|
|
|
if ((y > -6) && (y < 6)) {
|
2012-04-23 01:51:17 +02:00
|
|
|
_byte16C9F = 1;
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-04-23 20:36:18 +02:00
|
|
|
if ((c1 == d1) && (c2 == d2)) {
|
2012-04-23 01:51:17 +02:00
|
|
|
_byte16C9F = 4;
|
2012-04-23 20:36:18 +02:00
|
|
|
} else if((_rulesBuffer2_11[index] & 4) != 0) {
|
|
|
|
_byte16C9F = 0;
|
|
|
|
} else {
|
2012-04-30 17:57:23 +02:00
|
|
|
if (_characterDirectionArray[index] == 0) {
|
2012-04-23 20:36:18 +02:00
|
|
|
if (d1 > c1) {
|
|
|
|
_byte16C9F = 2;
|
|
|
|
|
|
|
|
if (d2 == c2)
|
|
|
|
_byte16C9F = 3;
|
|
|
|
|
|
|
|
if (sub16DD5(c1, d1, c2, d2) != 0)
|
2012-05-11 23:32:26 +02:00
|
|
|
_byte16C9F = 1;
|
2012-04-23 01:51:17 +02:00
|
|
|
}
|
2012-04-30 17:57:23 +02:00
|
|
|
} else if (_characterDirectionArray[index] == 1) {
|
2012-04-23 20:36:18 +02:00
|
|
|
if (d2 < c2) {
|
|
|
|
_byte16C9F = 2;
|
|
|
|
|
|
|
|
if(d1 == c1)
|
|
|
|
_byte16C9F = 3;
|
|
|
|
|
|
|
|
if (sub16DD5(c1, d1, c2, d2) != 0)
|
2012-05-11 23:32:26 +02:00
|
|
|
_byte16C9F = 1;
|
2012-04-23 01:51:17 +02:00
|
|
|
}
|
2012-04-30 17:57:23 +02:00
|
|
|
} else if (_characterDirectionArray[index] == 2) {
|
2012-04-23 20:36:18 +02:00
|
|
|
if (d2 > c2) {
|
|
|
|
_byte16C9F = 2;
|
|
|
|
|
|
|
|
if(d1 == c1)
|
|
|
|
_byte16C9F = 3;
|
|
|
|
|
|
|
|
if (sub16DD5(c1, d1, c2, d2) != 0)
|
2012-05-11 23:32:26 +02:00
|
|
|
_byte16C9F = 1;
|
2012-04-23 01:51:17 +02:00
|
|
|
}
|
2012-04-23 20:36:18 +02:00
|
|
|
} else {
|
|
|
|
if (d1 < c1) {
|
|
|
|
_byte16C9F = 2;
|
2012-04-23 01:51:17 +02:00
|
|
|
|
2012-04-23 20:36:18 +02:00
|
|
|
if (d2 == c2)
|
|
|
|
_byte16C9F = 3;
|
|
|
|
|
|
|
|
if (sub16DD5(c1, d1, c2, d2) != 0)
|
2012-05-11 23:32:26 +02:00
|
|
|
_byte16C9F = 1;
|
2012-04-23 20:36:18 +02:00
|
|
|
}
|
2012-04-23 01:51:17 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-04-23 20:36:18 +02:00
|
|
|
int val = _scriptHandler->_array10B51[index2 + index * 40];
|
|
|
|
val = (val & 0xFF) + ((val & 0xFF) << 8);
|
|
|
|
if( (val & 0xFF) != _byte16C9F ) {
|
2012-04-28 02:59:43 +02:00
|
|
|
_scriptHandler->_characterScriptEnabled[index] = 1;
|
2012-04-23 20:36:18 +02:00
|
|
|
val = (val & 0xFF00) | _byte16C9F;
|
|
|
|
}
|
2012-05-11 23:32:26 +02:00
|
|
|
_scriptHandler->_array10B51[index2 + index * 40] = val;
|
2012-04-23 20:36:18 +02:00
|
|
|
|
2012-04-23 01:51:17 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-03 19:08:44 +02:00
|
|
|
void LilliputEngine::displayFunction18(int var1, int var2, int var3, int var4) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "displayFunction18(%d, %d, %d, %d)", var1, var2, var3, var4);
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
restoreSurfaceUnderMousePointer();
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-03 19:08:44 +02:00
|
|
|
if ((var1 & 0xFF) == 0x2D) {
|
|
|
|
var2 += 35;
|
|
|
|
var3 -= 35;
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-03 19:08:44 +02:00
|
|
|
if (var3 < 0) {
|
|
|
|
var2 += var3;
|
|
|
|
var3 = -var3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
byte *vgaBuf = (byte *)_mainSurface->getPixels();
|
|
|
|
int tmpVal = (var3 >> 8) + ((var3 & 0xFF) << 8);
|
|
|
|
int vgaIndex = var2 + tmpVal + (tmpVal >> 2);
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-03 19:08:44 +02:00
|
|
|
if (var3 == 0)
|
|
|
|
++var3;
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-03 19:08:44 +02:00
|
|
|
for (int i = 0; i < 4; i++) {
|
|
|
|
for (int j = 0; j < var3; j++) {
|
|
|
|
vgaBuf[vgaIndex + j] = 2;
|
|
|
|
}
|
|
|
|
vgaIndex += 320;
|
|
|
|
}
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
displayMousePointer();
|
2012-05-03 19:08:44 +02:00
|
|
|
}
|
|
|
|
|
2012-04-22 00:05:02 +02:00
|
|
|
void LilliputEngine::displayString(byte *buf, int var2, int var4) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "displayString(buf, %d, %d)", var2, var4);
|
2012-04-21 21:19:13 +02:00
|
|
|
|
|
|
|
int index = var2;
|
|
|
|
int tmpVar4 = (var4 >> 8) + ((var4 & 0xFF) << 8);
|
|
|
|
index = index + tmpVar4 + (tmpVar4 >> 2);
|
|
|
|
|
|
|
|
int i = 0;
|
|
|
|
while (buf[i] != 0) {
|
|
|
|
displayChar(index, buf[i]);
|
|
|
|
++i;
|
|
|
|
index += 4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::displayChar(int index, int var1) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "displayChar(%d, %d)", index, var1);
|
2012-04-21 21:19:13 +02:00
|
|
|
|
|
|
|
int indexVga = index;
|
|
|
|
int indexChar = var1 << 5;
|
|
|
|
|
|
|
|
for (int i = 0; i < 8; i++) {
|
|
|
|
for (int j = 0; j < 4; j++)
|
|
|
|
((byte *)_mainSurface->getPixels())[indexVga + j] = _bufferIsoChars[indexChar + j];
|
|
|
|
indexVga += 320;
|
|
|
|
indexChar += 4;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2012-04-25 00:13:32 +02:00
|
|
|
void LilliputEngine::sortCharacters() {
|
2012-05-10 19:26:16 +02:00
|
|
|
debugC(2, kDebugEngine, "sortCharacters()");
|
2012-04-21 10:56:47 +02:00
|
|
|
|
2012-04-25 00:13:32 +02:00
|
|
|
if (_numCharactersToDisplay <= 1)
|
2012-04-21 10:56:47 +02:00
|
|
|
return;
|
|
|
|
|
2012-05-10 19:26:16 +02:00
|
|
|
for (int var4 = _numCharactersToDisplay - 1; var4 > 0; var4--) {
|
|
|
|
bool found = false;
|
2012-04-21 10:56:47 +02:00
|
|
|
|
|
|
|
for (int var2 = 0; var2 < var4; var2++) {
|
2012-04-25 00:13:32 +02:00
|
|
|
int index1 = _charactersToDisplay[var2];
|
|
|
|
int index2 = _charactersToDisplay[var2 + 1];
|
2012-05-11 23:32:26 +02:00
|
|
|
|
|
|
|
if (_characterRelativePositionY[index1] < _characterRelativePositionY[index2])
|
2012-04-21 10:56:47 +02:00
|
|
|
continue;
|
|
|
|
|
2012-04-25 01:41:31 +02:00
|
|
|
if (_characterRelativePositionY[index1] == _characterRelativePositionY[index2]) {
|
|
|
|
if (_characterRelativePositionX[index1] < _characterRelativePositionX[index2])
|
2012-04-21 10:56:47 +02:00
|
|
|
continue;
|
|
|
|
|
2012-04-25 01:41:31 +02:00
|
|
|
if (_characterRelativePositionX[index1] == _characterRelativePositionX[index2]) {
|
2012-05-01 14:35:19 +02:00
|
|
|
if (_characterPositionAltitude[index1] < _characterPositionAltitude[index2])
|
2012-04-21 10:56:47 +02:00
|
|
|
continue;
|
|
|
|
|
2012-05-01 14:35:19 +02:00
|
|
|
if (_characterPositionAltitude[index1] == _characterPositionAltitude[index2]) {
|
2012-04-25 01:41:31 +02:00
|
|
|
if (_characterDisplayY[index1] < _characterDisplayY[index2])
|
2012-04-21 10:56:47 +02:00
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-04-25 00:13:32 +02:00
|
|
|
byte tmpVal = _charactersToDisplay[var2];
|
|
|
|
_charactersToDisplay[var2] = _charactersToDisplay[var2 + 1];
|
|
|
|
_charactersToDisplay[var2 + 1] = tmpVal;
|
2012-05-10 19:26:16 +02:00
|
|
|
found = true;
|
2012-04-21 10:56:47 +02:00
|
|
|
}
|
|
|
|
|
2012-05-10 19:26:16 +02:00
|
|
|
if (!found)
|
2012-04-21 10:56:47 +02:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-04-25 01:41:31 +02:00
|
|
|
void LilliputEngine::scrollToViewportCharacterTarget() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "scrollToViewportCharacterTarget()");
|
2012-04-19 08:03:19 +02:00
|
|
|
|
2012-05-11 20:47:17 +02:00
|
|
|
if (_scriptHandler->_viewportCharacterTarget == -1)
|
2012-04-19 08:03:19 +02:00
|
|
|
return;
|
|
|
|
|
2012-05-05 18:16:03 +02:00
|
|
|
int var2 = (_characterPositionX[_scriptHandler->_viewportCharacterTarget] >> 3) - _scriptHandler->_viewportPos.x;
|
|
|
|
int var4 = (_characterPositionY[_scriptHandler->_viewportCharacterTarget] >> 3) - _scriptHandler->_viewportPos.y;
|
2012-05-05 21:34:58 +02:00
|
|
|
Common::Point newPos = _scriptHandler->_viewportPos;
|
2012-04-19 08:03:19 +02:00
|
|
|
|
|
|
|
if (var2 >= 1) {
|
|
|
|
if (var2 >= 6) {
|
2012-05-05 21:34:58 +02:00
|
|
|
newPos.x += 4;
|
|
|
|
if (newPos.x > 56)
|
|
|
|
newPos.x = 56;
|
2012-04-19 08:03:19 +02:00
|
|
|
}
|
|
|
|
} else {
|
2012-05-05 21:34:58 +02:00
|
|
|
newPos.x -= 4;
|
|
|
|
if (newPos.x < 0)
|
|
|
|
newPos.x = 0;
|
2012-04-19 08:03:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
if (var4 >= 1) {
|
|
|
|
if (var4 > 6) {
|
2012-05-05 21:34:58 +02:00
|
|
|
newPos.y += 4;
|
|
|
|
if (newPos.y >= 56)
|
|
|
|
newPos.y = 56;
|
2012-04-19 08:03:19 +02:00
|
|
|
}
|
|
|
|
} else {
|
2012-05-05 21:34:58 +02:00
|
|
|
newPos.y -= 4;
|
|
|
|
if (newPos.y < 0)
|
|
|
|
newPos.y = 0;
|
2012-04-19 08:03:19 +02:00
|
|
|
}
|
|
|
|
|
2012-05-05 21:34:58 +02:00
|
|
|
viewportScrollTo(newPos);
|
2012-04-19 08:03:19 +02:00
|
|
|
}
|
|
|
|
|
2012-05-05 21:34:58 +02:00
|
|
|
void LilliputEngine::viewportScrollTo(Common::Point goalPos) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "viewportScrollTo(%d, %d)", goalPos.x, goalPos.y);
|
2012-04-19 08:03:19 +02:00
|
|
|
|
2012-05-05 21:34:58 +02:00
|
|
|
if (goalPos == _scriptHandler->_viewportPos)
|
2012-04-19 08:03:19 +02:00
|
|
|
return;
|
|
|
|
|
2012-04-25 01:41:31 +02:00
|
|
|
int dx = 0;
|
2012-05-05 21:34:58 +02:00
|
|
|
if (goalPos.x != _scriptHandler->_viewportPos.x) {
|
|
|
|
if (goalPos.x < _scriptHandler->_viewportPos.x)
|
2012-04-25 01:41:31 +02:00
|
|
|
--dx;
|
2012-04-19 08:03:19 +02:00
|
|
|
else
|
2012-04-25 01:41:31 +02:00
|
|
|
++dx;
|
2012-04-19 08:03:19 +02:00
|
|
|
}
|
|
|
|
|
2012-04-25 01:41:31 +02:00
|
|
|
int dy = 0;
|
2012-05-05 21:34:58 +02:00
|
|
|
if (goalPos.y!= _scriptHandler->_viewportPos.y) {
|
|
|
|
if (goalPos.y < _scriptHandler->_viewportPos.y)
|
2012-04-25 01:41:31 +02:00
|
|
|
--dy;
|
2012-04-19 08:03:19 +02:00
|
|
|
else
|
2012-04-25 01:41:31 +02:00
|
|
|
++dy;
|
2012-04-19 08:03:19 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
do {
|
2012-05-05 18:16:03 +02:00
|
|
|
_scriptHandler->_viewportPos.x += dx;
|
|
|
|
_scriptHandler->_viewportPos.y += dy;
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-10 08:11:45 +02:00
|
|
|
displayLandscape();
|
2012-05-11 20:47:17 +02:00
|
|
|
prepareGameArea();
|
2012-05-11 08:06:19 +02:00
|
|
|
displayGameArea();
|
2012-04-19 08:03:19 +02:00
|
|
|
|
2012-05-05 21:34:58 +02:00
|
|
|
if (goalPos.x == _scriptHandler->_viewportPos.x)
|
2012-04-25 01:41:31 +02:00
|
|
|
dx = 0;
|
2012-04-19 08:03:19 +02:00
|
|
|
|
2012-05-05 21:34:58 +02:00
|
|
|
if (goalPos.y == _scriptHandler->_viewportPos.y)
|
2012-04-25 01:41:31 +02:00
|
|
|
dy = 0;
|
|
|
|
} while ((dx != 0) && (dy != 0));
|
2012-04-19 08:03:19 +02:00
|
|
|
|
2012-04-20 19:43:31 +02:00
|
|
|
_soundHandler->contentFct5();
|
2012-04-19 08:03:19 +02:00
|
|
|
}
|
|
|
|
|
2012-05-08 18:36:01 +02:00
|
|
|
void LilliputEngine::renderCharacters(byte *buf, Common::Point pos) {
|
|
|
|
debugC(2, kDebugEngineTBC, "renderCharacters(buf, %d - %d)", pos.x, pos.y);
|
2012-04-20 08:34:41 +02:00
|
|
|
|
2012-05-08 18:36:01 +02:00
|
|
|
if (_nextDisplayCharacterPos != pos)
|
2012-04-20 08:34:41 +02:00
|
|
|
return;
|
|
|
|
|
2012-05-02 18:52:15 +02:00
|
|
|
_byte16552 = 0;
|
2012-04-20 08:34:41 +02:00
|
|
|
|
|
|
|
if (buf[1] != 0xFF) {
|
|
|
|
int tmpIndex = buf[1];
|
2012-04-30 14:17:03 +02:00
|
|
|
if ((_rulesChunk9[tmpIndex] & 16) == 0)
|
2012-04-20 08:34:41 +02:00
|
|
|
++_byte16552;
|
|
|
|
}
|
|
|
|
|
2012-04-25 01:41:31 +02:00
|
|
|
int index = _charactersToDisplay[_currentDisplayCharacter];
|
2012-05-10 08:11:45 +02:00
|
|
|
Common::Point characterPos = Common::Point(_characterDisplayX[index], _characterDisplayY[index]);
|
2012-04-20 08:34:41 +02:00
|
|
|
|
2012-05-11 23:32:26 +02:00
|
|
|
if (index == _scriptHandler->_talkingCharacter)
|
2012-05-10 08:11:45 +02:00
|
|
|
sub1546F(characterPos);
|
2012-04-20 08:34:41 +02:00
|
|
|
|
|
|
|
if (_byte16552 != 1) {
|
2012-05-10 08:11:45 +02:00
|
|
|
byte flag = _characterDirectionArray[index];
|
|
|
|
int16 frame = _characterFrameArray[index];
|
2012-04-20 08:34:41 +02:00
|
|
|
|
2012-05-10 08:11:45 +02:00
|
|
|
if (frame != -1) {
|
2012-04-25 01:41:31 +02:00
|
|
|
frame += _scriptHandler->_array10AB1[index];
|
2012-04-30 14:17:03 +02:00
|
|
|
if ((flag & 1) == 1)
|
2012-04-30 17:57:23 +02:00
|
|
|
frame += _spriteSizeArray[index];
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-04-20 08:34:41 +02:00
|
|
|
if (_array12299[index] != 0xFF) {
|
2012-04-25 01:41:31 +02:00
|
|
|
frame = _array12299[index] + 82;
|
2012-04-20 08:34:41 +02:00
|
|
|
--_array12299[index];
|
2012-04-25 01:41:31 +02:00
|
|
|
frame = -frame;
|
2012-04-20 08:34:41 +02:00
|
|
|
}
|
|
|
|
|
2012-05-10 08:11:45 +02:00
|
|
|
displayCharacter(frame, characterPos, flag);
|
2012-04-20 08:34:41 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-04-25 01:41:31 +02:00
|
|
|
++_currentDisplayCharacter;
|
2012-04-25 21:28:03 +02:00
|
|
|
setNextDisplayCharacter(_currentDisplayCharacter);
|
2012-04-20 08:34:41 +02:00
|
|
|
|
2012-05-08 18:36:01 +02:00
|
|
|
renderCharacters(buf, pos);
|
2012-04-20 08:34:41 +02:00
|
|
|
}
|
|
|
|
|
2012-05-10 08:11:45 +02:00
|
|
|
void LilliputEngine::sub1546F(Common::Point displayPos) {
|
|
|
|
debugC(2, kDebugEngineTBC, "sub1546F(%d, %d)", displayPos.x, displayPos.y);
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-10 08:11:45 +02:00
|
|
|
int orgX = displayPos.x + 8;
|
|
|
|
int orgY = displayPos.y;
|
2012-04-25 21:28:03 +02:00
|
|
|
int var2 = 0;
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-04-25 21:28:03 +02:00
|
|
|
int x = orgX;
|
|
|
|
int y = orgY;
|
|
|
|
do {
|
2012-05-11 23:32:26 +02:00
|
|
|
sub15498(Common::Point(x, y), var2);
|
2012-04-25 21:28:03 +02:00
|
|
|
--x;
|
|
|
|
y >>= 1;
|
|
|
|
} while (y != 0);
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-04-25 21:28:03 +02:00
|
|
|
x = orgX + 1;
|
|
|
|
y = orgY >> 1;
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-04-25 21:28:03 +02:00
|
|
|
while (y != 0) {
|
2012-05-11 23:32:26 +02:00
|
|
|
sub15498(Common::Point(x, y), var2);
|
2012-04-25 21:28:03 +02:00
|
|
|
++x;
|
|
|
|
y >>= 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-11 23:32:26 +02:00
|
|
|
void LilliputEngine::sub15498(Common::Point pos, int var2) {
|
|
|
|
debugC(2, kDebugEngineTBC, "sub15498(%d - %d, %d)", pos.x, pos.y, var2);
|
|
|
|
|
|
|
|
int index = pos.x + ((var2 & 0xFF) << 8) + (var2 >> 8);
|
|
|
|
for (int i = 1 + pos.y - var2; i > 0; i--) {
|
2012-05-11 08:06:19 +02:00
|
|
|
_savedSurfaceGameArea1[index] = 17;
|
2012-04-25 21:28:03 +02:00
|
|
|
index += 256;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-11 23:32:26 +02:00
|
|
|
void LilliputEngine::checkSpeechClosing() {
|
|
|
|
debugC(2, kDebugEngineTBC, "checkSpeechClosing()");
|
2012-04-20 08:34:41 +02:00
|
|
|
|
2012-05-11 23:32:26 +02:00
|
|
|
if (_scriptHandler->_speechTimer != 0) {
|
|
|
|
--_scriptHandler->_speechTimer;
|
|
|
|
if (_scriptHandler->_speechTimer == 0) {
|
2012-05-11 08:06:19 +02:00
|
|
|
restoreSurfaceSpeech();
|
2012-05-11 23:32:26 +02:00
|
|
|
_scriptHandler->_talkingCharacter = -1;
|
2012-04-20 08:34:41 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-06 22:32:23 +02:00
|
|
|
int LilliputEngine::getDirection(Common::Point param1, Common::Point param2) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "getDirection(%d - %d, %d - %d)", param1.x, param1.y, param2.x, param2.y);
|
2012-04-21 10:56:47 +02:00
|
|
|
|
2012-05-06 22:32:23 +02:00
|
|
|
static const char _directionsArray[8] = {0, 2, 0, 1, 3, 2, 3, 1};
|
2012-04-21 10:56:47 +02:00
|
|
|
|
2012-05-05 21:34:58 +02:00
|
|
|
Common::Point var1 = param2;
|
|
|
|
Common::Point var2 = param1;
|
2012-04-21 10:56:47 +02:00
|
|
|
|
2012-05-05 21:34:58 +02:00
|
|
|
int8 var1h = var1.x - var2.x;
|
|
|
|
int8 var1l = var1.y - var2.y;
|
2012-04-21 10:56:47 +02:00
|
|
|
int8 var2l = 0;
|
|
|
|
|
2012-05-06 22:32:23 +02:00
|
|
|
if (var1h < 0) {
|
2012-04-21 10:56:47 +02:00
|
|
|
var2l |= 4;
|
|
|
|
var1h = -var1h;
|
|
|
|
}
|
|
|
|
|
2012-05-06 22:32:23 +02:00
|
|
|
if (var1l < 0) {
|
2012-04-21 10:56:47 +02:00
|
|
|
var2l |= 2;
|
|
|
|
var1l = -var1l;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (var1h < var1l)
|
|
|
|
var2l |= 1;
|
|
|
|
|
2012-05-06 22:32:23 +02:00
|
|
|
return _directionsArray[var2l];
|
2012-04-21 10:56:47 +02:00
|
|
|
}
|
|
|
|
|
2012-05-08 21:38:43 +02:00
|
|
|
byte LilliputEngine::sub16799(int index, Common::Point param1) {
|
|
|
|
debugC(2, kDebugEngineTBC, "sub16799(%d, %d - %d)", index, param1.x, param1.y);
|
2012-04-21 10:56:47 +02:00
|
|
|
|
2012-05-06 22:32:23 +02:00
|
|
|
Common::Point var3 = Common::Point(_array109E9PosX[index], _array10A11PosY[index]);
|
2012-04-21 10:56:47 +02:00
|
|
|
|
2012-05-06 22:32:23 +02:00
|
|
|
if (var3.x != -1) {
|
|
|
|
if ((var3.x != _scriptHandler->_array16123PosX[index]) || (var3.y != _scriptHandler->_array1614BPosY[index])) {
|
2012-05-02 22:01:20 +02:00
|
|
|
sub1693A(index);
|
2012-05-08 21:38:43 +02:00
|
|
|
_scriptHandler->_array12811[index] -= (param1.x & 0x0F);
|
2012-04-21 10:56:47 +02:00
|
|
|
return 3;
|
|
|
|
}
|
|
|
|
|
2012-05-06 22:32:23 +02:00
|
|
|
if ((var3.x == _array10999PosX[index]) && (var3.y == _array109C1PosY[index]))
|
2012-04-21 10:56:47 +02:00
|
|
|
return 2;
|
|
|
|
}
|
|
|
|
|
2012-05-03 19:08:44 +02:00
|
|
|
sub167EF(index);
|
|
|
|
|
2012-05-06 22:32:23 +02:00
|
|
|
Common::Point pos1 = Common::Point(_scriptHandler->_array16123PosX[index], _scriptHandler->_array1614BPosY[index]);
|
|
|
|
Common::Point pos2 = Common::Point(_array109E9PosX[index], _array10A11PosY[index]);
|
2012-04-21 10:56:47 +02:00
|
|
|
|
2012-05-06 22:32:23 +02:00
|
|
|
_characterDirectionArray[index] = getDirection(pos1, pos2);
|
2012-04-21 10:56:47 +02:00
|
|
|
|
2012-05-02 22:01:20 +02:00
|
|
|
sub1693A(index);
|
2012-05-08 21:38:43 +02:00
|
|
|
_scriptHandler->_array12811[index] -= (param1.x & 0x0F);
|
2012-04-21 10:56:47 +02:00
|
|
|
return 3;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2012-05-03 19:08:44 +02:00
|
|
|
void LilliputEngine::sub167EF(int index) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub167EF(%d)", index);
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-07 07:51:28 +02:00
|
|
|
int word167EB = findHotspot(Common::Point(_scriptHandler->_array16123PosX[index], _scriptHandler->_array1614BPosY[index]));
|
|
|
|
int word167ED = findHotspot(Common::Point(_array10999PosX[index], _array109C1PosY[index]));
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-03 19:08:44 +02:00
|
|
|
if (word167EB == word167ED) {
|
2012-05-06 22:32:23 +02:00
|
|
|
_array109E9PosX[index] = _array10999PosX[index];
|
|
|
|
_array10A11PosY[index] = _array109C1PosY[index];
|
2012-05-03 19:08:44 +02:00
|
|
|
return;
|
|
|
|
}
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-07 07:51:28 +02:00
|
|
|
if (word167EB == -1) {
|
|
|
|
int tmpVal = reverseFindHotspot(Common::Point(_array10999PosX[index], _array109C1PosY[index]));
|
2012-05-06 23:38:13 +02:00
|
|
|
_array109E9PosX[index] = _rulesBuffer12Pos4[tmpVal].x;
|
|
|
|
_array10A11PosY[index] = _rulesBuffer12Pos4[tmpVal].y;
|
2012-05-03 19:08:44 +02:00
|
|
|
return;
|
|
|
|
}
|
2012-05-11 23:32:26 +02:00
|
|
|
|
|
|
|
if ((word167ED != -1) &&
|
2012-05-06 10:04:09 +02:00
|
|
|
(_array10999PosX[index] >= (_rectXMinMax[word167EB] >> 8)) &&
|
|
|
|
(_array10999PosX[index] <= (_rectXMinMax[word167EB] & 0xFF)) &&
|
|
|
|
(_array109C1PosY[index] >= (_rectYMinMax[word167EB] >> 8)) &&
|
|
|
|
(_array109C1PosY[index] <= (_rectYMinMax[word167EB] & 0xFF)) ) {
|
2012-05-06 23:38:13 +02:00
|
|
|
_array109E9PosX[index] = _rulesBuffer12Pos4[word167ED].x;
|
|
|
|
_array10A11PosY[index] = _rulesBuffer12Pos4[word167ED].y;
|
2012-05-03 19:08:44 +02:00
|
|
|
return;
|
|
|
|
}
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-06 23:38:13 +02:00
|
|
|
_array109E9PosX[index] = _rulesBuffer12Pos4[word167EB].x;
|
|
|
|
_array10A11PosY[index] = _rulesBuffer12Pos4[word167EB].y;
|
2012-05-06 10:04:09 +02:00
|
|
|
int var4h = (_rectXMinMax[index] >> 8);
|
|
|
|
int var4l = (_rectXMinMax[index] & 0xFF);
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-03 19:08:44 +02:00
|
|
|
if (var4h != var4l) {
|
2012-05-06 22:32:23 +02:00
|
|
|
if (_array109E9PosX[index] == var4h) {
|
|
|
|
--_array109E9PosX[index];
|
2012-05-03 19:08:44 +02:00
|
|
|
return;
|
|
|
|
}
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-06 22:32:23 +02:00
|
|
|
if (_array109E9PosX[index] == var4l) {
|
|
|
|
++_array109E9PosX[index];
|
2012-05-03 19:08:44 +02:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2012-05-08 18:36:01 +02:00
|
|
|
var4h = (_rectYMinMax[index] >> 8);
|
|
|
|
var4l = (_rectYMinMax[index] & 0xFF);
|
2012-05-03 19:08:44 +02:00
|
|
|
|
|
|
|
if (var4h != var4l) {
|
2012-05-06 22:32:23 +02:00
|
|
|
if (_array10A11PosY[index] == var4h)
|
|
|
|
--_array10A11PosY[index];
|
2012-05-03 19:08:44 +02:00
|
|
|
else
|
2012-05-06 22:32:23 +02:00
|
|
|
++_array10A11PosY[index];
|
2012-05-03 19:08:44 +02:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-03 19:08:44 +02:00
|
|
|
// var4h == var4l
|
2012-05-08 21:38:43 +02:00
|
|
|
int mapIndex = (((_array10A11PosY[index] << 8) >> 2) + _array109E9PosX[index]) << 2;
|
2012-05-03 19:08:44 +02:00
|
|
|
int tmpVal = _bufferIsoMap[mapIndex + 3];
|
|
|
|
if ((tmpVal & 8) != 0)
|
2012-05-06 22:32:23 +02:00
|
|
|
++_array109E9PosX[index];
|
2012-05-03 19:08:44 +02:00
|
|
|
else if ((tmpVal & 4) != 0)
|
2012-05-06 22:32:23 +02:00
|
|
|
--_array10A11PosY[index];
|
2012-05-03 19:08:44 +02:00
|
|
|
else if ((tmpVal & 2) != 0)
|
2012-05-06 22:32:23 +02:00
|
|
|
++_array10A11PosY[index];
|
2012-05-11 23:32:26 +02:00
|
|
|
else
|
2012-05-06 22:32:23 +02:00
|
|
|
--_array109E9PosX[index];
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-03 19:08:44 +02:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2012-05-02 22:01:20 +02:00
|
|
|
void LilliputEngine::sub1693A(int index) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub1693A(%d)", index);
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-15 01:37:00 +02:00
|
|
|
static const int16 _array1692F[4] = {4, -256, 256, -4};
|
2012-05-02 22:01:20 +02:00
|
|
|
|
2012-05-07 07:51:28 +02:00
|
|
|
_word16937Pos = Common::Point(_scriptHandler->_array16123PosX[index], _scriptHandler->_array1614BPosY[index]);
|
2012-05-02 22:01:20 +02:00
|
|
|
|
|
|
|
sub16A08(index);
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-02 22:01:20 +02:00
|
|
|
int var2 = (_characterDirectionArray[index] ^ 3);
|
|
|
|
_array1692B[var2] += 0xF8;
|
|
|
|
_byte16939 = 0;
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-07 07:51:28 +02:00
|
|
|
int mapIndex = ((((_word16937Pos.y << 8) >> 2) + _word16937Pos.x) << 2);
|
2012-05-02 22:01:20 +02:00
|
|
|
int subMapIndex = 0;
|
|
|
|
int retVal = 0;
|
|
|
|
for (int i = 3; i >= 0; i--) {
|
|
|
|
subMapIndex = _array1692F[i];
|
|
|
|
if (((_bufferIsoMap[mapIndex + subMapIndex + 3] & _array16C54[i]) != 0) && ((_bufferIsoMap[mapIndex + 3] & _array16C58[i]) != 0)) {
|
|
|
|
if ((_bufferIsoMap[mapIndex + subMapIndex + 3] & 0x80) != 0) {
|
|
|
|
if (sub16A76(i, index) != 0)
|
|
|
|
_array1692B[i] += 0xEC;
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-02 22:01:20 +02:00
|
|
|
int tmpVal = ((_rulesBuffer2_10[index] & 7) ^ 7);
|
|
|
|
retVal = _rulesChunk9[_bufferIsoMap[mapIndex + subMapIndex]];
|
|
|
|
tmpVal &= retVal;
|
|
|
|
if (tmpVal == 0)
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
_array1692B[i] = 0x9E;
|
|
|
|
++_byte16939;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (_byte16939 != 0)
|
|
|
|
_array1692B[_characterDirectionArray[index]] += 3;
|
|
|
|
|
|
|
|
int tmpVal = 0x9D;
|
|
|
|
for (int i = 3; i >= 0; i--) {
|
|
|
|
if (tmpVal < _array1692B[i]) {
|
|
|
|
retVal = i;
|
|
|
|
tmpVal = _array1692B[i];
|
|
|
|
}
|
|
|
|
}
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-02 22:01:20 +02:00
|
|
|
_characterDirectionArray[index] = retVal;
|
|
|
|
}
|
|
|
|
|
|
|
|
byte LilliputEngine::sub16A76(int indexb, int indexs) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub16A76(%d, %d)", indexb, indexs);
|
2012-05-02 22:01:20 +02:00
|
|
|
|
2012-05-06 10:04:09 +02:00
|
|
|
static const char _array16A6C[4] = {1, 0, 0, -1};
|
|
|
|
static const char _array16A70[4] = {0, -1, 1, 0};
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-06 23:38:13 +02:00
|
|
|
char var1h = _word16937Pos.x + _array16A6C[indexb];
|
|
|
|
char var1l = _word16937Pos.y + _array16A70[indexs];
|
2012-05-02 22:01:20 +02:00
|
|
|
|
2012-05-07 07:51:28 +02:00
|
|
|
int var2 = findHotspot(Common::Point(var1h, var1l));
|
|
|
|
if (var2 == -1)
|
2012-05-02 22:01:20 +02:00
|
|
|
return 1;
|
|
|
|
|
2012-05-10 08:11:45 +02:00
|
|
|
// int _word16A74 = var2; // useless?
|
2012-05-02 22:01:20 +02:00
|
|
|
|
2012-05-06 23:38:13 +02:00
|
|
|
var1h = _word16937Pos.x;
|
|
|
|
var1l = _word16937Pos.y;
|
2012-05-02 22:01:20 +02:00
|
|
|
|
2012-05-06 10:04:09 +02:00
|
|
|
if ((var1h >= (_rectXMinMax[var2] >> 8)) && (var1h <= (_rectXMinMax[var2] & 0xFF)) && (var1l >= (_rectYMinMax[var2] >> 8)) && (var1l <= (_rectYMinMax[var2] & 0xFF)))
|
2012-05-02 22:01:20 +02:00
|
|
|
return 0;
|
|
|
|
|
2012-05-06 22:32:23 +02:00
|
|
|
var1h = _array109E9PosX[indexs];
|
|
|
|
var1l = _array10A11PosY[indexs];
|
2012-05-02 22:01:20 +02:00
|
|
|
|
2012-05-06 10:04:09 +02:00
|
|
|
if ((var1h >= (_rectXMinMax[var2] >> 8)) && (var1h <= (_rectXMinMax[var2] & 0xFF)) && (var1l >= (_rectYMinMax[var2] >> 8)) && (var1l <= (_rectYMinMax[var2] & 0xFF)))
|
2012-05-02 22:01:20 +02:00
|
|
|
return 0;
|
|
|
|
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
2012-05-07 07:51:28 +02:00
|
|
|
int LilliputEngine::findHotspot(Common::Point pos) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "findHotspot(%d, %d)", pos.x, pos.y);
|
2012-05-02 22:01:20 +02:00
|
|
|
|
|
|
|
for (int i = 0; i < _rulesChunk12_size; i++) {
|
2012-05-06 10:04:09 +02:00
|
|
|
if ((pos.x >= (_rectXMinMax[i] >> 8)) && (pos.x <= (_rectXMinMax[i] & 0xFF)) && (pos.y >= (_rectYMinMax[i] >> 8)) && (pos.y <= (_rectYMinMax[i] & 0xFF)))
|
2012-05-02 22:01:20 +02:00
|
|
|
return i;
|
|
|
|
}
|
2012-05-07 07:51:28 +02:00
|
|
|
return -1;
|
2012-05-02 22:01:20 +02:00
|
|
|
}
|
|
|
|
|
2012-05-07 07:51:28 +02:00
|
|
|
int LilliputEngine::reverseFindHotspot(Common::Point pos) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "reverseFindHotspot(%d, %d)", pos.x, pos.y);
|
2012-05-03 00:54:08 +02:00
|
|
|
|
2012-05-07 07:51:28 +02:00
|
|
|
for (int i = _rulesChunk12_size - 1; i >= 0 ; i--) {
|
|
|
|
if ((pos.x >= (_rectXMinMax[i] >> 8)) && (pos.x <= (_rectXMinMax[i] & 0xFF)) && (pos.y >= (_rectYMinMax[i] >> 8)) && (pos.y<= (_rectYMinMax[i] & 0xFF)))
|
2012-05-03 00:54:08 +02:00
|
|
|
return i;
|
|
|
|
}
|
2012-05-07 07:51:28 +02:00
|
|
|
return -1;
|
2012-05-03 00:54:08 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-05-02 22:01:20 +02:00
|
|
|
void LilliputEngine::sub16A08(int index) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub16A08(%d)", index);
|
2012-05-02 22:01:20 +02:00
|
|
|
|
2012-05-15 01:37:00 +02:00
|
|
|
static const char _array169F8[4] = {1, 0, 0, -1};
|
|
|
|
static const char _array169FC[4] = {0, -1, 1, 0};
|
2012-05-02 22:01:20 +02:00
|
|
|
|
|
|
|
int _array16A00[4];
|
|
|
|
|
|
|
|
for (int i = 3; i >= 0; i--) {
|
2012-05-06 23:38:13 +02:00
|
|
|
int16 var1h = _word16937Pos.x + _array169F8[i] - _array109E9PosX[index];
|
|
|
|
int16 var1l = _word16937Pos.y + _array169FC[i] - _array10A11PosY[index];
|
2012-05-02 22:01:20 +02:00
|
|
|
_array16A00[i] = (var1l * var1l) + (var1h * var1h);
|
|
|
|
}
|
|
|
|
_array1692B[0] = 0;
|
|
|
|
_array1692B[2] = 0;
|
|
|
|
|
|
|
|
for (int i = 6; i > 0; i--) {
|
|
|
|
int tmpVal = 0x7FFF;
|
|
|
|
int tmpIndex = 0;
|
|
|
|
for (int j = 0; j < 4; j++) {
|
|
|
|
if (tmpVal > _array16A00[j]) {
|
|
|
|
tmpVal = _array16A00[j];
|
|
|
|
tmpIndex = j;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
_array16A00[tmpIndex] = 0x7FFF;
|
|
|
|
_array1692B[tmpIndex] = i;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-04-29 00:35:44 +02:00
|
|
|
void LilliputEngine::addCharToBuf(byte character) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "addCharToBuf(%c)", character);
|
2012-04-21 21:19:13 +02:00
|
|
|
|
2012-04-29 00:35:44 +02:00
|
|
|
_displayStringBuf[_displayStringIndex] = character;
|
2012-04-21 21:19:13 +02:00
|
|
|
if (_displayStringIndex < 158)
|
|
|
|
++_displayStringIndex;
|
|
|
|
}
|
|
|
|
|
2012-04-22 00:05:02 +02:00
|
|
|
void LilliputEngine::prepareGoldAmount(int param1) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "prepareGoldAmount(%d)", param1);
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-04-21 21:19:13 +02:00
|
|
|
static const int _array18AE3[6] = {10000, 1000, 100, 10, 1};
|
|
|
|
|
|
|
|
int count;
|
|
|
|
int var1 = param1;
|
2012-04-22 00:05:02 +02:00
|
|
|
bool hideZeros = true;
|
2012-04-21 21:19:13 +02:00
|
|
|
for (int i = 0; i < 5; i++) {
|
|
|
|
count = 0;
|
|
|
|
while (var1 >= 0) {
|
|
|
|
++count;
|
|
|
|
var1 -= _array18AE3[i];
|
|
|
|
}
|
|
|
|
var1 += _array18AE3[i];
|
2012-04-22 00:05:02 +02:00
|
|
|
--count;
|
|
|
|
|
|
|
|
byte tmpVal = count + 0x30;
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-04-21 21:19:13 +02:00
|
|
|
if (i == 4)
|
2012-04-29 00:35:44 +02:00
|
|
|
addCharToBuf(tmpVal);
|
2012-04-22 00:05:02 +02:00
|
|
|
else if ((count != 0) || (!hideZeros)) {
|
|
|
|
hideZeros = false;
|
2012-04-29 00:35:44 +02:00
|
|
|
addCharToBuf(tmpVal);
|
2012-04-21 21:19:13 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-04-20 08:34:41 +02:00
|
|
|
void LilliputEngine::sub16626() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub16626()");
|
2012-04-20 08:34:41 +02:00
|
|
|
|
2012-04-28 02:59:43 +02:00
|
|
|
int index = _numCharacters - 1;
|
2012-05-03 08:08:05 +02:00
|
|
|
byte result;
|
2012-04-20 08:34:41 +02:00
|
|
|
while (index >= 0) {
|
2012-04-22 11:48:35 +02:00
|
|
|
result = 2;
|
|
|
|
while (result & 2) {
|
|
|
|
int var2 = _scriptHandler->_array12811[index];
|
2012-04-20 08:34:41 +02:00
|
|
|
if (var2 == 16)
|
|
|
|
break;
|
2012-04-22 11:48:35 +02:00
|
|
|
|
2012-05-15 01:37:00 +02:00
|
|
|
/*if (index == 3)
|
|
|
|
debugC(1,"");
|
|
|
|
else
|
|
|
|
break;*/
|
|
|
|
|
2012-04-30 10:48:21 +02:00
|
|
|
var2 = (2 * (var2 & 0xFF)) + (index << 5);
|
2012-05-08 21:38:43 +02:00
|
|
|
Common::Point var1 = _scriptHandler->_array12311[var2 / 2];
|
2012-04-22 11:48:35 +02:00
|
|
|
int tmpVal = var2;
|
2012-05-08 21:38:43 +02:00
|
|
|
var2 = (var1.x >> 3);
|
2012-04-20 08:34:41 +02:00
|
|
|
var2 &= 0xFE;
|
|
|
|
|
2012-05-15 01:37:00 +02:00
|
|
|
//warning(" step %d : var1 x:%d y:%d var:%d", _scriptHandler->_array12811[index], var1.x, var1.y, var2 / 2);
|
|
|
|
|
2012-04-20 08:34:41 +02:00
|
|
|
switch (var2 / 2) {
|
|
|
|
case 0:
|
2012-04-22 11:48:35 +02:00
|
|
|
result = sub16675(index, var1);
|
2012-04-20 08:34:41 +02:00
|
|
|
break;
|
|
|
|
case 1:
|
2012-04-22 23:54:45 +02:00
|
|
|
result = sub166DD(index, var1);
|
2012-04-20 08:34:41 +02:00
|
|
|
break;
|
|
|
|
case 2:
|
|
|
|
case 3:
|
|
|
|
case 4:
|
|
|
|
case 5:
|
|
|
|
case 6:
|
|
|
|
case 7:
|
|
|
|
case 8:
|
|
|
|
case 9:
|
2012-04-22 23:54:45 +02:00
|
|
|
result = 0;
|
2012-04-20 08:34:41 +02:00
|
|
|
break;
|
|
|
|
case 10:
|
2012-05-01 00:18:26 +02:00
|
|
|
result = sub1675D(index, var1);
|
2012-04-20 08:34:41 +02:00
|
|
|
break;
|
|
|
|
case 11:
|
2012-05-09 23:13:15 +02:00
|
|
|
result = sub16729(index, var1);
|
2012-04-20 08:34:41 +02:00
|
|
|
break;
|
|
|
|
case 12:
|
2012-05-03 08:08:05 +02:00
|
|
|
result = sub16799(index, var1);
|
2012-04-20 08:34:41 +02:00
|
|
|
break;
|
|
|
|
case 13:
|
2012-05-03 08:08:05 +02:00
|
|
|
result = sub16722(index, var1);
|
2012-04-20 08:34:41 +02:00
|
|
|
break;
|
|
|
|
case 14:
|
2012-05-08 21:38:43 +02:00
|
|
|
result = sub166F7(index, var1, tmpVal);
|
2012-04-20 08:34:41 +02:00
|
|
|
break;
|
|
|
|
case 15:
|
2012-05-03 08:08:05 +02:00
|
|
|
result = sub166EA(index);
|
2012-04-20 08:34:41 +02:00
|
|
|
break;
|
|
|
|
default:
|
2012-05-15 08:05:20 +02:00
|
|
|
error("sub16626 - unexpected value %d", var2 / 2);
|
2012-04-20 08:34:41 +02:00
|
|
|
break;
|
|
|
|
}
|
2012-04-21 10:56:47 +02:00
|
|
|
|
2012-04-30 10:48:21 +02:00
|
|
|
if ((result & 1) == 0) {
|
2012-04-20 08:34:41 +02:00
|
|
|
++_scriptHandler->_array12811[index];
|
|
|
|
if (_scriptHandler->_array12811[index] == 16)
|
2012-04-28 02:59:43 +02:00
|
|
|
_scriptHandler->_characterScriptEnabled[index] = 1;
|
2012-04-20 08:34:41 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
--index;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-03 08:08:05 +02:00
|
|
|
byte LilliputEngine::sub166EA(int index) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub166EA(%d)", index);
|
2012-05-03 08:08:05 +02:00
|
|
|
|
|
|
|
_scriptHandler->_array12811[index] = 0x10;
|
|
|
|
_scriptHandler->_characterScriptEnabled[index] = 1;
|
|
|
|
return 1;
|
|
|
|
}
|
|
|
|
|
2012-05-06 22:32:23 +02:00
|
|
|
byte LilliputEngine::sub166F7(int index, Common::Point var1, int tmpVal) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub166F7(%d, %d - %d, %d)", index, var1.x, var1.y, tmpVal);
|
2012-05-02 18:52:15 +02:00
|
|
|
|
2012-05-06 22:32:23 +02:00
|
|
|
byte a2 = var1.y;
|
2012-05-02 18:52:15 +02:00
|
|
|
if (a2 != 0) {
|
|
|
|
if ((a2 & 0xF0) == 0)
|
|
|
|
a2 |= (a2 << 4);
|
|
|
|
|
|
|
|
a2 -= 16;
|
2012-05-08 21:38:43 +02:00
|
|
|
_scriptHandler->_array12311[tmpVal] = Common::Point(var1.x, a2);
|
2012-05-02 18:52:15 +02:00
|
|
|
|
2012-05-08 21:38:43 +02:00
|
|
|
if ((a2 & 0xF0) == 0)
|
2012-05-02 18:52:15 +02:00
|
|
|
return 2;
|
|
|
|
}
|
|
|
|
|
2012-05-06 22:32:23 +02:00
|
|
|
_scriptHandler->_array12811[index] -= (var1.x & 0x0F);
|
2012-05-02 18:52:15 +02:00
|
|
|
return 3;
|
|
|
|
}
|
2012-04-24 00:31:34 +02:00
|
|
|
|
2012-05-08 21:38:43 +02:00
|
|
|
byte LilliputEngine::sub166DD(int index, Common::Point var1) {
|
|
|
|
debugC(2, kDebugEngineTBC, "sub166DD(%d, %d - %d)", index, var1.x, var1.y);
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-08 21:38:43 +02:00
|
|
|
_characterDirectionArray[index] = (var1.x & 3);
|
|
|
|
sub16685(index, var1);
|
2012-04-22 23:54:45 +02:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2012-05-08 21:38:43 +02:00
|
|
|
byte LilliputEngine::sub16722(int index, Common::Point var1) {
|
|
|
|
debugC(2, kDebugEngineTBC, "sub16722(%d, %d - %d)", index, var1.x, var1.y);
|
2012-05-03 08:08:05 +02:00
|
|
|
|
2012-05-08 21:38:43 +02:00
|
|
|
_rulesBuffer2_10[index] = var1.y;
|
2012-05-03 08:08:05 +02:00
|
|
|
return 2;
|
|
|
|
}
|
|
|
|
|
2012-05-09 23:13:15 +02:00
|
|
|
byte LilliputEngine::sub16729(int index, Common::Point var1) {
|
|
|
|
debugC(2, kDebugEngineTBC, "sub16729(%d, %d - %d)", index, var1.x, var1.y);
|
2012-05-03 08:08:05 +02:00
|
|
|
|
2012-05-09 23:13:15 +02:00
|
|
|
int param4x = ((index | 0xFF00) >> 8);
|
|
|
|
int param1 = var1.y;
|
|
|
|
_soundHandler->contentFct2(param1, _scriptHandler->_viewportPos, Common::Point(_scriptHandler->_array16123PosX[index], _scriptHandler->_array1614BPosY[index]), Common::Point(param4x, 0));
|
2012-05-03 00:54:08 +02:00
|
|
|
return 2;
|
|
|
|
}
|
|
|
|
|
2012-05-08 21:38:43 +02:00
|
|
|
byte LilliputEngine::sub1675D(int index, Common::Point var1) {
|
|
|
|
debugC(2, kDebugEngineTBC, "sub1675D(%d, %d - %d)", index, var1.x, var1.y);
|
2012-05-01 00:18:26 +02:00
|
|
|
|
|
|
|
int var2 = _scriptHandler->_array10A39[index];
|
2012-05-06 22:32:23 +02:00
|
|
|
int var1h = _scriptHandler->_array16123PosX[var2];
|
|
|
|
int var1l = _scriptHandler->_array1614BPosY[var2];
|
|
|
|
int var3 = _array109E9PosX[index];
|
2012-05-01 00:18:26 +02:00
|
|
|
|
2012-05-06 10:04:09 +02:00
|
|
|
if ((var3 != 0xFF) && (var3 == _array10999PosX[index])) {
|
2012-05-06 22:32:23 +02:00
|
|
|
var3 = _array10A11PosY[index];
|
2012-05-06 10:04:09 +02:00
|
|
|
if (var3 == _array109C1PosY[index]) {
|
2012-05-06 22:32:23 +02:00
|
|
|
_array109E9PosX[index] = var1h;
|
|
|
|
_array10A11PosY[index] = var1l;
|
2012-05-01 00:18:26 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-06 10:04:09 +02:00
|
|
|
_array10999PosX[index] = var1h;
|
|
|
|
_array109C1PosY[index] = var1l;
|
2012-05-01 00:18:26 +02:00
|
|
|
|
|
|
|
return sub16799(index, var1);
|
|
|
|
}
|
|
|
|
|
2012-04-22 22:54:50 +02:00
|
|
|
void LilliputEngine::sub16EBC() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub16EBC()");
|
2012-04-22 22:54:50 +02:00
|
|
|
|
|
|
|
int index2 = 3;
|
|
|
|
|
2012-04-28 02:59:43 +02:00
|
|
|
for (int index1 = _numCharacters - 1; index1 >= 0; index1--) {
|
2012-05-11 23:32:26 +02:00
|
|
|
int var2 = (_scriptHandler->_array1614BPosY[index1] << 8) + (_scriptHandler->_array16123PosX[index1] << 2);
|
2012-04-22 22:54:50 +02:00
|
|
|
int var1 = (_bufferIsoMap[index2 + var2] & 0x40);
|
|
|
|
|
|
|
|
if (var1 == _array16E94[index1])
|
|
|
|
continue;
|
|
|
|
|
|
|
|
_array16E94[index1] = var1;
|
|
|
|
if (var1 != 0)
|
2012-04-28 02:59:43 +02:00
|
|
|
_scriptHandler->_characterScriptEnabled[index1] = 1;
|
2012-04-22 22:54:50 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-04-22 11:48:35 +02:00
|
|
|
void LilliputEngine::sub12F37() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub12F37()");
|
2012-04-22 11:48:35 +02:00
|
|
|
|
2012-05-11 17:01:00 +02:00
|
|
|
int index1 = _animationTick + 2;
|
2012-04-22 11:48:35 +02:00
|
|
|
int index2 = 0;
|
|
|
|
|
2012-04-28 02:59:43 +02:00
|
|
|
for (int i = 0; i < _numCharacters; i++) {
|
2012-05-04 23:13:43 +02:00
|
|
|
byte *varPtr = getCharacterVariablesPtr(index1);
|
|
|
|
if (varPtr[0] != 0 ) {
|
|
|
|
if (varPtr[0] == 1) {
|
|
|
|
varPtr[0] = 0;
|
2012-04-25 23:51:45 +02:00
|
|
|
} else {
|
2012-05-04 23:13:43 +02:00
|
|
|
--varPtr[0];
|
|
|
|
if (varPtr[0] == 1)
|
2012-04-28 02:59:43 +02:00
|
|
|
_scriptHandler->_characterScriptEnabled[index2] = 1;
|
2012-05-11 23:32:26 +02:00
|
|
|
}
|
2012-04-25 23:51:45 +02:00
|
|
|
}
|
2012-04-22 11:48:35 +02:00
|
|
|
|
|
|
|
index1 += 32;
|
|
|
|
++index2;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-04-24 00:21:20 +02:00
|
|
|
void LilliputEngine::sub130EE() {
|
|
|
|
debugC(2, kDebugEngine, "sub130EE()");
|
|
|
|
|
2012-05-05 18:16:03 +02:00
|
|
|
// warning("sub147D7");
|
|
|
|
// warning("sub13156");
|
2012-04-24 00:21:20 +02:00
|
|
|
|
|
|
|
if (_mouseButton == 0)
|
2012-05-08 18:36:01 +02:00
|
|
|
// TODO: check _mouse_clicked
|
2012-04-24 00:21:20 +02:00
|
|
|
return;
|
|
|
|
|
|
|
|
int button = _mouseButton;
|
|
|
|
_mouseButton = 0;
|
|
|
|
|
|
|
|
if (button & 2) {
|
|
|
|
if (_byte12FE4 != 0xFF)
|
|
|
|
sub1305C(_byte12FE4, button);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2012-04-24 08:02:28 +02:00
|
|
|
bool forceReturnFl = false;
|
2012-05-05 18:16:03 +02:00
|
|
|
checkInterfaceHotspots(forceReturnFl);
|
2012-04-24 08:02:28 +02:00
|
|
|
if (forceReturnFl)
|
|
|
|
return;
|
|
|
|
|
2012-05-08 18:36:01 +02:00
|
|
|
Common::Point pos = Common::Point(_mousePos.x - 64, _mousePos.y - 16);
|
2012-04-24 00:21:20 +02:00
|
|
|
|
2012-05-08 18:36:01 +02:00
|
|
|
if ((pos.x < 0) || (pos.x > 255) || (pos.y < 0) || (pos.y > 176))
|
2012-04-24 00:21:20 +02:00
|
|
|
return;
|
|
|
|
|
2012-04-24 08:02:28 +02:00
|
|
|
forceReturnFl = false;
|
2012-05-08 18:36:01 +02:00
|
|
|
sub131B2(pos, forceReturnFl);
|
2012-04-24 08:02:28 +02:00
|
|
|
if (forceReturnFl)
|
|
|
|
return;
|
|
|
|
|
2012-05-08 18:36:01 +02:00
|
|
|
sub131FC(pos);
|
2012-04-24 08:02:28 +02:00
|
|
|
}
|
|
|
|
|
2012-05-08 18:36:01 +02:00
|
|
|
void LilliputEngine::sub131FC(Common::Point pos) {
|
|
|
|
debugC(2, kDebugEngine, "sub131FC(%d, %d)", pos.x, pos.y);
|
2012-04-24 08:02:28 +02:00
|
|
|
|
2012-05-08 18:36:01 +02:00
|
|
|
int x = pos.x - 8;
|
|
|
|
int y = pos.y - 4;
|
2012-04-24 08:02:28 +02:00
|
|
|
|
|
|
|
x = (x >> 4) - 7;
|
|
|
|
y = (y >> 3) - 4;
|
|
|
|
|
|
|
|
int diff = (y - x) >> 1;
|
|
|
|
y = y - diff;
|
|
|
|
|
|
|
|
if ((y >= 0) && (diff >= 0) && (y < 8) && (diff < 8)) {
|
2012-05-05 18:16:03 +02:00
|
|
|
y += _scriptHandler->_viewportPos.x;
|
|
|
|
diff += _scriptHandler->_viewportPos.y;
|
2012-05-05 21:34:58 +02:00
|
|
|
_savedMousePosDivided = Common::Point(y, diff);
|
2012-04-24 08:02:28 +02:00
|
|
|
_byte16F07_menuId = 5;
|
|
|
|
}
|
2012-04-24 00:21:20 +02:00
|
|
|
}
|
|
|
|
|
2012-05-08 18:36:01 +02:00
|
|
|
void LilliputEngine::sub131B2(Common::Point pos, bool &forceReturnFl) {
|
|
|
|
debugC(2, kDebugEngine, "sub131B2(%d, %d)", pos.x, pos.y);
|
2012-04-24 08:02:28 +02:00
|
|
|
|
|
|
|
forceReturnFl = false;
|
|
|
|
|
2012-04-28 02:59:43 +02:00
|
|
|
for (int i = 0; i < _numCharacters; i++) {
|
2012-05-08 18:36:01 +02:00
|
|
|
if ((pos.x >= _characterDisplayX[i]) && (pos.x <= _characterDisplayX[i] + 17) && (pos.y >= _characterDisplayY[i]) && (pos.y <= _characterDisplayY[i] + 17) && (i != _word10804)) {
|
2012-04-24 08:02:28 +02:00
|
|
|
_byte129A0 = i;
|
|
|
|
_byte16F07_menuId = 4;
|
|
|
|
if (_byte12FCE == 1)
|
|
|
|
_byte16F07_menuId = 3;
|
|
|
|
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
forceReturnFl = true;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2012-05-05 18:16:03 +02:00
|
|
|
void LilliputEngine::checkInterfaceHotspots(bool &forceReturnFl) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "checkInterfaceHotspots()");
|
2012-04-24 00:21:20 +02:00
|
|
|
|
2012-04-24 08:02:28 +02:00
|
|
|
forceReturnFl = false;
|
2012-04-24 00:21:20 +02:00
|
|
|
for (int index = _word12F68_ERULES - 1; index >= 0; index--) {
|
2012-05-05 18:16:03 +02:00
|
|
|
if (sub13240(_mousePos, _interfaceHotspotsX[index], _interfaceHotspotsY[index]) == 0) {
|
2012-04-24 00:21:20 +02:00
|
|
|
sub1305C(index, 1);
|
2012-04-24 08:02:28 +02:00
|
|
|
forceReturnFl = true;
|
|
|
|
return;
|
2012-04-24 00:21:20 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-05 18:16:03 +02:00
|
|
|
int LilliputEngine::sub13240(Common::Point mousePos, int var3, int var4) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub13240(%d, %d, %d, %d)", mousePos.x, mousePos.y, var3, var4);
|
2012-04-24 00:21:20 +02:00
|
|
|
|
2012-05-05 18:16:03 +02:00
|
|
|
if ((mousePos.x < var3) || (mousePos.y < var4))
|
2012-04-24 00:21:20 +02:00
|
|
|
return -1;
|
|
|
|
|
|
|
|
var3 += 16;
|
|
|
|
var4 += 16;
|
|
|
|
|
2012-05-05 18:16:03 +02:00
|
|
|
if ((mousePos.x > var3) || (mousePos.y > var4))
|
2012-04-24 00:21:20 +02:00
|
|
|
return -1;
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::sub1305C(byte index, byte button) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub1305C(%d, %d)", index, button);
|
2012-04-24 00:21:20 +02:00
|
|
|
|
|
|
|
if (_scriptHandler->_array122E9[index] < 2)
|
|
|
|
return;
|
|
|
|
|
|
|
|
_byte12FE4 = index;
|
|
|
|
_byte12FE3 = button;
|
|
|
|
|
|
|
|
if (button == 2) {
|
|
|
|
if (_byte12FCE != 1) {
|
|
|
|
_scriptHandler->_array122E9[index] = 2;
|
|
|
|
_byte16F07_menuId = 2;
|
2012-05-05 18:16:03 +02:00
|
|
|
displayInterfaceHotspots();
|
2012-04-24 00:21:20 +02:00
|
|
|
}
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
if (_byte12FCE == 1) {
|
|
|
|
sub130DD();
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
_scriptHandler->sub130B6();
|
|
|
|
_scriptHandler->_array122E9[index] = 3;
|
|
|
|
if (_rulesBuffer13_1[index] == 1) {
|
|
|
|
_byte12FCE = 1;
|
|
|
|
_word15AC2 = 1;
|
|
|
|
} else {
|
|
|
|
_byte16F07_menuId = 1;
|
|
|
|
}
|
|
|
|
|
2012-05-05 18:16:03 +02:00
|
|
|
displayInterfaceHotspots();
|
2012-04-24 00:21:20 +02:00
|
|
|
}
|
|
|
|
|
2012-05-08 21:38:43 +02:00
|
|
|
void LilliputEngine::sub16685(int idx, Common::Point var1) {
|
|
|
|
debugC(2, kDebugEngineTBC, "sub16685(%d, %d - %d)", idx, var1.x, var1.y);
|
2012-04-22 11:48:35 +02:00
|
|
|
|
2012-05-08 21:38:43 +02:00
|
|
|
int index = (idx << 5) + var1.y;
|
2012-04-30 11:57:57 +02:00
|
|
|
_scriptHandler->_array10AB1[idx] = _rulesBuffer2_16[index];
|
2012-04-22 11:48:35 +02:00
|
|
|
}
|
|
|
|
|
2012-05-08 21:38:43 +02:00
|
|
|
byte LilliputEngine::sub16675(int idx, Common::Point var1) {
|
|
|
|
debugC(2, kDebugEngineTBC, "sub16675(%d, %d - %d)", idx, var1.x, var1.y);
|
2012-04-22 11:48:35 +02:00
|
|
|
|
2012-04-30 11:57:57 +02:00
|
|
|
sub16685(idx, var1);
|
2012-05-15 08:05:20 +02:00
|
|
|
|
2012-05-13 03:21:09 +02:00
|
|
|
int index = idx;
|
2012-05-08 21:38:43 +02:00
|
|
|
switch (var1.x) {
|
2012-04-22 11:48:35 +02:00
|
|
|
case 0:
|
|
|
|
break;
|
|
|
|
case 1:
|
2012-04-30 10:48:21 +02:00
|
|
|
sub166B1(index);
|
2012-04-22 11:48:35 +02:00
|
|
|
break;
|
|
|
|
case 2:
|
2012-04-30 10:48:21 +02:00
|
|
|
sub166B6(index);
|
2012-04-22 11:48:35 +02:00
|
|
|
break;
|
|
|
|
case 3:
|
2012-04-30 10:48:21 +02:00
|
|
|
sub166BB(index);
|
2012-04-22 11:48:35 +02:00
|
|
|
break;
|
|
|
|
case 4:
|
2012-04-30 10:48:21 +02:00
|
|
|
sub16B63(index);
|
2012-04-22 11:48:35 +02:00
|
|
|
break;
|
|
|
|
case 5:
|
2012-04-30 10:48:21 +02:00
|
|
|
sub16B76(index);
|
2012-04-22 11:48:35 +02:00
|
|
|
break;
|
|
|
|
case 6:
|
2012-04-30 10:48:21 +02:00
|
|
|
sub166C0(index);
|
2012-04-22 11:48:35 +02:00
|
|
|
break;
|
|
|
|
case 7:
|
2012-04-30 10:48:21 +02:00
|
|
|
sub166C6(index);
|
2012-04-22 11:48:35 +02:00
|
|
|
break;
|
|
|
|
case 8:
|
2012-04-30 10:48:21 +02:00
|
|
|
sub166CC(index);
|
2012-04-22 11:48:35 +02:00
|
|
|
break;
|
|
|
|
case 9:
|
2012-04-30 10:48:21 +02:00
|
|
|
sub166D2(index);
|
2012-04-22 11:48:35 +02:00
|
|
|
break;
|
|
|
|
case 10:
|
2012-04-30 10:48:21 +02:00
|
|
|
sub166D8(index);
|
2012-04-22 11:48:35 +02:00
|
|
|
break;
|
|
|
|
default:
|
2012-05-08 21:38:43 +02:00
|
|
|
warning("sub16675 - Unexpected value %d", var1.x);
|
2012-04-22 11:48:35 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
2012-04-30 10:48:21 +02:00
|
|
|
void LilliputEngine::sub16B63(int index) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub16B63(%d)", index);
|
2012-04-30 10:48:21 +02:00
|
|
|
|
2012-05-01 12:18:52 +02:00
|
|
|
static const byte nextDirection[4] = {1, 3, 0, 2};
|
|
|
|
_characterDirectionArray[index] = nextDirection[_characterDirectionArray[index]];
|
2012-04-30 10:48:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::sub16B76(int index) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub16B76(%d)", index);
|
2012-04-30 10:48:21 +02:00
|
|
|
|
2012-05-01 12:18:52 +02:00
|
|
|
static const byte nextDirection[4] = {2, 0, 3, 1};
|
|
|
|
_characterDirectionArray[index] = nextDirection[_characterDirectionArray[index]];
|
2012-04-30 10:48:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::sub166C0(int index) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub166C0(%d)", index);
|
2012-04-30 10:48:21 +02:00
|
|
|
|
2012-05-01 14:35:19 +02:00
|
|
|
_characterPositionAltitude[index] += 1;
|
2012-04-30 10:48:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::sub166C6(int index) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub166C6(%d)", index);
|
2012-04-30 10:48:21 +02:00
|
|
|
|
2012-05-01 14:35:19 +02:00
|
|
|
_characterPositionAltitude[index] += 2;
|
2012-04-30 10:48:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::sub166CC(int index) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub166CC(%d)", index);
|
2012-04-30 10:48:21 +02:00
|
|
|
|
2012-05-01 14:35:19 +02:00
|
|
|
_characterPositionAltitude[index] -= 1;
|
2012-04-30 10:48:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::sub166D2(int index) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub166D2(%d)", index);
|
2012-04-30 10:48:21 +02:00
|
|
|
|
2012-05-01 14:35:19 +02:00
|
|
|
_characterPositionAltitude[index] -= 2;
|
2012-04-30 10:48:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::sub166B1(int index) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub166B1(%d)", index);
|
2012-04-30 10:48:21 +02:00
|
|
|
|
|
|
|
sub16B31(index, 2);
|
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::sub166B6(int index) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub166B6(%d)", index);
|
2012-04-30 10:48:21 +02:00
|
|
|
|
|
|
|
sub16B31(index, 4);
|
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::sub166BB(int index) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub166BB(%d)", index);
|
2012-04-30 10:48:21 +02:00
|
|
|
|
2012-05-15 08:05:20 +02:00
|
|
|
sub16B31(index, -2);
|
2012-04-30 10:48:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::sub166D8(int index) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub166D8(%d)", index);
|
2012-04-30 10:48:21 +02:00
|
|
|
|
|
|
|
sub16B31(index, 3);
|
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::sub16B31(int index, int val) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub16B31(%d, %d)", index, val);
|
2012-04-30 10:48:21 +02:00
|
|
|
|
|
|
|
int newX = _characterPositionX[index];
|
|
|
|
int newY = _characterPositionY[index];
|
2012-04-30 17:57:23 +02:00
|
|
|
switch (_characterDirectionArray[index]) {
|
2012-04-30 10:48:21 +02:00
|
|
|
case 0:
|
|
|
|
newX += val;
|
|
|
|
break;
|
|
|
|
case 1:
|
|
|
|
newY -= val;
|
|
|
|
break;
|
|
|
|
case 2:
|
|
|
|
newY += val;
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
newX -= val;
|
|
|
|
break;
|
|
|
|
}
|
2012-04-30 17:57:23 +02:00
|
|
|
sub16B8F(index, newX, newY, _characterDirectionArray[index]);
|
2012-04-30 10:48:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::sub16B8F(int index, int x, int y, int flag) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub16B8F(%d, %d, %d)", index, x, y);
|
2012-04-30 10:48:21 +02:00
|
|
|
|
|
|
|
int diffX = x >> 3;
|
2012-05-06 22:32:23 +02:00
|
|
|
if (((diffX & 0xFF) == _scriptHandler->_array16123PosX[index]) && ((y >> 3) == _scriptHandler->_array1614BPosY[index])) {
|
2012-04-30 10:48:21 +02:00
|
|
|
_characterPositionX[index] = x;
|
|
|
|
_characterPositionY[index] = y;
|
|
|
|
}
|
|
|
|
|
|
|
|
if ((x < 0) || (x >= 512) || (y < 0) || (y >= 512))
|
|
|
|
return;
|
|
|
|
|
2012-05-06 22:32:23 +02:00
|
|
|
int mapIndex = (_scriptHandler->_array1614BPosY[index] << 6) + _scriptHandler->_array16123PosX[index];
|
2012-04-30 10:48:21 +02:00
|
|
|
mapIndex <<= 2;
|
|
|
|
|
|
|
|
if ((_bufferIsoMap[mapIndex + 3] & _array16C58[flag]) == 0)
|
|
|
|
return;
|
|
|
|
|
|
|
|
mapIndex = ((y & 0xFFF8) << 3) + diffX;
|
|
|
|
mapIndex <<= 2;
|
|
|
|
|
|
|
|
if ((_bufferIsoMap[mapIndex + 3] & _array16C54[flag]) == 0)
|
|
|
|
return;
|
|
|
|
|
|
|
|
int var1 = _rulesBuffer2_10[index];
|
|
|
|
var1 &= 7;
|
|
|
|
var1 ^= 7;
|
|
|
|
|
|
|
|
if ((var1 & _rulesChunk9[_bufferIsoMap[mapIndex]]) != 0)
|
|
|
|
return;
|
|
|
|
|
|
|
|
_characterPositionX[index] = x;
|
|
|
|
_characterPositionY[index] = y;
|
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::sub17224(int var1, int var4) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub17224(%d, %d)", var1, var4);
|
2012-04-30 10:48:21 +02:00
|
|
|
|
|
|
|
byte type = (var1 >> 8);
|
|
|
|
if (type == 0) {
|
|
|
|
sub17264(var1, var4);
|
|
|
|
return;
|
|
|
|
}
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-04-30 10:48:21 +02:00
|
|
|
if (type == 3) {
|
|
|
|
for (int i = _numCharacters - 1; i >= 0; i--)
|
|
|
|
sub17264(i, var4);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
int index = var4 & 0xFF;
|
|
|
|
for (int i = 0; i < _numCharacters; i++) {
|
|
|
|
if (_scriptHandler->_array10B51[index] >= type)
|
|
|
|
sub17264(i, var4);
|
|
|
|
index += 40;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::sub17264(int index, int var4) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub17264(%d, %d)", index, var4);
|
2012-04-30 10:48:21 +02:00
|
|
|
|
|
|
|
if (_array11D49[index] != 0xFFFF) {
|
|
|
|
_array1289F[index] = var4;
|
|
|
|
} else {
|
|
|
|
_scriptHandler->_characterScriptEnabled[index] = 1;
|
|
|
|
_array11D49[index] = var4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-04-22 22:54:50 +02:00
|
|
|
void LilliputEngine::sub171CF() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub171CF()");
|
2012-04-22 22:54:50 +02:00
|
|
|
|
2012-04-28 02:59:43 +02:00
|
|
|
for (int i = 0; i < _numCharacters; i++) {
|
2012-04-22 22:54:50 +02:00
|
|
|
if (_array1289F[i] != 0xFFFF) {
|
|
|
|
_array11D49[i] = _array1289F[i];
|
|
|
|
_array1289F[i] = 0xFFFF;
|
2012-04-28 02:59:43 +02:00
|
|
|
_scriptHandler->_characterScriptEnabled[i] = 1;
|
2012-04-22 22:54:50 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
++_word1289D;
|
|
|
|
|
|
|
|
for (int i = 0; i < 10; i++) {
|
2012-04-25 01:41:31 +02:00
|
|
|
if ((_array12861[(3 * i) + 1] != 0xFFFF) && (_array12861[3 * i] == _word1289D)) {
|
2012-04-22 22:54:50 +02:00
|
|
|
int var1 = _array12861[(3 * i) + 1];
|
|
|
|
int var4 = _array12861[(3 * i) + 2];
|
|
|
|
_array12861[(3 * i) + 1] = 0xFFFF;
|
|
|
|
|
2012-04-30 10:48:21 +02:00
|
|
|
sub17224(var1, var4);
|
2012-04-22 22:54:50 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::sub12FE5() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "sub12FE5()");
|
2012-04-22 22:54:50 +02:00
|
|
|
|
2012-05-11 17:01:00 +02:00
|
|
|
if (_animationTick != 1)
|
2012-04-22 22:54:50 +02:00
|
|
|
return;
|
|
|
|
|
|
|
|
int index = 0;
|
|
|
|
int count = 0;
|
|
|
|
for (int i = 0; i < _word12F68_ERULES; i++) {
|
|
|
|
if (_scriptHandler->_array122FD[index] != 0) {
|
|
|
|
--_scriptHandler->_array122FD[index];
|
|
|
|
if (_scriptHandler->_array122FD[index] == 0) {
|
|
|
|
_scriptHandler->_array122E9[index] = 2;
|
|
|
|
++count;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-11 18:49:29 +02:00
|
|
|
if (count != 0)
|
2012-05-05 18:16:03 +02:00
|
|
|
displayInterfaceHotspots();
|
2012-04-22 22:54:50 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::displayHeroismIndicator() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(2, kDebugEngineTBC, "displayHeroismIndicator()");
|
2012-04-22 22:54:50 +02:00
|
|
|
|
|
|
|
if (_scriptHandler->_savedBuffer215Ptr == NULL)
|
|
|
|
return;
|
|
|
|
|
|
|
|
int var1 = (_scriptHandler->_savedBuffer215Ptr[0] * 25) >> 8;
|
|
|
|
|
2012-04-25 23:51:45 +02:00
|
|
|
if (var1 == _scriptHandler->_heroismLevel)
|
2012-04-22 22:54:50 +02:00
|
|
|
return;
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
restoreSurfaceUnderMousePointer();
|
2012-04-22 22:54:50 +02:00
|
|
|
int var2 = 1;
|
2012-04-25 23:51:45 +02:00
|
|
|
if (var1 > _scriptHandler->_heroismLevel)
|
2012-04-22 22:54:50 +02:00
|
|
|
var1 = 150;
|
|
|
|
else {
|
|
|
|
var2 = -1;
|
|
|
|
var1 = 40;
|
|
|
|
}
|
|
|
|
|
2012-04-25 23:51:45 +02:00
|
|
|
_scriptHandler->_heroismLevel += var2;
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-04-25 23:51:45 +02:00
|
|
|
int index = _scriptHandler->_heroismBarX + _scriptHandler->_heroismBarBottomY * 320 ;
|
2012-04-22 22:54:50 +02:00
|
|
|
|
2012-04-25 23:51:45 +02:00
|
|
|
var2 = _scriptHandler->_heroismLevel & 0xFF;
|
2012-04-24 23:17:10 +02:00
|
|
|
if (var2 != 0) {
|
2012-04-22 22:54:50 +02:00
|
|
|
// sub16064(var1, _scriptHandler->_byte15FFA);
|
2012-04-24 23:17:10 +02:00
|
|
|
for (int i = 0; i < (var2 << 2); i++) {
|
2012-04-25 01:41:31 +02:00
|
|
|
((byte *)_mainSurface->getPixels())[index] = var1;
|
|
|
|
((byte *)_mainSurface->getPixels())[index + 1] = var1;
|
|
|
|
((byte *)_mainSurface->getPixels())[index + 2] = var1;
|
|
|
|
index -= 320;
|
2012-04-22 22:54:50 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-04-25 23:51:45 +02:00
|
|
|
if (25 - _scriptHandler->_heroismLevel != 0) {
|
2012-04-22 22:54:50 +02:00
|
|
|
// sub16064(23, 25 - _scriptHandler->_byte15FFA);
|
2012-04-25 23:51:45 +02:00
|
|
|
var2 = (25 - _scriptHandler->_heroismLevel) << 2;
|
2012-04-22 22:54:50 +02:00
|
|
|
for (int i = 0; i < var2; i++) {
|
2012-04-25 01:41:31 +02:00
|
|
|
((byte *)_mainSurface->getPixels())[index] = 23;
|
|
|
|
((byte *)_mainSurface->getPixels())[index + 1] = 23;
|
|
|
|
((byte *)_mainSurface->getPixels())[index + 2] = 23;
|
|
|
|
index -= 320;
|
2012-04-22 22:54:50 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
displayMousePointer();
|
2012-04-22 22:54:50 +02:00
|
|
|
}
|
|
|
|
|
2012-04-10 10:06:50 +02:00
|
|
|
void LilliputEngine::pollEvent() {
|
2012-05-09 23:13:15 +02:00
|
|
|
debugC(2, kDebugEngine, "pollEvent()");
|
2012-04-11 10:59:42 +02:00
|
|
|
|
2012-04-10 00:57:59 +02:00
|
|
|
Common::Event event;
|
2012-04-10 10:06:50 +02:00
|
|
|
while (_system->getEventManager()->pollEvent(event)) {
|
|
|
|
switch (event.type) {
|
|
|
|
case Common::EVENT_MOUSEMOVE:
|
2012-05-05 18:16:03 +02:00
|
|
|
_mousePos.x = CLIP<int>(event.mouse.x, 0, 304) + 5;
|
|
|
|
_mousePos.y = CLIP<int>(event.mouse.y, 0, 184) + 1;
|
2012-04-10 10:06:50 +02:00
|
|
|
break;
|
|
|
|
case Common::EVENT_LBUTTONUP:
|
|
|
|
_mouseButton |= 1;
|
|
|
|
break;
|
|
|
|
case Common::EVENT_RBUTTONUP:
|
|
|
|
_mouseButton |= 2;
|
|
|
|
break;
|
|
|
|
case Common::EVENT_QUIT:
|
|
|
|
_shouldQuit = true;
|
|
|
|
break;
|
|
|
|
// TODO: handle keyboard
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-05-05 18:16:03 +02:00
|
|
|
if (_mousePos != _oldMousePos) {
|
|
|
|
_oldMousePos = _mousePos;
|
2012-04-15 23:20:30 +02:00
|
|
|
if (_skipDisplayFlag1 != 0) {
|
2012-05-09 08:07:58 +02:00
|
|
|
restoreSurfaceUnderMousePointer();
|
2012-05-05 18:16:03 +02:00
|
|
|
_mouseDisplayPos = _mousePos;
|
2012-05-09 08:07:58 +02:00
|
|
|
displayMousePointer();
|
2012-04-15 23:20:30 +02:00
|
|
|
} else {
|
2012-05-05 18:16:03 +02:00
|
|
|
_mouseDisplayPos = _mousePos;
|
2012-04-15 23:20:30 +02:00
|
|
|
}
|
|
|
|
}
|
2012-04-10 00:57:59 +02:00
|
|
|
}
|
|
|
|
|
2012-05-08 19:47:16 +02:00
|
|
|
byte *LilliputEngine::loadVGA(Common::String filename, int expectedSize, bool loadPal) {
|
|
|
|
debugC(1, kDebugEngine, "loadVGA(%s, %d, %d)", filename.c_str(), expectedSize, (loadPal) ? 1 : 0);
|
2012-04-11 10:59:42 +02:00
|
|
|
|
2012-04-04 00:03:41 +02:00
|
|
|
Common::File f;
|
|
|
|
|
|
|
|
if (!f.open(filename))
|
|
|
|
error("Missing game file %s", filename.c_str());
|
|
|
|
|
|
|
|
int remainingSize = f.size();
|
|
|
|
if (loadPal) {
|
|
|
|
for (int i = 0; i < 768; ++i)
|
2012-04-09 17:34:30 +02:00
|
|
|
_curPalette[i] = f.readByte();
|
2012-04-04 00:03:41 +02:00
|
|
|
remainingSize -= 768;
|
2012-04-11 10:59:42 +02:00
|
|
|
|
2012-04-09 17:34:30 +02:00
|
|
|
fixPaletteEntries(_curPalette, 256);
|
2012-04-04 00:03:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
uint8 curByte;
|
2012-05-08 19:47:16 +02:00
|
|
|
byte *decodeBuffer = (byte *)malloc(expectedSize);
|
2012-04-04 00:03:41 +02:00
|
|
|
int size = 0;
|
|
|
|
|
2012-05-08 19:47:16 +02:00
|
|
|
for (;(remainingSize > 0) && (size < expectedSize);) {
|
2012-04-04 00:03:41 +02:00
|
|
|
curByte = f.readByte();
|
|
|
|
--remainingSize;
|
|
|
|
|
|
|
|
if (curByte == 0xFF)
|
|
|
|
break;
|
|
|
|
|
|
|
|
if (curByte & 0x80) {
|
|
|
|
// Compressed
|
|
|
|
int compSize = (curByte & 0x7F);
|
|
|
|
curByte = f.readByte();
|
|
|
|
--remainingSize;
|
|
|
|
|
|
|
|
for (int i = 0; i < compSize; ++i) {
|
|
|
|
decodeBuffer[size] = curByte;
|
|
|
|
++size;
|
2012-05-08 19:47:16 +02:00
|
|
|
if (size == expectedSize)
|
|
|
|
break;
|
2012-04-04 00:03:41 +02:00
|
|
|
}
|
|
|
|
} else {
|
|
|
|
// Not compressed
|
2012-04-10 10:19:52 +02:00
|
|
|
int rawSize = (curByte & 0xFF);
|
2012-04-04 00:03:41 +02:00
|
|
|
for (int i = 0; i < rawSize; ++i) {
|
|
|
|
decodeBuffer[size] = f.readByte();
|
|
|
|
--remainingSize;
|
|
|
|
++size;
|
2012-05-08 19:47:16 +02:00
|
|
|
if (size == expectedSize)
|
|
|
|
break;
|
2012-04-04 00:03:41 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
f.close();
|
|
|
|
|
2012-05-08 19:47:16 +02:00
|
|
|
for (int i = size; i < expectedSize; i++)
|
|
|
|
decodeBuffer[i] = 0;
|
|
|
|
|
|
|
|
return decodeBuffer;
|
2012-04-04 00:03:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
byte *LilliputEngine::loadRaw(Common::String filename) {
|
2012-04-11 10:59:42 +02:00
|
|
|
debugC(1, kDebugEngine, "loadRaw(%s)", filename.c_str());
|
|
|
|
|
2012-04-04 00:03:41 +02:00
|
|
|
Common::File f;
|
|
|
|
|
|
|
|
if (!f.open(filename))
|
|
|
|
error("Missing game file %s", filename.c_str());
|
|
|
|
|
|
|
|
int size = f.size();
|
|
|
|
byte *res = (byte *)malloc(sizeof(byte) * size);
|
|
|
|
for (int i = 0; i < size; ++i)
|
|
|
|
res[i] = f.readByte();
|
|
|
|
|
|
|
|
f.close();
|
|
|
|
return res;
|
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::loadRules() {
|
2012-04-11 10:59:42 +02:00
|
|
|
debugC(1, kDebugEngine, "loadRules()");
|
|
|
|
|
2012-04-04 00:03:41 +02:00
|
|
|
static const byte _rulesXlatArray[26] = {30, 48, 46, 32, 18, 33, 34, 35, 23, 36, 37, 38, 50, 49, 24, 25, 16, 19, 31, 20, 22, 47, 17, 45, 21, 44};
|
|
|
|
Common::File f;
|
|
|
|
uint16 curWord;
|
|
|
|
|
|
|
|
if (!f.open("ERULES.PRG"))
|
|
|
|
error("Missing game file ERULES.PRG");
|
|
|
|
|
|
|
|
_word10800_ERULES = f.readUint16LE();
|
2012-05-11 23:32:26 +02:00
|
|
|
|
2012-04-04 00:03:41 +02:00
|
|
|
// Chunk 1
|
|
|
|
int size = f.readUint16LE();
|
|
|
|
_rulesChunk1 = (byte *)malloc(sizeof(byte) * size);
|
|
|
|
for (int i = 0; i < size; ++i)
|
|
|
|
_rulesChunk1[i] = f.readByte();
|
|
|
|
|
|
|
|
// Chunk 2
|
2012-04-28 02:59:43 +02:00
|
|
|
_numCharacters = f.readSint16LE();
|
|
|
|
assert(_numCharacters <= 40);
|
2012-04-04 00:03:41 +02:00
|
|
|
|
2012-04-28 02:59:43 +02:00
|
|
|
for (int i = _numCharacters, j = 0; i != 0; i--, j++) {
|
2012-04-04 00:03:41 +02:00
|
|
|
curWord = f.readUint16LE();
|
|
|
|
if (curWord != 0xFFFF)
|
|
|
|
curWord = (curWord << 3) + 4;
|
2012-04-25 01:41:31 +02:00
|
|
|
_characterPositionX[j] = curWord;
|
2012-04-04 00:03:41 +02:00
|
|
|
|
|
|
|
curWord = f.readUint16LE();
|
|
|
|
if (curWord != 0xFFFF)
|
|
|
|
curWord = (curWord << 3) + 4;
|
2012-04-25 01:41:31 +02:00
|
|
|
_characterPositionY[j] = curWord;
|
2012-04-04 00:03:41 +02:00
|
|
|
|
2012-05-01 14:35:19 +02:00
|
|
|
_characterPositionAltitude[j] = (f.readUint16LE() & 0xFF);
|
2012-04-30 17:57:23 +02:00
|
|
|
_characterFrameArray[j] = f.readUint16LE();
|
2012-04-04 00:03:41 +02:00
|
|
|
_rulesBuffer2_5[j] = f.readByte();
|
|
|
|
_rulesBuffer2_6[j] = f.readByte();
|
|
|
|
_rulesBuffer2_7[j] = f.readByte();
|
2012-04-30 17:57:23 +02:00
|
|
|
_spriteSizeArray[j] = f.readByte();
|
|
|
|
_characterDirectionArray[j] = f.readByte();
|
2012-04-04 00:03:41 +02:00
|
|
|
_rulesBuffer2_10[j] = f.readByte();
|
|
|
|
_rulesBuffer2_11[j] = f.readByte();
|
|
|
|
_rulesBuffer2_12[j] = f.readByte();
|
|
|
|
_rulesBuffer2_13[j] = f.readByte();
|
|
|
|
_rulesBuffer2_14[j] = f.readByte();
|
|
|
|
|
|
|
|
for (int k = 0; k < 32; k++)
|
2012-05-04 23:13:43 +02:00
|
|
|
_characterVariables_[(j * 32) + k] = f.readByte();
|
2012-04-04 00:03:41 +02:00
|
|
|
|
|
|
|
for (int k = 0; k < 32; k++)
|
|
|
|
_rulesBuffer2_16[(j * 32) + k] = f.readByte();
|
|
|
|
}
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
// Chunk 3 & 4 : Packed strings & associated indexes
|
|
|
|
_packedStringNumb = f.readSint16LE();
|
2012-04-04 00:03:41 +02:00
|
|
|
curWord = f.readSint16LE();
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
_packedStringIndex = (int *)malloc(sizeof(int) * _packedStringNumb);
|
|
|
|
for (int i = 0; i < _packedStringNumb; ++i)
|
|
|
|
_packedStringIndex[i] = f.readUint16LE();
|
2012-04-04 00:03:41 +02:00
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
_packedStrings = (char *)malloc(curWord);
|
2012-04-04 00:03:41 +02:00
|
|
|
for (int i = 0; i < curWord; ++i)
|
2012-05-09 08:07:58 +02:00
|
|
|
_packedStrings[i] = f.readByte();
|
2012-04-04 00:03:41 +02:00
|
|
|
|
|
|
|
// Chunk 5: Scripts
|
|
|
|
// Use byte instead of int, therefore multiply by two the size.
|
2012-05-09 08:07:58 +02:00
|
|
|
// This is for converting it into a memory read stream
|
|
|
|
_initScriptSize = f.readUint16LE() * 2;
|
|
|
|
_initScript = (byte *)malloc(_initScriptSize);
|
|
|
|
for (int i = 0; i < _initScriptSize; ++i)
|
2012-04-11 10:59:42 +02:00
|
|
|
_initScript[i] = f.readByte();
|
2012-04-04 00:03:41 +02:00
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
// Chunk 6: Menu Script
|
|
|
|
_menuScriptSize = f.readUint16LE() * 2;
|
|
|
|
_menuScript = (byte *)malloc(sizeof(byte) * _menuScriptSize);
|
|
|
|
for (int i = 0; i < _menuScriptSize; ++i)
|
2012-04-11 10:59:42 +02:00
|
|
|
_menuScript[i] = f.readByte();
|
2012-04-04 00:03:41 +02:00
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
// Chunk 7 & 8: Game scripts and indexes
|
2012-04-11 15:58:41 +02:00
|
|
|
_gameScriptIndexSize = f.readUint16LE();
|
|
|
|
// Added one position to keep the total size too, as it's useful later
|
|
|
|
_arrayGameScriptIndex = (int *)malloc(sizeof(int) * (_gameScriptIndexSize + 1));
|
|
|
|
for (int i = 0; i < _gameScriptIndexSize; ++i)
|
|
|
|
_arrayGameScriptIndex[i] = f.readUint16LE();
|
2012-04-04 00:03:41 +02:00
|
|
|
|
|
|
|
curWord = f.readUint16LE();
|
2012-04-11 15:58:41 +02:00
|
|
|
_arrayGameScriptIndex[_gameScriptIndexSize] = curWord;
|
|
|
|
|
|
|
|
_arrayGameScripts = (byte *)malloc(sizeof(byte) * curWord);
|
2012-04-04 00:03:41 +02:00
|
|
|
for (int i = 0; i < curWord; ++i)
|
2012-04-11 15:58:41 +02:00
|
|
|
_arrayGameScripts[i] = f.readByte();
|
2012-04-04 00:03:41 +02:00
|
|
|
|
|
|
|
// Chunk 9
|
|
|
|
for (int i = 0; i < 60; i++)
|
|
|
|
_rulesChunk9[i] = f.readByte();
|
|
|
|
|
|
|
|
// Chunk 10 & 11
|
|
|
|
_rulesChunk10_size = f.readByte();
|
|
|
|
assert(_rulesChunk10_size <= 20);
|
|
|
|
|
|
|
|
if (_rulesChunk10_size != 0) {
|
|
|
|
_rulesChunk10 = (int *)malloc(sizeof(int) * _rulesChunk10_size);
|
|
|
|
int totalSize = 0;
|
|
|
|
for (int i = 0; i < _rulesChunk10_size; ++i) {
|
|
|
|
_rulesChunk10[i] = totalSize;
|
|
|
|
totalSize += f.readByte();
|
|
|
|
}
|
|
|
|
if (totalSize != 0) {
|
|
|
|
_rulesChunk11 = (byte *)malloc(sizeof(byte) * totalSize);
|
|
|
|
for (int i = 0; i < totalSize; i++)
|
|
|
|
_rulesChunk11[i] = f.readByte();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Chunk 12
|
|
|
|
_rulesChunk12_size = f.readUint16LE();
|
|
|
|
assert(_rulesChunk12_size <= 40);
|
2012-05-06 22:32:23 +02:00
|
|
|
uint16 tmpVal;
|
2012-04-04 00:03:41 +02:00
|
|
|
|
|
|
|
for (int i = 0; i < _rulesChunk12_size; i++) {
|
2012-05-06 10:04:09 +02:00
|
|
|
_rectXMinMax[i] = f.readUint16LE();
|
|
|
|
_rectYMinMax[i] = f.readUint16LE();
|
2012-05-06 22:32:23 +02:00
|
|
|
tmpVal = f.readUint16LE();
|
2012-05-06 23:38:13 +02:00
|
|
|
_rulesBuffer12Pos3[i] = Common::Point(tmpVal >> 8, tmpVal & 0xFF);
|
|
|
|
tmpVal = f.readUint16LE();
|
|
|
|
_rulesBuffer12Pos4[i] = Common::Point(tmpVal >> 8, tmpVal & 0xFF);
|
2012-04-04 00:03:41 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
// Chunk 13
|
|
|
|
_word12F68_ERULES = f.readUint16LE();
|
|
|
|
for (int i = 0 ; i < 20; i++)
|
|
|
|
_rulesBuffer13_1[i] = f.readByte();
|
|
|
|
|
|
|
|
for (int i = 0 ; i < 20; i++)
|
2012-05-05 18:16:03 +02:00
|
|
|
_interfaceHotspotsX[i] = f.readUint16LE();
|
2012-04-04 00:03:41 +02:00
|
|
|
|
|
|
|
for (int i = 0 ; i < 20; i++)
|
2012-05-05 18:16:03 +02:00
|
|
|
_interfaceHotspotsY[i] = f.readUint16LE();
|
2012-04-04 00:03:41 +02:00
|
|
|
|
|
|
|
for (int i = 0; i < 20; i++) {
|
|
|
|
byte curByte = f.readByte();
|
|
|
|
|
|
|
|
if (curByte == 0x20)
|
|
|
|
_rulesBuffer13_4[i] = 0x39;
|
|
|
|
else if (curByte == 0xD)
|
|
|
|
_rulesBuffer13_4[i] = 0x1C;
|
|
|
|
// Hack to avoid xlat out of bounds
|
|
|
|
else if (curByte == 0xFF)
|
|
|
|
_rulesBuffer13_4[i] = 0x21;
|
|
|
|
// Hack to avoid xlat out of bounds
|
|
|
|
else if (curByte == 0x00)
|
|
|
|
_rulesBuffer13_4[i] = 0xB4;
|
|
|
|
else {
|
|
|
|
assert((curByte > 0x40) && (curByte <= 0x41 + 26));
|
|
|
|
_rulesBuffer13_4[i] = _rulesXlatArray[curByte - 0x41];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
f.close();
|
|
|
|
|
|
|
|
// Skipped: Load Savegame
|
|
|
|
}
|
|
|
|
|
2012-04-09 20:19:58 +02:00
|
|
|
void LilliputEngine::displayVGAFile(Common::String fileName) {
|
2012-05-09 08:07:58 +02:00
|
|
|
debugC(1, kDebugEngine, "displayVGAFile(%s)", fileName.c_str());
|
2012-04-16 00:24:02 +02:00
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
displayMousePointer();
|
2012-04-09 20:19:58 +02:00
|
|
|
|
2012-05-08 19:47:16 +02:00
|
|
|
byte *buffer = loadVGA(fileName, 64000, true);
|
2012-04-09 20:19:58 +02:00
|
|
|
memcpy(_mainSurface->getPixels(), buffer, 320*200);
|
|
|
|
_system->copyRectToScreen((byte *)_mainSurface->getPixels(), 320, 0, 0, 320, 200);
|
|
|
|
_system->updateScreen();
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
restoreSurfaceUnderMousePointer();
|
2012-04-09 20:19:58 +02:00
|
|
|
}
|
|
|
|
|
2012-04-09 17:34:30 +02:00
|
|
|
void LilliputEngine::fixPaletteEntries(uint8 *palette, int num) {
|
2012-04-11 10:59:42 +02:00
|
|
|
debugC(1, kDebugEngine, "fixPaletteEntries(palette, %d)", num);
|
2012-04-09 17:34:30 +02:00
|
|
|
// Color values are coded on 6bits ( for old 6bits DAC )
|
|
|
|
for (int32 i = 0; i < num * 3; i++) {
|
|
|
|
int32 a = palette[i];
|
|
|
|
assert(a < 64);
|
|
|
|
|
|
|
|
a = (a << 2) | (a >> 4);
|
|
|
|
if (a > 255)
|
|
|
|
a = 255;
|
|
|
|
palette[i] = a;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::initPalette() {
|
2012-04-11 10:59:42 +02:00
|
|
|
debugC(1, kDebugEngine, "initPalette()");
|
|
|
|
|
2012-04-09 17:34:30 +02:00
|
|
|
for (int i = 0; i < 768; i++)
|
|
|
|
_curPalette[i] = _basisPalette[i];
|
|
|
|
|
|
|
|
fixPaletteEntries(_curPalette, 256);
|
|
|
|
_system->getPaletteManager()->setPalette(_curPalette, 0, 256);
|
|
|
|
}
|
|
|
|
|
2012-04-11 10:59:42 +02:00
|
|
|
void LilliputEngine::sub170EE(int index) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(1, kDebugEngineTBC, "sub170EE(%d)", index);
|
2012-04-11 10:59:42 +02:00
|
|
|
|
2012-05-01 23:32:44 +02:00
|
|
|
_currentScriptCharacter = index;
|
2012-04-11 10:59:42 +02:00
|
|
|
|
|
|
|
assert (index < 40);
|
2012-04-25 01:41:31 +02:00
|
|
|
int var2 = _characterPositionX[index];
|
|
|
|
int var4 = _characterPositionY[index];
|
2012-04-11 10:59:42 +02:00
|
|
|
|
2012-05-11 17:01:00 +02:00
|
|
|
_currentScriptCharacterPos = Common::Point(var2 >> 3, var4 >> 3);
|
2012-05-04 23:13:43 +02:00
|
|
|
_currentCharacterVariables = getCharacterVariablesPtr(_currentScriptCharacter * 32);
|
2012-04-11 10:59:42 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::sub130DD() {
|
|
|
|
warning("sub130DD()");
|
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::handleMenu() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(1, kDebugEngineTBC, "handleMenu()");
|
2012-04-11 10:59:42 +02:00
|
|
|
|
|
|
|
if (_byte16F07_menuId == 0)
|
|
|
|
return;
|
|
|
|
|
|
|
|
if ((_byte12FCE == 1) && (_byte16F07_menuId != 3))
|
|
|
|
return;
|
|
|
|
|
|
|
|
sub170EE(_word10804);
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(1, kDebugScriptTBC, "========================== Menu Script ==============================");
|
2012-05-09 08:07:58 +02:00
|
|
|
_scriptHandler->runMenuScript(ScriptStream(_menuScript, _menuScriptSize));
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(1, kDebugScriptTBC, "========================== End of Menu Script==============================");
|
2012-05-05 21:34:58 +02:00
|
|
|
_savedMousePosDivided = Common::Point(-1, -1);
|
2012-04-11 10:59:42 +02:00
|
|
|
_byte129A0 = 0xFF;
|
|
|
|
|
|
|
|
if (_byte16F07_menuId == 3)
|
|
|
|
sub130DD();
|
|
|
|
|
|
|
|
_byte16F07_menuId = 0;
|
|
|
|
}
|
|
|
|
|
2012-04-11 18:23:17 +02:00
|
|
|
void LilliputEngine::handleGameScripts() {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(1, kDebugEngineTBC, "handleGameScripts()");
|
2012-04-11 18:23:17 +02:00
|
|
|
|
2012-04-11 15:58:41 +02:00
|
|
|
int index = _word17081_nextIndex;
|
|
|
|
int i;
|
2012-04-28 02:59:43 +02:00
|
|
|
for (i = 0; (_scriptHandler->_characterScriptEnabled[index] == 0) && (i < _numCharacters); i++) {
|
2012-04-11 15:58:41 +02:00
|
|
|
++index;
|
2012-04-28 02:59:43 +02:00
|
|
|
if (index >= _numCharacters)
|
2012-04-11 15:58:41 +02:00
|
|
|
index = 0;
|
|
|
|
}
|
|
|
|
|
2012-04-28 02:59:43 +02:00
|
|
|
if (i > _numCharacters)
|
2012-04-11 15:58:41 +02:00
|
|
|
return;
|
|
|
|
|
2012-04-28 02:59:43 +02:00
|
|
|
_word17081_nextIndex = (index + 1) % _numCharacters;
|
|
|
|
|
2012-04-11 15:58:41 +02:00
|
|
|
|
2012-04-28 02:59:43 +02:00
|
|
|
_scriptHandler->_characterScriptEnabled[index] = 0;
|
2012-04-11 15:58:41 +02:00
|
|
|
sub170EE(index);
|
|
|
|
|
2012-04-30 11:57:57 +02:00
|
|
|
|
2012-04-11 15:58:41 +02:00
|
|
|
_word16EFE = _array11D49[index];
|
|
|
|
_array11D49[index] = 0xFFFF;
|
|
|
|
_word1817B = 0;
|
|
|
|
|
2012-04-28 02:59:43 +02:00
|
|
|
int tmpVal = _rulesBuffer2_12[index];
|
2012-04-11 15:58:41 +02:00
|
|
|
if (tmpVal == 0xFF)
|
|
|
|
return;
|
2012-05-12 18:04:07 +02:00
|
|
|
|
2012-05-15 08:05:20 +02:00
|
|
|
/* Decompiler follows
|
2012-05-13 03:21:09 +02:00
|
|
|
|
2012-05-15 08:05:20 +02:00
|
|
|
_scriptHandler->listAllTexts();
|
2012-05-13 03:21:09 +02:00
|
|
|
|
2012-05-12 22:21:02 +02:00
|
|
|
debugC(1, kDebugEngineTBC, "================= Menu Script ==================");
|
|
|
|
ScriptStream script = ScriptStream(_menuScript, _menuScriptSize);
|
|
|
|
_scriptHandler->disasmScript(script);
|
|
|
|
debugC(1, kDebugEngineTBC, "============= End Menu Script ==================");
|
|
|
|
|
2012-05-13 03:21:09 +02:00
|
|
|
|
2012-05-01 14:35:19 +02:00
|
|
|
for (int i = 0; i < _gameScriptIndexSize; i++) {
|
2012-04-29 14:57:36 +02:00
|
|
|
assert(tmpVal < _gameScriptIndexSize);
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(1, kDebugEngineTBC, "================= Game Script %d ==================", i);
|
2012-04-29 14:57:36 +02:00
|
|
|
ScriptStream script = ScriptStream(&_arrayGameScripts[_arrayGameScriptIndex[i]], _arrayGameScriptIndex[i + 1] - _arrayGameScriptIndex[i]);
|
2012-05-01 03:29:56 +02:00
|
|
|
_scriptHandler->disasmScript(script);
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(1, kDebugEngineTBC, "============= End Game Script %d ==================", i);
|
2012-04-29 14:57:36 +02:00
|
|
|
}
|
2012-05-12 22:21:02 +02:00
|
|
|
|
|
|
|
while(1);
|
2012-05-13 03:21:09 +02:00
|
|
|
*/
|
|
|
|
|
2012-05-12 18:04:07 +02:00
|
|
|
i = index;
|
|
|
|
//debugC(1, kDebugEngineTBC, "before char %d, pos %d %d, var0 %d, var1 %d, var2 %d var16 %d, script enabled %d", i, _characterPositionX[i], _characterPositionY[i], *getCharacterVariablesPtr(i * 32 + 0), *getCharacterVariablesPtr(i * 32 + 1), *getCharacterVariablesPtr(i * 32 + 2), *getCharacterVariablesPtr(i * 32 + 22), _scriptHandler->_characterScriptEnabled[i]);
|
2012-04-29 14:57:36 +02:00
|
|
|
|
2012-04-11 15:58:41 +02:00
|
|
|
assert(tmpVal < _gameScriptIndexSize);
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(1, kDebugEngineTBC, "================= Game Script %d for character %d ==================", tmpVal, index);
|
2012-04-27 22:08:56 +02:00
|
|
|
_scriptHandler->runScript(ScriptStream(&_arrayGameScripts[_arrayGameScriptIndex[tmpVal]], _arrayGameScriptIndex[tmpVal + 1] - _arrayGameScriptIndex[tmpVal]));
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(1, kDebugEngineTBC, "============= End Game Script %d for character %d ==================", tmpVal, index);
|
2012-04-28 02:59:43 +02:00
|
|
|
|
2012-05-02 00:50:40 +02:00
|
|
|
//warning("dump char stat");
|
2012-05-12 18:04:07 +02:00
|
|
|
//debugC(1, kDebugEngineTBC, "after char %d, pos %d %d, var0 %d, var1 %d, var2 %d var16 %d, script enabled %d", i, _characterPositionX[i], _characterPositionY[i], *getCharacterVariablesPtr(i * 32 + 0), *getCharacterVariablesPtr(i * 32 + 1), *getCharacterVariablesPtr(i * 32 + 2), *getCharacterVariablesPtr(i * 32 + 22), _scriptHandler->_characterScriptEnabled[i]);
|
2012-04-11 10:59:42 +02:00
|
|
|
}
|
|
|
|
|
2012-03-30 18:03:59 +02:00
|
|
|
Common::Error LilliputEngine::run() {
|
2012-04-11 10:59:42 +02:00
|
|
|
debugC(1, kDebugEngine, "run()");
|
|
|
|
|
2012-03-30 18:03:59 +02:00
|
|
|
s_Engine = this;
|
2012-04-11 10:59:42 +02:00
|
|
|
initialize();
|
2012-03-30 18:03:59 +02:00
|
|
|
initGraphics(320, 200);
|
2012-04-09 17:34:30 +02:00
|
|
|
_mainSurface = new Graphics::Surface();
|
|
|
|
_mainSurface->create(320, 200, Graphics::PixelFormat::createFormatCLUT8());
|
2012-03-30 18:03:59 +02:00
|
|
|
|
|
|
|
// Setup mixer
|
|
|
|
syncSoundSettings();
|
2012-05-08 18:36:01 +02:00
|
|
|
//TODO: Init sound/music player
|
2012-03-30 18:03:59 +02:00
|
|
|
|
2012-04-09 17:34:30 +02:00
|
|
|
initPalette();
|
2012-04-04 00:03:41 +02:00
|
|
|
|
|
|
|
// Load files. In the original, the size was hardcoded
|
2012-05-08 19:47:16 +02:00
|
|
|
_bufferIdeogram = loadVGA("IDEOGRAM.VGA", 25600, false);
|
|
|
|
_bufferMen = loadVGA("MEN.VGA", 61440, false);
|
|
|
|
_bufferMen2 = loadVGA("MEN2.VGA", 61440, false);
|
|
|
|
_bufferIsoChars = loadVGA("ISOCHARS.VGA", 4096, false);
|
2012-04-04 00:03:41 +02:00
|
|
|
_bufferIsoMap = loadRaw("ISOMAP.DTA");
|
|
|
|
|
|
|
|
loadRules();
|
2012-05-08 18:36:01 +02:00
|
|
|
// Hack: int8 should be installed at this point, but it's crashing during the
|
|
|
|
// rendering when the title screens are displayed
|
|
|
|
//_int8installed = true;
|
2012-04-04 00:03:41 +02:00
|
|
|
|
2012-04-20 01:10:46 +02:00
|
|
|
_lastTime = _system->getMillis();
|
|
|
|
|
2012-05-09 08:07:58 +02:00
|
|
|
_scriptHandler->runScript(ScriptStream(_initScript, _initScriptSize));
|
2012-04-04 00:03:41 +02:00
|
|
|
|
2012-05-11 23:32:26 +02:00
|
|
|
// Hack, see above
|
2012-04-19 08:03:19 +02:00
|
|
|
_int8installed = true;
|
|
|
|
|
2012-04-11 10:59:42 +02:00
|
|
|
while(!_shouldQuit) {
|
|
|
|
handleMenu();
|
2012-04-11 18:23:17 +02:00
|
|
|
handleGameScripts();
|
2012-04-11 10:59:42 +02:00
|
|
|
// To be removed when handled in the previous fonctions
|
2012-04-19 08:03:19 +02:00
|
|
|
update();
|
2012-04-11 10:59:42 +02:00
|
|
|
}
|
2012-04-09 17:34:30 +02:00
|
|
|
|
2012-03-30 18:03:59 +02:00
|
|
|
return Common::kNoError;
|
|
|
|
}
|
|
|
|
|
|
|
|
void LilliputEngine::initialize() {
|
|
|
|
debugC(1, kDebugEngine, "initialize");
|
|
|
|
|
|
|
|
_rnd = new Common::RandomSource("robin");
|
|
|
|
_rnd->setSeed(42); // Kick random number generator
|
2012-04-10 00:57:59 +02:00
|
|
|
_shouldQuit = false;
|
2012-04-06 08:15:22 +02:00
|
|
|
|
|
|
|
for (int i = 0; i < 4; i++) {
|
2012-05-11 17:01:00 +02:00
|
|
|
_smallAnims[i]._active = false;
|
|
|
|
_smallAnims[i]._pos = Common::Point(0, 0);
|
2012-04-06 08:15:22 +02:00
|
|
|
for (int j = 0; j < 8; j ++)
|
2012-05-11 17:01:00 +02:00
|
|
|
_smallAnims[i]._frameIndex[j] = 0;
|
2012-04-06 08:15:22 +02:00
|
|
|
}
|
2012-03-30 18:03:59 +02:00
|
|
|
}
|
|
|
|
|
2012-05-04 23:13:43 +02:00
|
|
|
byte *LilliputEngine::getCharacterVariablesPtr(int16 index) {
|
2012-05-08 18:36:01 +02:00
|
|
|
debugC(1, kDebugEngineTBC, "getCharacterVariablesPtr(%d)", index);
|
2012-05-04 23:13:43 +02:00
|
|
|
|
2012-05-15 08:05:20 +02:00
|
|
|
/* used to debug
|
2012-05-13 03:21:09 +02:00
|
|
|
if(index == 96 + 22) {
|
|
|
|
int a = 0;
|
|
|
|
}
|
2012-05-15 08:05:20 +02:00
|
|
|
*/
|
2012-05-13 03:21:09 +02:00
|
|
|
|
2012-05-05 00:10:55 +02:00
|
|
|
assert((index > -3120) && (index < 1400));
|
2012-05-04 23:13:43 +02:00
|
|
|
if (index >= 0)
|
|
|
|
return &_characterVariables_[index];
|
|
|
|
else
|
|
|
|
return &_characterVariables_[1400 - index];
|
|
|
|
}
|
|
|
|
|
2012-03-30 18:03:59 +02:00
|
|
|
void LilliputEngine::syncSoundSettings() {
|
|
|
|
Engine::syncSoundSettings();
|
|
|
|
|
|
|
|
// _sound->syncVolume();
|
|
|
|
}
|
|
|
|
|
|
|
|
Common::String LilliputEngine::getSavegameFilename(int slot) {
|
|
|
|
return _targetName + Common::String::format("-%02d.SAV", slot);
|
|
|
|
}
|
|
|
|
|
2012-04-06 08:15:22 +02:00
|
|
|
byte LilliputEngine::_keyboard_getch() {
|
2012-04-11 10:59:42 +02:00
|
|
|
warning("getch()");
|
2012-04-06 08:15:22 +02:00
|
|
|
return ' ';
|
|
|
|
}
|
2012-03-30 18:03:59 +02:00
|
|
|
|
|
|
|
} // End of namespace Lilliput
|