aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Collapse)Author
2011-02-08MOHAWK: Add detection entry for "Dr Seuss' ABC" Macintosh version.David Turner
svn-id: r55829
2011-02-08MOHAWK: Fix poetry mode for v2 gamesMatthew Hoops
svn-id: r55822
2011-02-08MOHAWK: Add detection for the v2 lbsamplerMatthew Hoops
svn-id: r55821
2011-02-07MOHAWK: Fix MohawkEngine_Myst::runLoadDialogMax Horn
This incorrectly invoked (indirectly) the runModal() method of a SaveLoadChooser, but for that one should use runModalWithPluginAndTarget instead. svn-id: r55816
2011-02-07GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTargetMax Horn
This avoids hiding an overloaded virtual method, which in turn can cause weird bugs (see also the next commit). svn-id: r55815
2011-02-07VIDEO: Replace Video::VideoTimestamp with Audio::TimestampMax Horn
svn-id: r55814
2011-02-07VIDEO: Rename VideoDecoder::load() to loadStream()Max Horn
svn-id: r55810
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
svn-id: r55806
2011-02-02MOHAWK: Fix GCC-3 cast warning.David Turner
Seen with a number of buildbot chains. svn-id: r55718
2011-02-01MOHAWK: Handle a few more LB notify opcodes.Alyssa Milburn
svn-id: r55713
2011-02-01MOHAWK: Handle some LB script entry params.Alyssa Milburn
svn-id: r55712
2011-02-01MOHAWK: Add LB poetry mode logic to updatePage.Alyssa Milburn
svn-id: r55709
2011-02-01MOHAWK: Remove broken LB anim items stopSound calls.Alyssa Milburn
svn-id: r55707
2011-02-01MOHAWK: Allow mode changes from LB's debug console.Alyssa Milburn
svn-id: r55706
2011-02-01MOHAWK: Add detection for the LBSampler v1Matthew Hoops
svn-id: r55704
2011-02-01MOHAWK: Add detection for the Mac LBSampler v3Matthew Hoops
svn-id: r55703
2011-02-01MOHAWK: Add detection for Arthur's Computer AdventureMatthew Hoops
svn-id: r55702
2011-02-01MOHAWK: Add detection for The Berenstain Bears Get in a FightMatthew Hoops
svn-id: r55701
2011-01-31MOHAWK: LB detection/path updates.Alyssa Milburn
Mark the v2.9x games as v3, mark Rugrats as v4, add detection for CarmenTQ and add its install directory to the path. svn-id: r55698
2011-01-31MOHAWK: LB anim sound improvements.Alyssa Milburn
The parent animation now keeps track of sounds, and animations don't emit a done event while their sounds are still playing. svn-id: r55688
2011-01-30MOHAWK: Handle kLBAnimOpSetTempoDiv better.Alyssa Milburn
svn-id: r55668
2011-01-30MOHAWK: Implement Stoneship telescopeBastien Bouclet
svn-id: r55665
2011-01-30MOHAWK: Myst, pass the playback direction from the calling script to the ↵Bastien Bouclet
movie player. svn-id: r55657
2011-01-30MOHAWK: Myst, display a warning when trying to play a movie backwards.Bastien Bouclet
svn-id: r55656
2011-01-30MOHAWK: Implement Stoneship cloud orbsBastien Bouclet
svn-id: r55652
2011-01-29MOHAWK: More Stoneship progress, hologram viewer and drawersBastien Bouclet
svn-id: r55622
2011-01-29MOHAWK: Implement more Stoneship puzzles, up to linking back to MystBastien Bouclet
svn-id: r55612
2011-01-28MOHAWK: Removed direct OSystem Quit calls from Myst Mohawk Interpreter.David Turner
This avoids the same issue that caused leakage in other engines. svn-id: r55584
2011-01-27MOHAWK: Implement Stoneship chest puzzleBastien Bouclet
svn-id: r55577
2011-01-27MOHAWK: Allow videos to be paused individuallyBastien Bouclet
svn-id: r55576
2011-01-27MOHAWK: Add detection for the LB samplerMatthew Hoops
svn-id: r55570
2011-01-26MOHAWK: Introduce a new CursorManager for LB v2+ (they do not use exe cursors)Matthew Hoops
svn-id: r55554
2011-01-26MOHAWK: Detect "The Cat in the Hat".Alyssa Milburn
svn-id: r55543
2011-01-25MOHAWK: Read kLBEventNotified data after commands.Alyssa Milburn
This fixes some pages in Maggie's Farmyard Adventure, at least. Thanks to clone2727 for testing this. svn-id: r55538
2011-01-24MOHAWK: Improve support for installer archives (partial directory support)Matthew Hoops
svn-id: r55506
2011-01-24MOHAWK: Fix Gehn's music player when clicking on it the first time (thanks, ↵Matthew Hoops
digitall) svn-id: r55495
2011-01-24MOHAWK: Properly initialize the bspit-gspit magcar variables (thanks, digitall)Matthew Hoops
svn-id: r55494
2011-01-24MOHAWK: Recheck the current hotspot if a script has changed the enabled ↵Matthew Hoops
hotspots in Riven svn-id: r55493
2011-01-23MOHAWK: Fixed possible use of uninitialized variables in Myst Selenitic Age ↵David Turner
code. svn-id: r55486
2011-01-23MOHAWK: Fix the Riven demo intro sequence (a regression from r55188)Matthew Hoops
svn-id: r55484
2011-01-23VIDEO: Move video classes to Video:: namespaceEugene Sandulenko
svn-id: r55479
2011-01-23GRAPHICS: Move graphics/video/ to video/. Step 1/2Eugene Sandulenko
svn-id: r55473
2011-01-23MOHAWK: Detect CSTime demo (thanks to Strangerke for finding it).Alyssa Milburn
svn-id: r55470
2011-01-23MOHAWK: Implement Riven's stopSound() and fadeAmbientSounds() opcodesMatthew Hoops
svn-id: r55460
2011-01-23MOHAWK: Do not stop ambient sounds when finding no matching Riven SLST indexMatthew Hoops
This fixes the ambient sounds in the Rebel Tunnel puzzle and Temple Island maglev among other places. svn-id: r55459
2011-01-23MOHAWK: Enable the Riven easter egg shortcutMatthew Hoops
svn-id: r55458
2011-01-23MOHAWK: Cleanup Riven opcode 12 (now known as stopSound())Matthew Hoops
svn-id: r55457
2011-01-22MOHAWK: Add hardcoded help code for case 1.Alyssa Milburn
svn-id: r55448
2011-01-22MOHAWK: Implement CSTime help system.Alyssa Milburn
svn-id: r55447
2011-01-22MOHAWK: Minor CSTimeChar bugfixes.Alyssa Milburn
svn-id: r55446