aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Collapse)Author
2011-01-21MOHAWK: Fix two CSTime cursor shape/state checks.Alyssa Milburn
(Thanks to [md5]/thebluegr.) svn-id: r55371
2011-01-21MOHAWK: Add support for installer files from Riven and other Broderbund gamesMatthew Hoops
svn-id: r55368
2011-01-21MOHAWK: Added a FIXME and fixed a logic bugFilippos Karapetis
svn-id: r55366
2011-01-20MOHAWK: Add CSTime engine.Alyssa Milburn
svn-id: r55362
2011-01-20MOHAWK: Add shared view code.Alyssa Milburn
The design/code here is still very much in flux, because it's still unclear exactly how the code is used by some games. svn-id: r55361
2011-01-19MOHAWK: Don't use a fixed-size array for cue lists.Alyssa Milburn
svn-id: r55335
2011-01-19MOHAWK: Add getSubImageSize function.Alyssa Milburn
svn-id: r55334
2011-01-19MOHAWK: Properly initialize Myst's background SndHandleMatthew Hoops
svn-id: r55331
2011-01-19MOHAWK: Use a separate SndHandle for Myst's background soundMatthew Hoops
svn-id: r55330
2011-01-19MOHAWK: Fix comment in resource.h.Alyssa Milburn
svn-id: r55329
2011-01-19MOHAWK: Add some supporting code for cue lists.Alyssa Milburn
svn-id: r55328
2011-01-19MOHAWK: Cleanup some Riven codeMatthew Hoops
svn-id: r55327
2011-01-18MOHAWK: Rename some Myst-specific sound functions; cleanupMatthew Hoops
svn-id: r55314
2011-01-18MOHAWK: Rename some VideoManager functions so we have some unified naming ↵Matthew Hoops
between versions svn-id: r55312
2011-01-18MOHAWK: Implement channelwood pipe valvesBastien Bouclet
svn-id: r55311
2011-01-18MOHAWK: Add a workaround to prevent a crash when pulling the gears puzzle ↵Bastien Bouclet
reset lever in Myst ME. CL1WLFCH.MOV is not the same for Myst ME and Myst win31. The proper fix will need backwards playing for QT movies. svn-id: r55310
2011-01-18MOHAWK: Add a sanity check to waitUntilMovieEnds()Matthew Hoops
svn-id: r55309
2011-01-18MOHAWK: Add gulls and butterflies to MystBastien Bouclet
svn-id: r55308
2011-01-18MOHAWK: Move Myst's o_quit opcode to the base classMatthew Hoops
svn-id: r55304
2011-01-18MOHAWK: Cleanup wrapMovieFilename()Matthew Hoops
svn-id: r55303
2011-01-18MOHAWK: Fix the gear puzzle in Myst ME MacMatthew Hoops
svn-id: r55302
2011-01-18GRAPHICS: Add a getSurface() function to JPEG to automatically convert to RGBMatthew Hoops
svn-id: r55301
2011-01-18MOHAWK: Implement the whark response to the red lightMatthew Hoops
svn-id: r55300
2011-01-18MOHAWK: Implement the village part of the left viewer on gspitMatthew Hoops
svn-id: r55299
2011-01-18MOHAWK: Implement xgrviewer so the right viewer on gspit is usableMatthew Hoops
svn-id: r55282
2011-01-17MOHAWK: Implement the Riven pin controlsMatthew Hoops
svn-id: r55278
2011-01-15MOHAWK: Implement Myst's clock tower gears puzzleBastien Bouclet
svn-id: r55253
2011-01-15MOHAWK: Get rid of the DETECT_BRODERBUND_TITLES define.Alyssa Milburn
svn-id: r55252
2011-01-14MOHAWK: Implement Atrus videos in D'niBastien Bouclet
svn-id: r55245
2011-01-14MOHAWK: Implement video looping for Myst's green bookBastien Bouclet
svn-id: r55244
2011-01-14MOHAWK: Simplify some codeMatthew Hoops
svn-id: r55242
2011-01-14MOHAWK: Don't delete the wrong video.Alyssa Milburn
svn-id: r55241
2011-01-14MOHAWK: Fix the beetle animations in RivenMatthew Hoops
svn-id: r55240
2011-01-13MOHAWK: Implement video seeking Myst's rocket link bookBastien Bouclet
svn-id: r55230
2011-01-12MOHAWK: Add a basic LBCode implementation.Alyssa Milburn
This is enough for the Rugrats Adventure Game to play the introduction videos, but is still in a very preliminary state. svn-id: r55215
2011-01-11MOHAWK: Cleanup Mohawk wave parsingMatthew Hoops
svn-id: r55212
2011-01-11MOHAWK: Set the system palette on 8bpp videos when in 8bpp modeMatthew Hoops
svn-id: r55210
2011-01-11MOHAWK: Play the right parts of Myst's tower clock bridge movieBastien Bouclet
svn-id: r55209
2011-01-11MOHAWK: Implement Myst imager videos seeking / loopingBastien Bouclet
svn-id: r55208
2011-01-11MOHAWK: Implement Riven's whark number puzzleMatthew Hoops
svn-id: r55207
2011-01-11MOHAWK: Allow for Riven to update specific portions of the screenMatthew Hoops
svn-id: r55206
2011-01-11MOHAWK: Play the telescope moving video (now that seeking is available :))Matthew Hoops
svn-id: r55205
2011-01-11MOHAWK: Adapt the VideoManager to allow for seeking; cleanupMatthew Hoops
svn-id: r55204
2011-01-10MOHAWK: Fix the Myst ME Mac intro and cleanupMatthew Hoops
svn-id: r55196
2011-01-09MOHAWK: Always restart anims on kLBOpTogglePlay.Alyssa Milburn
This may not be the right place for this, but for now it fixes several bugs where animations didn't play after they'd already been played once. svn-id: r55191
2011-01-09MOHAWK: Cleanup named video handlingMatthew Hoops
svn-id: r55188
2011-01-09MOHAWK: Add a stub for Myst var getter 308Bastien Bouclet
svn-id: r55187
2011-01-09MOHAWK: Myst zip mode improvementsBastien Bouclet
- Save visited zip destinations in the game state - Only allow zipping to visited zip destinations - Save zip mode setting in the game state svn-id: r55185
2011-01-09MOHAWK: Implement minimal D'ni stack. Lacking movie control.Bastien Bouclet
svn-id: r55180
2011-01-08MOHAWK: Change Myst credits stack not to use the var storeBastien Bouclet
svn-id: r55170