aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-07-18Revert small part of scumm/saveload.cpp revision 1.129.Travis Howell
Fixes bug #884171 - DOTT: Transition effect glitch (regression) svn-id: r14240
2004-07-18Only change actor.frame if actor's frame is actually updated.Travis Howell
svn-id: r14238
2004-07-17Allowing both music streams to share the same rate converter only workedTorbjörn Andersson
by accident, and could cause bad noises during music cross-fades. This wasn't a problem in 0.6.0 since all music is sampled at 22050 Hz, which is the most likely output sample rate for ScummVM, so the converter didn't actually have to do anything. Now, however, the output sample rate could be anything. I've given the music streams one converter each. In BS1, which uses similar music code, it was already necessary to do this since some of its music is sampled at 11025 Hz. svn-id: r14237
2004-07-17Minor cleanupTravis Howell
svn-id: r14236
2004-07-17Don't remap arrow keys in later games.Travis Howell
Allow arrows keys to work in lander game of Dig again. svn-id: r14232
2004-07-17Alter check, since later games set VAR elsewhere.Travis Howell
svn-id: r14230
2004-07-17Use VAR_VOICE_BUNDLE_LOADED in FT, it is need by at least one script (250)Travis Howell
svn-id: r14229
2004-07-16With Kirben's latest changes, Wally's hook does not mysteriously reappearTorbjörn Andersson
on the ground, and his head stays firmly attached to his shoulders. svn-id: r14228
2004-07-16Set new VARS for older save games.Travis Howell
svn-id: r14227
2004-07-16Added missing part of my previous commit of patch #957544.Torbjörn Andersson
svn-id: r14226
2004-07-16Applied patch #957544 to make output sample rate configurable at runtime.Torbjörn Andersson
svn-id: r14225
2004-07-16Remove old hack and commentTravis Howell
svn-id: r14224
2004-07-16Only show gfx mode change messages in the OSD if the change was initiated by ↵Max Horn
the user; not if it was done automatically (e.g. because a 640x480 game was started and we auto-switch to 1x scaling) svn-id: r14223
2004-07-16Open the control panel on both F5 and ESC, like the original did.Torbjörn Andersson
svn-id: r14222
2004-07-16Fix bugs:Travis Howell
FT: Stadium Salesman Glitches COMI: Wally's Fake piratehook still on ground after pick up svn-id: r14221
2004-07-15Use VAR_DEFAULT_TALK_DELAYTravis Howell
svn-id: r14220
2004-07-15Added .desktop file; updated RPM .spec (thanks to wjp)Max Horn
svn-id: r14219
2004-07-15Actually use actor talkScript when required.Travis Howell
svn-id: r14217
2004-07-15Case only used in HE 6.0 games after all.Travis Howell
svn-id: r14216
2004-07-15Fix music volume regression in HE games.Travis Howell
svn-id: r14215
2004-07-14Update commentTravis Howell
svn-id: r14213
2004-07-14HE 7.0 games set fade effects to 1 but don't actually use any fade effects.Travis Howell
svn-id: r14212
2004-07-14Remove old FT hacks, no longer needed.Travis Howell
svn-id: r14211
2004-07-14OoopsTravis Howell
svn-id: r14210
2004-07-14Add support for sound offsets in HE games.Travis Howell
svn-id: r14209
2004-07-14OoopsTravis Howell
svn-id: r14208
2004-07-14Fix speech in HE games.Travis Howell
svn-id: r14207
2004-07-14Update He issuesTravis Howell
svn-id: r14206
2004-07-13Plug memory leakEugene Sandulenko
svn-id: r14205
2004-07-13Update HE issues.Travis Howell
svn-id: r14204
2004-07-13Simpler method from _sevTravis Howell
svn-id: r14203
2004-07-13More palette changes needed for HE 7.0 games.Travis Howell
svn-id: r14202
2004-07-13Add correct sample rate for DOS HE 6.0 games.Travis Howell
svn-id: r14201
2004-07-13Stop music when requested in HE games.Travis Howell
Fix sfx status for HE games. svn-id: r14200
2004-07-13Fix music in 3DO versions of HE games.Travis Howell
svn-id: r14199
2004-07-13Fix memory leakTravis Howell
svn-id: r14198
2004-07-12CorrectionTravis Howell
svn-id: r14197
2004-07-12Too Many HE versions.Travis Howell
svn-id: r14196
2004-07-12Add HE 7.1 games music support, untested.Travis Howell
svn-id: r14195
2004-07-12Should be right this time.Travis Howell
svn-id: r14194
2004-07-12Add support for music in HE 7.0 games.Travis Howell
Check music status correctly in 3DO versions. svn-id: r14193
2004-07-12Fix puttdemo (dos) regression.Travis Howell
svn-id: r14192
2004-07-11Bump save game version for HE 7.0 changesTravis Howell
Remove mention of talkspeed default, since it no longer applies. svn-id: r14191
2004-07-11Missed one spotTravis Howell
svn-id: r14190
2004-07-11Rename varTravis Howell
Add some changes ready for next save game version (Commented out) svn-id: r14189
2004-07-11Use extrapath in Sword1 engine (from 0.6.0 branch). More verbose errors to ↵James Brown
go with the forthcoming new manual. Sword1 CD swapping doesn't work as expected HERE, either :) svn-id: r14188
2004-07-11Color cycling is only used in SCUMM 4+ games.Travis Howell
svn-id: r14186
2004-07-11Add vartTravis Howell
svn-id: r14185
2004-07-10Always stop actor walkscript when required.Travis Howell
svn-id: r14184
2004-07-10OoopsTravis Howell
svn-id: r14183