14340 Commits

Author SHA1 Message Date
Lars Persson
1c69696a9a Patches needed to build for SYMBIAN32 WINS/GCC added.
Test built for Symbian and run on P910i without any major problems.
Test built for MSVC6. Changed parts seems to compile ok but there are some problems with MSVC6 and some of the targets which the EPOC build does n't support (KYRA,SAGA).

svn-id: r18430
2005-06-21 22:08:21 +00:00
Eugene Sandulenko
4564f0d3bf Fix gcc4 warnings
svn-id: r18429
2005-06-21 21:59:24 +00:00
Lars Persson
0047a768f2 This is the SDL changes needed by the Symbian build to work properly.
Also there is a bugfix for using the joystick handling for SDL. (See events.cpp history)

svn-id: r18428
2005-06-21 20:39:09 +00:00
Lars Persson
7bded41f19 This is the submission of the Epoc/Symbian build files for
UIQ 2.1 UI
Series 60
Series 80
Series 90/Nokia 7710

There is a dependency on ESdl for these devices.

svn-id: r18427
2005-06-21 20:19:39 +00:00
Lars Persson
fd8c94a2f3 Added symbian-fs.cpp, symbian filehandling class
svn-id: r18426
2005-06-21 19:53:19 +00:00
Max Horn
07ac9901f1 Yet another GCC 4 warning fixed
svn-id: r18425
2005-06-21 16:46:04 +00:00
Max Horn
90036d6d8a Patch #1224631 (fix gcc4 virtual functions non-virtual destructor warnings)
svn-id: r18424
2005-06-21 16:45:18 +00:00
Torbjörn Andersson
d38a41e532 When a key is pressed, go back to repeat phase 0 again. This is so that we
won't continue a fast repeat with the new key. (Annoying example: It could
be tricky to type upper-case letters because if you didn't type the letter
fast enough "Shift" would begin to repeat, and then whatever letter you
typed would start repeating immediately.)

svn-id: r18423
2005-06-21 15:41:35 +00:00
Torbjörn Andersson
ee28783c74 Fixed crash when talking to the money changer about the Orb of Storms. The
sound resources were being substituted with animation resources. Now the
substitutions are identified by a resource number *and* a file name.

Could someone verify that ite.rsc is the correct file for all of them?

svn-id: r18422
2005-06-21 13:55:18 +00:00
Torbjörn Andersson
43bc76a29c Added temporary variables for readability.
svn-id: r18421
2005-06-21 13:14:56 +00:00
Max Horn
21efddda22 Added virtual destructor, to silence a few more GCC 4 warnings
svn-id: r18420
2005-06-20 18:27:33 +00:00
Max Horn
096e04ef05 Added virtual destructor, to silence a few more GCC 4 warnings
svn-id: r18419
2005-06-20 17:59:00 +00:00
Max Horn
a8de6c99d0 Removed -Wctor-dtor-privacy, all it does is trigger nonsense warnings in GCC 4
svn-id: r18418
2005-06-20 17:55:37 +00:00
Eugene Sandulenko
75d868743c sfShowControls implementation is NOP
svn-id: r18417
2005-06-20 12:17:22 +00:00
Andrew Kurushin
c613eaab88 fix animation bug at rats
svn-id: r18416
2005-06-20 11:46:34 +00:00
Torbjörn Andersson
ea72e5c49f Whitespace
svn-id: r18415
2005-06-20 06:29:36 +00:00
Eugene Sandulenko
2c9d2ffc97 Support for mouse wheel in Options dialog and in Converse panel
svn-id: r18414
2005-06-19 23:41:40 +00:00
Jonathan Gray
bf304539fe Document c64 as being a valid --platform= option.
svn-id: r18413
2005-06-19 23:02:38 +00:00
Eugene Sandulenko
ecf8da7230 Implement sfPlayLoopedSound, sfFadeMusic and sfPlayVoice.
sfPlayVoice is untested. Please, inform me where you encounter it.

svn-id: r18412
2005-06-19 21:18:00 +00:00
Eugene Sandulenko
1844a9c544 Fix C64 targets. Regression.
svn-id: r18411
2005-06-19 18:16:27 +00:00
Andrew Kurushin
97337c4623 implemented sfGetNumber
now use MagicHat (be carefull not to exceed overall scene number)

svn-id: r18410
2005-06-19 14:06:20 +00:00
Gregory Montoir
04eba089f6 fix compilation with DISABLE_SCUMM_7_8 defined
svn-id: r18409
2005-06-18 15:44:40 +00:00
Max Horn
b03de44db4 Handle newlines in blast text (fixes last remaining part of bug #902415)
svn-id: r18408
2005-06-17 20:23:12 +00:00
Gregory Montoir
e3b40b5c24 committed patch #1221592, smush_codec 21/44 should match the original interpreter behaviour now (this allows to cleanup a bit the code and get rid of some hacks).
svn-id: r18407
2005-06-17 18:10:51 +00:00
Gregory Montoir
db875d92e4 update derefActor() argument
svn-id: r18406
2005-06-17 17:11:30 +00:00
Gregory Montoir
ffeb4c99b2 update
svn-id: r18405
2005-06-17 17:11:19 +00:00
Gregory Montoir
c60400035a o6_setBlastObjectWindow can be safely ignored
svn-id: r18404
2005-06-17 17:10:54 +00:00
Andrew Kurushin
37f90ff1fc fix screwdriver bug
svn-id: r18403
2005-06-17 14:09:06 +00:00
Andrew Kurushin
b16a3634bf placard workaround
svn-id: r18402
2005-06-16 16:46:50 +00:00
Andrew Kurushin
7539169c1d fix trothy -> oil lamp
svn-id: r18401
2005-06-16 15:33:44 +00:00
Travis Howell
18e5bf15f8 Update
svn-id: r18400
2005-06-16 00:47:45 +00:00
Torbjörn Andersson
b5b4d3d997 Don't access the thread after sfScriptGotoScene. As the comment points out,
the thread has been destroyed. This fixes a crash when leaving the ferret
guild lodge, and probably other places as well.

svn-id: r18399
2005-06-15 20:07:56 +00:00
Andrew Kurushin
1e2131d0ee some renames#2
svn-id: r18398
2005-06-15 19:30:11 +00:00
Andrew Kurushin
e0d9d4eb4a some renames
svn-id: r18397
2005-06-15 19:26:32 +00:00
Andrew Kurushin
c72e77885e fix animation loop
svn-id: r18396
2005-06-15 19:14:19 +00:00
Torbjörn Andersson
1386108adb Corrected error message.
svn-id: r18395
2005-06-15 14:42:40 +00:00
Torbjörn Andersson
620a8c5822 Appliced cyx's fix for bug #1220168, with a few modifications. Apparently
Sam & Max uses a different sorting method than (all?) other games.

svn-id: r18394
2005-06-15 06:58:27 +00:00
Lars Persson
82f5454246 Bug fix for inter_execPtr beeing a char*. Char is not the same defined typ on all targets. On symbian a char is unsigned char but Gob is assuming int in this case.
len = *(int8*)inter_execPtr++; // must be a signed char typ and char is not default signed on all platforms.

svn-id: r18393
2005-06-14 20:20:57 +00:00
Lars Persson
327ec439a5 Changed palanim datatype from char to byte
svn-id: r18392
2005-06-14 20:05:31 +00:00
Lars Persson
655fb934a8 Added struct packning to palette struct && added check for define __WINS__ for symbian build
svn-id: r18391
2005-06-14 20:04:26 +00:00
Lars Persson
1d9930e8d9 Added __WINS__ defintion check for the Symbian integration so the right function is used.
svn-id: r18390
2005-06-14 20:01:46 +00:00
Torbjörn Andersson
dc3372b580 Applied patch #1208299. A warning message about the "playing from CD under
Windows" bug is better than nothing, even if a proper bugfix - if one is
possible - would be preferable.

svn-id: r18389
2005-06-14 08:54:11 +00:00
Travis Howell
962e716a52 Update
svn-id: r18388
2005-06-14 07:14:21 +00:00
Travis Howell
bb9ad54e1d Update
svn-id: r18387
2005-06-14 07:11:56 +00:00
Travis Howell
bc4e3aefa4 Update
svn-id: r18386
2005-06-14 06:42:40 +00:00
Travis Howell
fc7d6c4e26 -Add more Backyard sports titles
-Add additional HE100 opcodes changes for basketball
-Fix baseball asserts in VAR_WIZ_TCOLOR

svn-id: r18385
2005-06-14 03:06:56 +00:00
Eugene Sandulenko
01cf8f20ae Fix dock bug
svn-id: r18384
2005-06-14 00:31:54 +00:00
Eugene Sandulenko
4f2cfd5feb Fix crash on chasm.
svn-id: r18383
2005-06-13 13:40:28 +00:00
Travis Howell
1dbf319b59 Add comments on smacker opcodes.
svn-id: r18382
2005-06-13 10:48:55 +00:00
Travis Howell
ae7f676667 Rename opcode/function
svn-id: r18381
2005-06-13 07:09:12 +00:00