aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2010-12-01MOHAWK: add stub implementations for more LB script opcodesAlyssa Milburn
svn-id: r54712
2010-12-01MOHAWK: fix LBPaletteItemAlyssa Milburn
svn-id: r54711
2010-12-01MOHAWK: document/handle more LB item dataAlyssa Milburn
svn-id: r54710
2010-12-01MOHAWK: fix LBLiveTextItem drawing for LB 2+Alyssa Milburn
svn-id: r54709
2010-12-01MOHAWK: rename DelayedEventType valuesAlyssa Milburn
svn-id: r54708
2010-12-01MOHAWK: add LBGraphics::copyImageSectionToScreenAlyssa Milburn
svn-id: r54707
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-12-01SCI: Fixed bugs #3041044, #3046543 and #3046513Filippos Karapetis
svn-id: r54690
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-30HUGO: Fix palette issue after restoring a game in H3Arnaud Boutonné
svn-id: r54685
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-30Fix bug #3093750 - FT: Truck and Aircraft computer text missing (regression).Travis Howell
svn-id: r54665
2010-11-30HUGO: Close Memory Leak in PlayMusic() Function.David Turner
svn-id: r54664
2010-11-30SCI: Added an uninitialized read script workaround for QFG1VGAFilippos Karapetis
svn-id: r54663
2010-11-30SCI: Fixed bug #3053093 - "QFG1VGA and QFG3: Text box glitches"Filippos Karapetis
svn-id: r54662
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-30HUGO: Close Two Memory Leaks.David Turner
Note that the first leak is the allocation of the Common::RandomSource, _rnd. I'm not sure of the effect of deallocating this while it is still registered to g_eventRec, but all other engines seem to be the same (or implicitly do this by making a Common::RandomSource member of the engine object) so this is not a engine specific issue, but should be assessed. svn-id: r54659
2010-11-29HUGO: Fix save/load screens, which were always showing slot0 infoArnaud Boutonné
svn-id: r54658
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-29HUGO: Fix assert in H3 Win when displaying the elephant and the planeArnaud Boutonné
svn-id: r54653
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