Torbjörn Andersson
792ca1aec4
Clip actors and objects to the scene (which may be an inset), and only
...
allow interaction with actors and objects inside this same area. Other hit
zones may - indeed must - still exist outside the inset, and they are not
affected by this patch.
This fixes some glitches at the glass makers's house in ITE.
svn-id: r18493
2005-07-05 06:12:40 +00:00
Torbjörn Andersson
8b460fdf89
Added note about BS2 script bug.
...
svn-id: r18492
2005-07-04 07:53:17 +00:00
Torbjörn Andersson
2e868658da
Cleanup.
...
svn-id: r18491
2005-07-04 07:47:04 +00:00
Torbjörn Andersson
399bd16ab1
Apparently some masks are bigger than the image they are supposed to be
...
masking, and therefore need to be clipped. This fixes a slight glitch in the
ITE intro where an actor is drawn partly in the status text field.
svn-id: r18490
2005-07-04 07:46:48 +00:00
Torbjörn Andersson
caa614840d
Fixed warning.
...
svn-id: r18489
2005-07-04 07:43:55 +00:00
Jerome Fisher
407dd03e28
- Small changes to sync with Munt.
...
svn-id: r18488
2005-07-03 22:56:51 +00:00
Eugene Sandulenko
de14b2337f
Implementation of sfShowMap. This was latest unimplemented script function :)
...
svn-id: r18487
2005-07-03 20:02:56 +00:00
Andrew Kurushin
1fd2c55051
fixed Elara bug
...
svn-id: r18486
2005-07-03 15:22:59 +00:00
Max Horn
339d20eac8
fixed irritating MI2 warning
...
svn-id: r18485
2005-07-02 14:45:24 +00:00
Max Horn
bf507bfa11
cleanup
...
svn-id: r18484
2005-07-02 13:01:59 +00:00
Max Horn
9d00744954
Small fixes
...
svn-id: r18483
2005-07-02 12:54:53 +00:00
Max Horn
5402ba49dd
MIDI ideas
...
svn-id: r18482
2005-07-02 12:53:57 +00:00
Max Horn
7970562356
Hackish native MIDI HW support for Mac OS X (incomplete)
...
svn-id: r18481
2005-07-02 12:52:30 +00:00
Andrew Kurushin
13b1802a45
implemented sfPickClimbOutPos, sfTossRif
...
Komodo dragon now works
svn-id: r18480
2005-07-01 17:29:23 +00:00
Travis Howell
a08ecca1c0
The web version of comi demo has no music bundle.
...
svn-id: r18479
2005-06-30 23:29:34 +00:00
Jonathan Gray
2e273bad42
Enhanced tremor support from Jolan Luff.
...
The configure script now works as follows for detection:
Tremor only: use tremor
Vorbis only: use vorbis
Both: use vorbis
This behaviour can be changed with newly added configure script options.
svn-id: r18478
2005-06-30 09:14:36 +00:00
Jonathan Gray
f4a72b7b58
Fix compilation. FALSE is not a valid value, false however is.
...
svn-id: r18477
2005-06-30 09:09:59 +00:00
Andrew Kurushin
0a29c11bc9
dragon wip1
...
svn-id: r18476
2005-06-29 20:00:44 +00:00
Torbjörn Andersson
ac071d6470
Worked around script bug which could cause Nico to be in the wrong state at
...
the Docks scene in London. See bug #1214168 for details. (The bug was not
serious, but could cause some very obvious glitches.)
svn-id: r18475
2005-06-28 10:25:25 +00:00
Marcus Comstedt
c3f975c7b8
Better test for disabled scalers...
...
svn-id: r18474
2005-06-27 21:44:40 +00:00
Lars Persson
6d70218f35
Just updated ending comment properly for the sake of it
...
svn-id: r18473
2005-06-27 21:37:07 +00:00
Marcus Comstedt
e2d1b7afa4
Implemented OSystem_Dreamcast::grabPalette().
...
svn-id: r18472
2005-06-27 15:16:58 +00:00
Marcus Comstedt
9e13459338
Implemented InVMSave::skip().
...
svn-id: r18471
2005-06-27 15:16:05 +00:00
Max Horn
ea3dd90f35
Fix handling of music data in COMI
...
svn-id: r18470
2005-06-27 00:00:32 +00:00
Max Horn
48a00b6846
Fix warning
...
svn-id: r18469
2005-06-26 23:47:19 +00:00
Max Horn
0baaea85ed
Avoid creating lots of file handles, reuse them instead (this relies on files being accessed from a single thread)
...
svn-id: r18468
2005-06-26 23:37:59 +00:00
Lars Persson
f001a43830
Updated Scummvm MP3 implementation with patch so it works with Symbian multithreading. This openingen/closing the file for each chunk to read. This does only affect the Symbian build and the other ports should work as normal.
...
svn-id: r18466
2005-06-26 19:44:55 +00:00
Max Horn
5059e710e8
Fix postfix inc/decrement operators of List::Iterator
...
svn-id: r18465
2005-06-25 19:43:59 +00:00
Max Horn
e68a6ddd26
cleanup
...
svn-id: r18464
2005-06-25 19:34:16 +00:00
Andrew Kurushin
353e8586d4
fix animation timings (now Shiala scene not stucks)
...
svn-id: r18463
2005-06-25 15:55:43 +00:00
Max Horn
003081fd53
cleanup
...
svn-id: r18462
2005-06-25 15:43:59 +00:00
Max Horn
139ee21041
Move file handling in SMUSH code to a single thread (unless I overlooked some cases)
...
svn-id: r18461
2005-06-25 15:17:14 +00:00
Max Horn
6636cf102b
Heavy clean up for the iMuseDigital ADPCM codec; the code is now much easier to understand, even contains some comments ;-)
...
svn-id: r18460
2005-06-24 19:09:12 +00:00
Andrew Kurushin
96f9571afc
fix VS2005 _strnicmp error issue
...
svn-id: r18459
2005-06-24 18:17:01 +00:00
Gregory Montoir
0c4f349a1b
removed unneeded #include
...
svn-id: r18458
2005-06-24 17:08:21 +00:00
Max Horn
02568d4498
oops forgot this in my previous commit
...
svn-id: r18457
2005-06-24 16:39:17 +00:00
Max Horn
9da50d6662
Fixed Oki table entry; added doc URL; mention IMA ADPCM
...
svn-id: r18456
2005-06-24 16:21:10 +00:00
Torbjörn Andersson
7760c0b8a4
Changed #include <stdafx.h> to #include <common/stdafx.h>. It should
...
probably be #include "common/stdafx.h", but I'll let the backend
maintainers worry about style.
svn-id: r18455
2005-06-24 16:18:10 +00:00
Torbjörn Andersson
40236ee7c1
For consistency, specify directory when including files.
...
svn-id: r18454
2005-06-24 16:16:46 +00:00
Torbjörn Andersson
06985285a0
Whitespace changes.
...
svn-id: r18453
2005-06-24 16:14:39 +00:00
Max Horn
587a90ed26
cleanup
...
svn-id: r18452
2005-06-24 16:14:28 +00:00
Torbjörn Andersson
46b6eff722
I don't think we need to include mididrv.h here.
...
svn-id: r18451
2005-06-24 16:13:21 +00:00
Torbjörn Andersson
0ed74c8dcd
I don't think we need <ctype.h> here.
...
svn-id: r18450
2005-06-24 16:11:11 +00:00
Torbjörn Andersson
1d39f986c9
Whitespace changes.
...
svn-id: r18449
2005-06-24 16:08:31 +00:00
Torbjörn Andersson
7dc3082a35
I don't think we need <ctype.h> here.
...
svn-id: r18448
2005-06-24 16:05:24 +00:00
Torbjörn Andersson
35cb8fb875
For consistency, specify directory when including files.
...
svn-id: r18447
2005-06-24 16:01:42 +00:00
Torbjörn Andersson
5f511510bc
Whitespace changes.
...
svn-id: r18446
2005-06-24 15:58:00 +00:00
Max Horn
81022b9c28
Fix for bug #1226522 (do not add common to list of include paths, to avoid name clashes with system headers)
...
svn-id: r18445
2005-06-24 15:26:06 +00:00
Max Horn
8b1d7b9166
When including files from common/, explicitly use the common/ prefix
...
svn-id: r18444
2005-06-24 15:23:51 +00:00
Torbjörn Andersson
68907449b7
Use #include "file" instead of #include <file> for consistency.
...
svn-id: r18443
2005-06-23 20:20:27 +00:00