aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Expand)Author
2010-12-01MOHAWK: Split makingof and preview opcodes into their own class (and now all ...Matthew Hoops
2010-12-01MOHAWK: Implement maze runner backtrack button. Last part of Selenitic comple...Bastien Bouclet
2010-12-01MOHAWK: add stub implementations for more LB script opcodesAlyssa Milburn
2010-12-01MOHAWK: fix LBPaletteItemAlyssa Milburn
2010-12-01MOHAWK: document/handle more LB item dataAlyssa Milburn
2010-12-01MOHAWK: fix LBLiveTextItem drawing for LB 2+Alyssa Milburn
2010-12-01MOHAWK: rename DelayedEventType valuesAlyssa Milburn
2010-12-01MOHAWK: add LBGraphics::copyImageSectionToScreenAlyssa Milburn
2010-12-01MOHAWK: Split intro and demo opcodes into their own classesMatthew Hoops
2010-12-01MOHAWK: Split the demo slideshow opcodes into their own classMatthew Hoops
2010-12-01MOHAWK: Rename the Myst stack/card link mapsMatthew Hoops
2010-12-01MOHAWK: Split d'ni opcodes into their own classMatthew Hoops
2010-12-01MOHAWK: Downgrade the Myst unknown op error to a warning as new ones have bee...Matthew Hoops
2010-12-01MOHAWK: Cleanup Myst opcode handling and reduce code duplicationMatthew Hoops
2010-12-01MOHAWK: Split mechanical opcodes into their own classMatthew Hoops
2010-12-01MOHAWK: Split channelwood opcodes into their own classMatthew Hoops
2010-11-30MOHAWK: Split out stoneship opcodes into their own classMatthew Hoops
2010-11-30MOHAWK: add changePage Living Books debug commandAlyssa Milburn
2010-11-30MOHAWK: add tryDefaultPage/tryPageStart/prevPage helpersAlyssa Milburn
2010-11-30MOHAWK: Set the maze runner initial direction. Remove a hack that is not need...Bastien Bouclet
2010-11-30MOHAWK: Fix for Valgrind uninit reads in Myst Script Parser.David Turner
2010-11-30MOHAWK: Have the Myst book appear in the intro againMatthew Hoops
2010-11-30MOHAWK: some LBSoundItem fixesAlyssa Milburn
2010-11-30MOHAWK: One last getRawData() to getResource() renameMatthew Hoops
2010-11-30MOHAWK: Fix the Myst fireplaceMatthew Hoops
2010-11-30MOHAWK: Split Myst credits code into a separate classMatthew Hoops
2010-11-30MOHAWK: Fix changing the stack via an opcodeMatthew Hoops
2010-11-30MOHAWK: fix LB playback seek behaviourAlyssa Milburn
2010-11-30MOHAWK: tidy up LBLiveTextItem codeAlyssa Milburn
2010-11-30MOHAWK: fix LBAnimation start/seek behaviourAlyssa Milburn
2010-11-30MOHAWK: Remove leftover Selenitic code from the Myst stackMatthew Hoops
2010-11-30MOHAWK: Fill in missing detector details (as per FIXME)Scott Thomas
2010-11-30MOHAWK: don't include livingbooks.h from graphics.hAlyssa Milburn
2010-11-30MOHAWK: don't try reading non-existent messagesAlyssa Milburn
2010-11-30MOHAWK: silence harmless case of a LB warningAlyssa Milburn
2010-11-29MOHAWK: implement hardcoded Living Books 1.0 codeAlyssa Milburn
2010-11-29MOHAWK: implement hard-coded LB language/options GUIAlyssa Milburn
2010-11-29MOHAWK: don't start animations in LBAnimation::seekAlyssa Milburn
2010-11-29MOHAWK: Silence warningsFilippos Karapetis
2010-11-29MOHAWK: move GF_NO_READONLY check to after actual page loadAlyssa Milburn
2010-11-29MOHAWK: implement more of LBLiveTextItemAlyssa Milburn
2010-11-29MOHAWK: read command messages, so LB doesn't just error outAlyssa Milburn
2010-11-29MOHAWK: Move Myst stack-specific code to its own directoryMatthew Hoops
2010-11-29MOHAWK: Don't store the sound name in SndHandleMatthew Hoops
2010-11-29MOHAWK: Remove superfluous junk (no not Mohawk itself).Johannes Schickel
2010-11-29MOHAWK: Misc cleanupsBastien Bouclet
2010-11-29MOHAWK: Set the initial stack back to the introBastien Bouclet
2010-11-29MOHAWK: Play videos when the maze runner moves.Bastien Bouclet
2010-11-29MOHAWK: Add Selenitic opcode 101, maze runner sound help.Bastien Bouclet
2010-11-29MOHAWK: Minimal implementation of the maze runner. Selenitic is now completable.Bastien Bouclet