aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk
AgeCommit message (Collapse)Author
2010-12-01MOHAWK: Split intro and demo opcodes into their own classesMatthew Hoops
svn-id: r54706
2010-12-01MOHAWK: Split the demo slideshow opcodes into their own classMatthew Hoops
svn-id: r54705
2010-12-01MOHAWK: Rename the Myst stack/card link mapsMatthew Hoops
svn-id: r54702
2010-12-01MOHAWK: Split d'ni opcodes into their own classMatthew Hoops
svn-id: r54699
2010-12-01MOHAWK: Downgrade the Myst unknown op error to a warning as new ones have ↵Matthew Hoops
been uncovered svn-id: r54694
2010-12-01MOHAWK: Cleanup Myst opcode handling and reduce code duplicationMatthew Hoops
svn-id: r54693
2010-12-01MOHAWK: Split mechanical opcodes into their own classMatthew Hoops
svn-id: r54692
2010-12-01MOHAWK: Split channelwood opcodes into their own classMatthew Hoops
svn-id: r54691
2010-11-30MOHAWK: Split out stoneship opcodes into their own classMatthew Hoops
svn-id: r54689
2010-11-30MOHAWK: add changePage Living Books debug commandAlyssa Milburn
svn-id: r54688
2010-11-30MOHAWK: add tryDefaultPage/tryPageStart/prevPage helpersAlyssa Milburn
svn-id: r54687
2010-11-30MOHAWK: Set the maze runner initial direction. Remove a hack that is not ↵Bastien Bouclet
needed anymore thanks to keeping the old stack when changing stack. svn-id: r54686
2010-11-30MOHAWK: Fix for Valgrind uninit reads in Myst Script Parser.David Turner
svn-id: r54683
2010-11-30MOHAWK: Have the Myst book appear in the intro againMatthew Hoops
svn-id: r54682
2010-11-30MOHAWK: some LBSoundItem fixesAlyssa Milburn
svn-id: r54680
2010-11-30MOHAWK: One last getRawData() to getResource() renameMatthew Hoops
svn-id: r54679
2010-11-30MOHAWK: Fix the Myst fireplaceMatthew Hoops
svn-id: r54678
2010-11-30MOHAWK: Split Myst credits code into a separate classMatthew Hoops
svn-id: r54677
2010-11-30MOHAWK: Fix changing the stack via an opcodeMatthew Hoops
svn-id: r54676
2010-11-30MOHAWK: fix LB playback seek behaviourAlyssa Milburn
svn-id: r54675
2010-11-30MOHAWK: tidy up LBLiveTextItem codeAlyssa Milburn
svn-id: r54674
2010-11-30MOHAWK: fix LBAnimation start/seek behaviourAlyssa Milburn
svn-id: r54673
2010-11-30MOHAWK: Remove leftover Selenitic code from the Myst stackMatthew Hoops
svn-id: r54672
2010-11-30MOHAWK: Fill in missing detector details (as per FIXME)Scott Thomas
svn-id: r54671
2010-11-30MOHAWK: don't include livingbooks.h from graphics.hAlyssa Milburn
svn-id: r54670
2010-11-30MOHAWK: don't try reading non-existent messagesAlyssa Milburn
svn-id: r54661
2010-11-30MOHAWK: silence harmless case of a LB warningAlyssa Milburn
svn-id: r54660
2010-11-29MOHAWK: implement hardcoded Living Books 1.0 codeAlyssa Milburn
svn-id: r54657
2010-11-29MOHAWK: implement hard-coded LB language/options GUIAlyssa Milburn
svn-id: r54656
2010-11-29MOHAWK: don't start animations in LBAnimation::seekAlyssa Milburn
svn-id: r54655
2010-11-29MOHAWK: Silence warningsFilippos Karapetis
svn-id: r54654
2010-11-29MOHAWK: move GF_NO_READONLY check to after actual page loadAlyssa Milburn
svn-id: r54652
2010-11-29MOHAWK: implement more of LBLiveTextItemAlyssa Milburn
svn-id: r54651
2010-11-29MOHAWK: read command messages, so LB doesn't just error outAlyssa Milburn
svn-id: r54650
2010-11-29MOHAWK: Move Myst stack-specific code to its own directoryMatthew Hoops
svn-id: r54648
2010-11-29MOHAWK: Don't store the sound name in SndHandleMatthew Hoops
svn-id: r54647
2010-11-29MOHAWK: Remove superfluous junk (no not Mohawk itself).Johannes Schickel
svn-id: r54646
2010-11-29MOHAWK: Misc cleanupsBastien Bouclet
svn-id: r54645
2010-11-29MOHAWK: Set the initial stack back to the introBastien Bouclet
svn-id: r54644
2010-11-29MOHAWK: Play videos when the maze runner moves.Bastien Bouclet
svn-id: r54643
2010-11-29MOHAWK: Add Selenitic opcode 101, maze runner sound help.Bastien Bouclet
svn-id: r54642
2010-11-29MOHAWK: Minimal implementation of the maze runner. Selenitic is now completable.Bastien Bouclet
svn-id: r54641
2010-11-29MOHAWK: Implement Selenitic maze runner init opcodes 200, 201, 202, 205, 206Bastien Bouclet
svn-id: r54640
2010-11-29MOHAWK: Implement retrieving the invoking resource from data for init and ↵Bastien Bouclet
exit scripts. svn-id: r54639
2010-11-29MOHAWK: Implement selenitic opcode 110 used for the maze runner exit logic.Bastien Bouclet
svn-id: r54638
2010-11-29MOHAWK: Complete the list of stack / start cards.Bastien Bouclet
Fix linking back from another age. svn-id: r54637
2010-11-29MOHAWK: Preinitialise saved card id for use when linking back to Myst from ↵Bastien Bouclet
an other age. svn-id: r54636
2010-11-29MOHAWK: Fix drawing the last step of an animated updateBastien Bouclet
svn-id: r54635
2010-11-29MOHAWK: Create constants for remaining Myst resource typesBastien Bouclet
svn-id: r54634
2010-11-29MOHAWK: Persistent scripts cleanupBastien Bouclet
- Rename InitOpcodes / PersistentOpcodes to Persistent Scripts for consistency - Get rid of the global var used to tell if the sound receiver script is running svn-id: r54633