Max Horn
a35588b9ff
Fix 64 bit compiler warning/error
...
svn-id: r18442
2005-06-23 14:18:25 +00:00
Max Horn
f80dab367c
Moved endian macros to a separate header file
...
svn-id: r18441
2005-06-23 14:15:49 +00:00
Max Horn
3b6018452c
Fix foCheckAlreadyLoaded case in findObjectInRoom; this is not used in any SCUMM game, just added this for completeness (see patch tracker item #1222246 )
...
svn-id: r18440
2005-06-23 14:10:52 +00:00
Max Horn
1c361ee409
Fixed credits order again
...
svn-id: r18439
2005-06-23 13:55:32 +00:00
Max Horn
2ea15e4822
Revert change from printf() to debug(1)
...
svn-id: r18438
2005-06-23 13:46:38 +00:00
Max Horn
f460151b0a
Updated NEWS and TODO
...
svn-id: r18437
2005-06-23 13:11:44 +00:00
Max Horn
e4236ba567
Fixed credits order
...
svn-id: r18436
2005-06-23 13:09:26 +00:00
Lars Persson
9fc959e63d
Changed from char to int8 in a number of places. This makes not assume the typ of char regardless of any compiler flags. Now looks very nice on the Symbian platfor.
...
svn-id: r18435
2005-06-22 19:32:10 +00:00
Oliver Kiehl
8fbbd28f79
disambiguate undefined operation by removing unneeded calculation.
...
svn-id: r18434
2005-06-22 08:33:46 +00:00
Torbjörn Andersson
8f4077d992
Fixed warning. (And made some whitespace changes.)
...
svn-id: r18433
2005-06-22 06:37:02 +00:00
Lars Persson
b9881d63f6
replaced #if defined(_MSC_VER)
...
with #if defined (WIN32)
svn-id: r18432
2005-06-21 22:23:53 +00:00
Lars Persson
9cdfe927be
Added default destructors as required by the Symbian/Epoc port
...
svn-id: r18431
2005-06-21 22:19:02 +00:00
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