aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2007-06-15Add basic support for Amiga version.Travis Howell
svn-id: r27411
2007-06-15Forced text is now handled correctly. It's now possible to interact with the ↵Filippos Karapetis
video screen in the elder's cave svn-id: r27410
2007-06-15The frame count should be updated when the background frame is shown in a ↵Filippos Karapetis
cutaway svn-id: r27409
2007-06-15It's normal for cutaways to only have 1 frameFilippos Karapetis
svn-id: r27408
2007-06-14Added another console command for IHNMFilippos Karapetis
svn-id: r27405
2007-06-14Added several console commands for SAGA. Also, fixed a regression in the ↵Filippos Karapetis
IHNM introduction caused by commit #27357. Finally, animation IDs are checked for validity now, so ScummVM won't try to play invalid animations svn-id: r27404
2007-06-14Fixed warning about signedness issuesMax Horn
svn-id: r27402
2007-06-14Patch #1735773: "WAG file parsing patch to AGI's fallback detector".Eugene Sandulenko
Slightly modified, split into separate files. svn-id: r27401
2007-06-14oops wrong platform.Nicola Mettifogo
svn-id: r27398
2007-06-14SAGA: Added sanity checks for speech box coordinates, like the original. ↵Filippos Karapetis
Now, there won't be missing subtitles in certain scenes svn-id: r27397
2007-06-13IHNM: Button texts are read from the game data files, instead of the ↵Filippos Karapetis
hardcoded ITE strings. The IHNM-specific strings have been removed from the ITE hardcoded strings. Also did some cleanup svn-id: r27396
2007-06-13Removed redundant codeMax Horn
svn-id: r27393
2007-06-13Moved a check for game type after engine initializationFilippos Karapetis
svn-id: r27390
2007-06-13Added full version of Nippon Safes for Amiga (EN/FR/DE) to detector.Nicola Mettifogo
svn-id: r27389
2007-06-13IHNM: Button textures are loaded correctly now for buttons in the option and ↵Filippos Karapetis
quit panel. Also, implemented the voices/subtitles toggle functionality and fixed widget placement a bit svn-id: r27388
2007-06-13Fix the quit panel in IHNMFilippos Karapetis
svn-id: r27387
2007-06-13Some cleanup to the pred.dic AGI codeMax Horn
svn-id: r27386
2007-06-13IHNM: Fixed sfSetSpeechBox, now the dialog of Nimdok and Mengele will show ↵Filippos Karapetis
up correctly. Also, done some preliminary work on sfScriptGotoScene and changeScene to return to the character selection screen, but it's not right yet svn-id: r27385
2007-06-13implement predictive dictionary using ascii based operations, replacing the ↵Kostas Nakos
10ary tree svn-id: r27383
2007-06-12Fixed several colors and fonts in IHNMFilippos Karapetis
svn-id: r27382
2007-06-12Corrected actor walk speed when exiting from zones in IHNMFilippos Karapetis
svn-id: r27379
2007-06-12Make keys 5-9 work during dialogs in IHNMFilippos Karapetis
svn-id: r27378
2007-06-12Fix for #1733238 - FW: crash in copier roomFilippos Karapetis
svn-id: r27376
2007-06-12Patch #1733764: "Fallback detection patch". GSoC student.Eugene Sandulenko
svn-id: r27375
2007-06-12Add support for pausing/resume cutscenes shown on the OmniTV in The Feeble ↵Travis Howell
Files. svn-id: r27371
2007-06-12Auto-use no-walk hitzones in IHNM, like the original. This fixes the ↵Filippos Karapetis
pathfinding problems in Benny's chapter svn-id: r27370
2007-06-12Fix crash regressions in The Feeble Files, due to _currentTable not been set.Travis Howell
svn-id: r27369
2007-06-11Fix restoring screen, after spell wall effects in Elvira 1/2.Travis Howell
svn-id: r27359
2007-06-11Make sure the waiting thread stops waiting after an animation in IHNM. ↵Filippos Karapetis
Ellen's path is completable now svn-id: r27358
2007-06-11The waiting thread will no longer wait forever for some videos to finish in IHNMFilippos Karapetis
svn-id: r27357
2007-06-11When using some items in IHNM, it was possible that the verb would ↵Filippos Karapetis
incorrectly change from "use" to "use with" (e.g. the jukebox in the honky-tonk). This has been fixed svn-id: r27356
2007-06-11Restrict workaround, to prevent regression when inverting conversation ↵Travis Howell
responses in scrolling locations. svn-id: r27340
2007-06-11Implemented Scene::RestoreScene and fixed some animation bugs. Animations ↵Filippos Karapetis
and videos in IHNM should display correctly now svn-id: r27338
2007-06-11Fix for stacked objects in IHNM. It is now possible to interact with the ↵Filippos Karapetis
chalk in Ted's chapter svn-id: r27337
2007-06-10Move hardcoded predictive dictionary name to config manager.Eugene Sandulenko
svn-id: r27315
2007-06-10Remove obsolete testing codeFilippos Karapetis
svn-id: r27306
2007-06-10Don't call getNextItemPtr(), when the result is simply ignored.Travis Howell
svn-id: r27305
2007-06-10An OmniTV cutscene pack, with be provided for Amiga and Macintosh versions ↵Travis Howell
of The Feeble Files. svn-id: r27300
2007-06-10Fixed the opcode number for opp_iconifyWindow(). Regression from cleanup?Torbjörn Andersson
svn-id: r27295
2007-06-10Fix muting music on startup in games, when using non-MIDI music.Travis Howell
svn-id: r27284
2007-06-10Fix toggling music on/off in games, when using non-MIDI music.Travis Howell
svn-id: r27282
2007-06-10Restore DIMP specific timer code.Travis Howell
svn-id: r27277
2007-06-10Fix timer code in Puzzle Pack, to match original speed.Travis Howell
svn-id: r27275
2007-06-10Fixed an incorrect check in Script::finishDialogFilippos Karapetis
svn-id: r27274
2007-06-10Fix load/save regression in Puzzle Pack.Travis Howell
svn-id: r27272
2007-06-10Fix crash via assert, when string for subtitles exists, but is only set to zero.Travis Howell
svn-id: r27270
2007-06-10Fix adjusting music volume in Puzzle Pack games.Travis Howell
svn-id: r27269
2007-06-10Fix single sound effect, failing to play multiple times regression, caused ↵Travis Howell
by changes for PP in the past. svn-id: r27267
2007-06-10Fixed conversations in IHNM. Now, when a dialog option is selected, the ↵Filippos Karapetis
protagonist will say it out properly before we hear the other character's reply. Also, added some more code for sfScriptFade and made it a stub for now, as it still needs work svn-id: r27264
2007-06-09fix IHNM protagonist state loading routine. now Ellen's animations are ↵Andrew Kurushin
showing well svn-id: r27263