aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Expand)Author
2011-01-12MOHAWK: Add a basic LBCode implementation.Alyssa Milburn
2011-01-11MOHAWK: Cleanup Mohawk wave parsingMatthew Hoops
2011-01-11MOHAWK: Set the system palette on 8bpp videos when in 8bpp modeMatthew Hoops
2011-01-11MOHAWK: Play the right parts of Myst's tower clock bridge movieBastien Bouclet
2011-01-11MOHAWK: Implement Myst imager videos seeking / loopingBastien Bouclet
2011-01-11MOHAWK: Implement Riven's whark number puzzleMatthew Hoops
2011-01-11MOHAWK: Allow for Riven to update specific portions of the screenMatthew Hoops
2011-01-11MOHAWK: Play the telescope moving video (now that seeking is available :))Matthew Hoops
2011-01-11MOHAWK: Adapt the VideoManager to allow for seeking; cleanupMatthew Hoops
2011-01-10MOHAWK: Fix the Myst ME Mac intro and cleanupMatthew Hoops
2011-01-09MOHAWK: Always restart anims on kLBOpTogglePlay.Alyssa Milburn
2011-01-09MOHAWK: Cleanup named video handlingMatthew Hoops
2011-01-09MOHAWK: Add a stub for Myst var getter 308Bastien Bouclet
2011-01-09MOHAWK: Myst zip mode improvementsBastien Bouclet
2011-01-09MOHAWK: Implement minimal D'ni stack. Lacking movie control.Bastien Bouclet
2011-01-08MOHAWK: Change Myst credits stack not to use the var storeBastien Bouclet
2011-01-08MOHAWK: Set needsRedraw when changing LB palettes.Alyssa Milburn
2011-01-08MOHAWK: Changed Myst intro stack to behave like the original. ie fully skippa...Bastien Bouclet
2011-01-07MOHAWK: Merge Myst intro opcode 100 with generic opcode 40 into engine method...Bastien Bouclet
2011-01-03MOHAWK: Add stopMidi() function.Alyssa Milburn
2011-01-03MOHAWK: Add game type/detection for CSTime.Alyssa Milburn
2011-01-03MOHAWK: Add/update some resource FourCC entries.Alyssa Milburn
2011-01-03MOHAWK: Use integer math where floating point isn't requiredMatthew Hoops
2011-01-03MOHAWK: Cleanup some spacing, formatting, and namingMatthew Hoops
2011-01-03MOHAWK: Silence a gcc warningMatthew Hoops
2011-01-03MOHAWK: Implement Myst opcodes 133, Stellar observatory go buttonBastien Bouclet
2011-01-02MOHAWK: Implement Myst opcodes 134 to 137, and 170 to 177, Stellar observator...Bastien Bouclet
2011-01-02MOHAWK: Don't leak the MIDI data.Alyssa Milburn
2011-01-02MOHAWK: Don't delete the MIDI driver before the parser.Alyssa Milburn
2011-01-02MOHAWK: Fix checking Myst rocket sound puzzle before moving all the sliders.Bastien Bouclet
2010-12-31MOHAWK: Minor Correction to Graphics Debug Output.David Turner
2010-12-30MOHAWK: Implement Myst opcodes 129 to 132, and 192 to 197, Stellar observator...Bastien Bouclet
2010-12-29MOHAWK: Implement Myst opcode 214, Stellar observatory initializationBastien Bouclet
2010-12-26MOHAWK: Move myst_saveload.* to myst_state.*Matthew Hoops
2010-12-26MOHAWK: Fix a typoMatthew Hoops
2010-12-26MOHAWK: Merge classes MystVariables and MystSaveLoad to form MystGameStateBastien Bouclet
2010-12-25MOHAWK: Add subimage drawing/caching codeAlyssa Milburn
2010-12-25MOHAWK: detect the European versions of ZoombinisAlyssa Milburn
2010-12-25MOHAWK: LB CD-ROM title prefixes aren't Windows-specificAlyssa Milburn
2010-12-25MOHAWK: detect/load the Rugrats Adventure GameAlyssa Milburn
2010-12-24MOHAWK: Fix playing sound from aliases in Myst ME.Bastien Bouclet
2010-12-24MOHAWK: Fix Myst's combination book pages drawing at the bottom of the screen.Bastien Bouclet
2010-12-22MOHAWK: Add Framework getVar() code to Myst Credits Stack Script Parser.David Turner
2010-12-22MOHAWK: Add Framework getVar() code to Myst D'ni Age Script Parser.David Turner
2010-12-22MOHAWK: Add further getVar() code to Myst Channelwood Age Script Parser.David Turner
2010-12-22MOHAWK: Add Framework of getVar(), setVar() and toggleVar() to Myst Channelwo...David Turner
2010-12-21MOHAWK: Add Framework of getVar(), setVar() and toggleVar() to Myst Mechanica...David Turner
2010-12-21MOHAWK: Remove unused variables warnings introduced in r54982.David Turner
2010-12-21MOHAWK: Support compound images (subimages)Alyssa Milburn
2010-12-21MOHAWK: Remove sound.h include from resource.hAlyssa Milburn