aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Expand)Author
2011-01-18GRAPHICS: Add a getSurface() function to JPEG to automatically convert to RGBMatthew Hoops
2011-01-18MOHAWK: Implement the whark response to the red lightMatthew Hoops
2011-01-18MOHAWK: Implement the village part of the left viewer on gspitMatthew Hoops
2011-01-18MOHAWK: Implement xgrviewer so the right viewer on gspit is usableMatthew Hoops
2011-01-17MOHAWK: Implement the Riven pin controlsMatthew Hoops
2011-01-15MOHAWK: Implement Myst's clock tower gears puzzleBastien Bouclet
2011-01-15MOHAWK: Get rid of the DETECT_BRODERBUND_TITLES define.Alyssa Milburn
2011-01-14MOHAWK: Implement Atrus videos in D'niBastien Bouclet
2011-01-14MOHAWK: Implement video looping for Myst's green bookBastien Bouclet
2011-01-14MOHAWK: Simplify some codeMatthew Hoops
2011-01-14MOHAWK: Don't delete the wrong video.Alyssa Milburn
2011-01-14MOHAWK: Fix the beetle animations in RivenMatthew Hoops
2011-01-13MOHAWK: Implement video seeking Myst's rocket link bookBastien Bouclet
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