248 Commits

Author SHA1 Message Date
Paweł Kołodziejski
a480fa9788 revert experimental imuse changes
svn-id: r20395
2006-02-05 13:49:34 +00:00
Paweł Kołodziejski
9555cd4df4 revert experimental imuse changes
svn-id: r20394
2006-02-05 13:48:27 +00:00
Travis Howell
76562c281d Fix DISABLE_SCUMM_7_8 compile.
svn-id: r20375
2006-02-04 21:55:37 +00:00
Paweł Kołodziejski
dd02251cb3 experimental imuse without timer thread usage, it might still have issue stoped audio while switching rooms
svn-id: r20270
2006-01-28 16:30:39 +00:00
Torbjörn Andersson
ca705b9167 Extend the workaround for bug #1407789 in an attempt to deal with the
different versions of Full Throttle. This is partly guesswork, and may be
incorrect.

svn-id: r20161
2006-01-25 15:06:42 +00:00
Max Horn
ec476b1fd0 Removing GID_ZAK256 and GID_LOOM256
svn-id: r20153
2006-01-23 20:09:25 +00:00
Max Horn
90d67659dc Overlooked the Indy3 FM-TOWNS case in my previous commit <sigh>
svn-id: r20141
2006-01-22 21:28:37 +00:00
Max Horn
7012a370cd Simplified SCUMM version checks in writeVar/readVar
svn-id: r20140
2006-01-22 21:05:38 +00:00
Eugene Sandulenko
ea42bad781 Update copyright notice
svn-id: r20088
2006-01-18 17:39:49 +00:00
Torbjörn Andersson
34d835e4a2 Work around a script bug in Full Throttle. See bug #1407789.
svn-id: r20080
2006-01-18 11:53:07 +00:00
Gregory Montoir
f6c6196295 Get rid of unused variables and removed them from the save data ; FloodFill.unk1C and _curExecScript.
Concerning _curExecScript, I checked several interpreters (even one with windex compiled in), the only function where it's used is runAllScripts.

svn-id: r19977
2006-01-10 21:39:14 +00:00
Travis Howell
86a5dcde24 Update comments.
svn-id: r19621
2005-11-17 10:49:39 +00:00
Travis Howell
cbba64fdbe Adjust HE version checks, for updated releases.
svn-id: r19611
2005-11-16 05:14:46 +00:00
Travis Howell
3a66c413e1 Allow subtitles to be disabled in HE70 - HE73 games.
svn-id: r19603
2005-11-15 22:42:33 +00:00
Travis Howell
1f36acc50b Add missing else.
svn-id: r19433
2005-11-05 09:23:05 +00:00
Eugene Sandulenko
b36677af71 Update FSF address. Eek. Actually that took place on May 1, 2005
svn-id: r19142
2005-10-18 01:30:26 +00:00
Travis Howell
d69f434447 Inventory works in Macintosh version of indy3 now.
svn-id: r18921
2005-10-02 01:26:53 +00:00
Travis Howell
aeb09b2ce4 Add inventory display for Mac. version of indy3.
svn-id: r18918
2005-10-01 13:02:35 +00:00
Travis Howell
40bf69230c Ooops
svn-id: r18821
2005-09-14 10:36:18 +00:00
Travis Howell
4645dcb6dd Fix skipping cutscenes in C64 maniac.
svn-id: r18820
2005-09-14 10:35:04 +00:00
Travis Howell
b02a983c85 Fix entry point in C64 maniac.
svn-id: r18817
2005-09-14 05:31:18 +00:00
Eugene Sandulenko
6b4484472b Remove trailing whitespaces.
svn-id: r18604
2005-07-30 21:11:48 +00:00
Travis Howell
56b766f001 Add patch:
1233352 - Fix hanging descheduled entry/exit scripts

svn-id: r18510
2005-07-07 09:52:04 +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
Max Horn
f1f7e19dfe Fix for bug #1202487 (MANIAC64: crash after using hunk-o-matic and pressing ESC)
svn-id: r18345
2005-06-04 18:08:05 +00:00
Travis Howell
4fc5ccb8a6 Clear localVars in entry/exit scripts.
svn-id: r18288
2005-05-29 11:54:51 +00:00
Max Horn
852fe1b1c7 Changed name of addMessageToStack to convertMessageToString (still not really happy with that name but at least it is a little bit more descriptive than the old)
svn-id: r18262
2005-05-26 14:14:32 +00:00
Travis Howell
c986a12a81 Correct input script in C64 maniac.
svn-id: r18171
2005-05-18 16:15:56 +00:00
Travis Howell
cc5caba793 HE60/61 still VAR_NOSUBTITLES.
Typo.

svn-id: r17990
2005-05-09 02:59:45 +00:00
Travis Howell
69d000d2d0 All SCUMM6 games use VAR_SUBTITLES, not VAR_NOSUBTITLES.
Cleanup.

svn-id: r17989
2005-05-09 02:38:58 +00:00
Max Horn
7b93b0e079 Moved v2 verb code into class ScummEngine_v2
svn-id: r17725
2005-04-20 23:53:29 +00:00
Max Horn
c46ea8bc40 Replaced the platform specific GF_FOO switches (using _platform instead now)
svn-id: r17716
2005-04-20 18:21:30 +00:00
Travis Howell
ea8d2a0fd0 Correction to last commits.
svn-id: r17700
2005-04-20 01:42:55 +00:00
Travis Howell
2009b72679 Replace all GF_HUMONGOUS use with _heversion.
Make HE60 specific to puttdemo, since it is unqie.
Other HE60 games changed to HE 61.

svn-id: r17698
2005-04-20 01:33:44 +00:00
Max Horn
871e278f8b Reduce dependencies on scumm/util.h; modified ScummNESFile a bit so that it complies a bit better with our code formatting rules
svn-id: r17508
2005-04-10 12:59:17 +00:00
Max Horn
d271b58aa7 Got rid of GF_NEW_OPCODES
svn-id: r17488
2005-04-09 20:13:30 +00:00
Travis Howell
aeec229615 getScriptSlot() must start from slot 1, required for nukeArrays() in HE games.
svn-id: r17383
2005-04-05 11:06:03 +00:00
Max Horn
ac247c9b94 Started to move some resource related code into a new class ResourceManager (hypothetic goal for the future: use ResourceManager in ScummEx)
svn-id: r17311
2005-03-31 21:39:31 +00:00
Max Horn
3497e9afa4 cleanup
svn-id: r17222
2005-03-25 00:40:58 +00:00
Travis Howell
7b3b253fba Seems to work now, maybe fixed by script cycles?
svn-id: r17088
2005-03-12 06:45:27 +00:00
Travis Howell
e50aca32a8 Missed a change.
svn-id: r16960
2005-02-28 13:34:52 +00:00
Travis Howell
36705d4344 Add support for script cycles used by HE90+ games.
svn-id: r16958
2005-02-28 13:23:10 +00:00
Max Horn
b6ea449335 Renamed _localScriptList to _localScriptOffsets for clarity
svn-id: r16691
2005-01-29 15:49:57 +00:00
Travis Howell
99c00c9e5d *** empty log message ***
svn-id: r16630
2005-01-24 10:10:50 +00:00
Travis Howell
63ebdfa6c7 Correct sound offset size
svn-id: r16628
2005-01-24 10:07:17 +00:00
Max Horn
47280d9433 Updated copyright
svn-id: r16398
2005-01-01 16:09:25 +00:00
Travis Howell
1922b330ad Add keyboard control for HE80+ games.
svn-id: r15604
2004-10-18 06:40:36 +00:00
Travis Howell
d42f98d0c4 Add missing case for HE 90+
Always clear complete local script vars.

svn-id: r15564
2004-10-16 05:10:15 +00:00
Travis Howell
39fad0387b Unfortunately still not perfect.
svn-id: r15460
2004-10-08 01:07:44 +00:00
Max Horn
6f02fab8f3 Removed some code which has no effect (looks like a coding mistake?)
svn-id: r15444
2004-10-07 10:33:46 +00:00