Travis Howell
dcbad3a1ab
Fix startup of Elvira 1
...
svn-id: r24124
2006-10-05 13:46:48 +00:00
Travis Howell
5af4438cd2
Fix opening credits of Elvira 2
...
svn-id: r24123
2006-10-05 10:10:26 +00:00
Travis Howell
4dd72f0b3b
Fix loading position of initial items in Elvira 1/2
...
svn-id: r24122
2006-10-05 08:54:51 +00:00
Travis Howell
5074da16d3
Add more code and stubs for WW
...
svn-id: r24121
2006-10-05 05:27:10 +00:00
Travis Howell
d7ac158813
Add Amiga versions of Elvira 1/2 and Waxworks
...
svn-id: r24120
2006-10-05 03:43:40 +00:00
Travis Howell
73552266c6
Elvira 1 require more table memory for now
...
svn-id: r24119
2006-10-05 02:08:51 +00:00
Travis Howell
5fe35cbe9a
Reduce memory required by each game, and add safety checks
...
svn-id: r24118
2006-10-05 01:17:59 +00:00
Travis Howell
b18fdb4c0a
Remove sound hacks for DS port, which would cause no speech or subtitles in Simon 1 with speech
...
svn-id: r24117
2006-10-05 00:16:50 +00:00
Max Horn
98f62b9e65
WORKAROUND bug #859513 (ZAK: "Oxygene-bug" on Mars)
...
svn-id: r24116
2006-10-04 20:22:47 +00:00
Max Horn
f7eee205bb
o2_animateActor is essentially identical to o5_animateActor -- removed in favor of the latter
...
svn-id: r24115
2006-10-04 20:22:14 +00:00
Max Horn
54790cc217
typo
...
svn-id: r24114
2006-10-04 20:20:50 +00:00
Travis Howell
a66907e276
Fix dumping of complete video script output
...
svn-id: r24112
2006-10-04 13:29:14 +00:00
Travis Howell
1dd23850ec
Correct frame rate in earlier games
...
svn-id: r24111
2006-10-04 12:29:37 +00:00
Travis Howell
8e4ffa4b7a
Fix palette regression
...
svn-id: r24110
2006-10-04 11:44:59 +00:00
Travis Howell
7cfbf8b3e4
Add French version of Elvira 2
...
svn-id: r24109
2006-10-04 11:17:00 +00:00
Travis Howell
2d016704f8
Correct number of variables in Elvira 1/2
...
svn-id: r24108
2006-10-04 11:12:59 +00:00
Travis Howell
4652cdd1ad
Add video opcode differences in Elvira 2
...
svn-id: r24107
2006-10-04 08:53:48 +00:00
Travis Howell
aab8b9b2a2
Fix initial resource loading in Elvira 2
...
svn-id: r24106
2006-10-04 07:10:22 +00:00
Torbjörn Andersson
863bed3fd0
Change masking condition for codec1_genericDecode(), proc3() and proc3_ami() so
...
that X coordinates outside the designated area are explicitly masked. While the
functions are written to terminate when X moves outside, bug #1508942 ("FOA:
Glitch dring balloon flight") demonstrates that X may *start* outside. That's
the case we want to mask.
Note that proc3_ami() already masked these pixels (in a different way), so
there the change is purely cosmetical.
svn-id: r24104
2006-10-04 05:11:58 +00:00
Travis Howell
baac293911
Add more code for WW
...
svn-id: r24103
2006-10-04 03:29:14 +00:00
Travis Howell
1f5a69ea11
Fix sound effects regression in simon1dos and remove excess game ids
...
svn-id: r24100
2006-10-03 14:18:17 +00:00
Travis Howell
ab573e0c62
Cleanup
...
svn-id: r24099
2006-10-03 14:02:14 +00:00
Travis Howell
1dc5670022
Fix bugs in VGA resource manager and cleanup
...
svn-id: r24097
2006-10-03 13:20:23 +00:00
Travis Howell
09f9cf7b64
Add Dutch versions of freddi4 and freddicove for Macintosh
...
svn-id: r24095
2006-10-03 12:15:01 +00:00
Travis Howell
af5c8eb1c3
Remove blocks/tiles related code for PP, which was only required by unreleased game
...
svn-id: r24092
2006-10-03 10:01:08 +00:00
Travis Howell
9e097f60ab
Add changes and enable music for Elvira1
...
svn-id: r24091
2006-10-03 00:31:24 +00:00
Eugene Sandulenko
107a9f3bef
Moved unrelated fields out of ADGameDescription structure.
...
svn-id: r24090
2006-10-02 23:31:14 +00:00
Torbjörn Andersson
60aee54bfe
Fixed bug #1569594 ("BS2 DXA Movie Exit/Crash"). That's what I get for only
...
testing with subtitles enabled... :-)
svn-id: r24089
2006-10-02 23:07:43 +00:00
Travis Howell
1ee0c4f1ce
The name isn't stored in saved games for PP
...
svn-id: r24088
2006-10-02 23:01:32 +00:00
Travis Howell
af21ec036f
Add basic single slot load/save support for dimp/swampy for now
...
svn-id: r24086
2006-10-02 22:33:38 +00:00
Max Horn
125d599acc
Improved the BASS detector a bit
...
svn-id: r24084
2006-10-02 22:26:57 +00:00
Eugene Sandulenko
988ddf2b36
Unify SAGA/AGOS detection code so other engines could also reuse it
...
without further code duplication.
svn-id: r24083
2006-10-02 22:21:57 +00:00
Travis Howell
574665be4b
Fix mistake in startAnOverlayAnim()
...
svn-id: r24082
2006-10-02 21:47:45 +00:00
Travis Howell
e78e1c6987
Fix crashes in swampy when moving blocks
...
svn-id: r24081
2006-10-02 21:41:18 +00:00
Torbjörn Andersson
bcd4591da4
Workaround for bug #1555938 ("MI2: Inventory object cloning"), as suggested by
...
Fingolfin.
svn-id: r24080
2006-10-02 21:38:39 +00:00
Torbjörn Andersson
9118a731dc
Renamed setupAGOSOpcodes() to setupCommonOpcodes() for consistency.
...
svn-id: r24073
2006-10-02 16:18:48 +00:00
Travis Howell
53cf7d65da
Add video opcodes differences in Elvira1 and cleanup
...
svn-id: r24072
2006-10-02 14:32:28 +00:00
Paul Gilbert
99655b59d4
Added a save/restore game dialog class
...
svn-id: r24071
2006-10-02 12:49:57 +00:00
Paul Gilbert
1a96e26bf6
Added functionality to allow saving/loading the game state
...
svn-id: r24070
2006-10-02 12:48:56 +00:00
Paul Gilbert
e8623fa477
Added methods for push/pop cursors
...
svn-id: r24069
2006-10-02 12:47:29 +00:00
Travis Howell
6201707122
Fix display and input in dimp
...
svn-id: r24068
2006-10-02 11:31:11 +00:00
Travis Howell
62df08578b
Decrease window array size, to maximum required by games
...
svn-id: r24067
2006-10-02 10:54:06 +00:00
Travis Howell
425b243be1
Increase struct sizes, to maximum required by games
...
svn-id: r24066
2006-10-02 10:43:07 +00:00
Travis Howell
f3831078b6
Fix tile positions in swampy
...
svn-id: r24065
2006-10-02 08:35:15 +00:00
Travis Howell
ad9b764531
Fix arrows keys in swampy
...
svn-id: r24064
2006-10-02 07:06:20 +00:00
Travis Howell
6bcd0183c0
Add more changes for swampy
...
svn-id: r24063
2006-10-02 06:22:05 +00:00
Travis Howell
97cf93d275
Fix changing map areas in swampy
...
svn-id: r24062
2006-10-02 06:11:05 +00:00
Travis Howell
2cc1df6fdd
Add last tiles code and corrections for Swampy
...
svn-id: r24061
2006-10-02 05:39:27 +00:00
Torbjörn Andersson
d7b786ea41
Implemented "iconify window" opcode. This, of course, needs support in the
...
backend to work, and so far it's only done in the SDL backend. See the new
kFeatureIconifyWindow flag. (This is patch #1568775.)
svn-id: r24060
2006-10-02 04:46:50 +00:00
Travis Howell
42cb69827e
Add more tiles code for Swampy
...
svn-id: r24059
2006-10-02 01:39:50 +00:00