aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.cpp
AgeCommit message (Collapse)Author
2011-03-30MOHAWK: Parse LB page options from the outline.Alyssa Milburn
2011-03-30MOHAWK: Use tryLoadPageStart where needed in LB.Alyssa Milburn
2011-03-29MOHAWK: Check isAmbient in LB sound priority code.Alyssa Milburn
2011-03-29MOHAWK: Looks like LBAnimation ignores sound priorities after all.Alyssa Milburn
2011-03-29MOHAWK: Only stop the last-played sound in LB's playSound.Alyssa Milburn
This might need a version check, but seems to be fine without.
2011-03-29MOHAWK: Stop playing LB anim sounds on seek().Alyssa Milburn
2011-03-29MOHAWK: Fix priority check in LB's lockSound().Alyssa Milburn
2011-03-29MOHAWK: Handle LB item sound priorities.Alyssa Milburn
2011-03-29MOHAWK: Destroying an LBGroupItem destroys the whole group.Alyssa Milburn
2011-03-29MOHAWK: Don't fail to delete consecutive items.Alyssa Milburn
2011-03-29MOHAWK: Fix LB debug message to use the right name.Alyssa Milburn
2011-03-26MOHAWK: Stub off LB mini gamesMatthew Hoops
greeneggs can now continue to completion in 'play' mode
2011-03-16MOHAWK: Warn only when anims reference named sound files.Alyssa Milburn
2011-03-11MOHAWK: Don't warn about odd LB version record sizes.Alyssa Milburn
2011-03-11MOHAWK: Seek to first frame on kLBOpRewind.Alyssa Milburn
This might need some further thought when implementing more complex seeking for the later games, but works for now.
2011-03-11MOHAWK: Fix intro finish notify in LB poetry mode.Alyssa Milburn
2011-02-20MOHAWK: Don't display LiveText phrases too early.Alyssa Milburn
2011-02-20MOHAWK: Make LBLiveTextItem call done() when finished.Alyssa Milburn
2011-02-20MOHAWK: Fix kLBAutoSync notifies.Alyssa Milburn
2011-02-20MOHAWK: A zero matchFrom matches everything.Alyssa Milburn
2011-02-20MOHAWK: Ignore out-of-bounds LB words.Alyssa Milburn
2011-02-20MOHAWK: Fix LB palettes which don't start at 0.Alyssa Milburn
(Thanks to LordHoto for pointing out this was crazy.)
2011-02-19MOHAWK: Update LBPaletteItem for RGB palettes.Alyssa Milburn
2011-02-13MOHAWK: Add support for Mac LB v2 gamesMatthew Hoops
2011-02-08MOHAWK: Fix poetry mode for v2 gamesMatthew Hoops
svn-id: r55822
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
svn-id: r55806
2011-02-01MOHAWK: Handle some LB script entry params.Alyssa Milburn
svn-id: r55712
2011-02-01MOHAWK: Add LB poetry mode logic to updatePage.Alyssa Milburn
svn-id: r55709
2011-02-01MOHAWK: Remove broken LB anim items stopSound calls.Alyssa Milburn
svn-id: r55707
2011-01-31MOHAWK: LB detection/path updates.Alyssa Milburn
Mark the v2.9x games as v3, mark Rugrats as v4, add detection for CarmenTQ and add its install directory to the path. svn-id: r55698
2011-01-31MOHAWK: LB anim sound improvements.Alyssa Milburn
The parent animation now keeps track of sounds, and animations don't emit a done event while their sounds are still playing. svn-id: r55688
2011-01-30MOHAWK: Handle kLBAnimOpSetTempoDiv better.Alyssa Milburn
svn-id: r55668
2011-01-26MOHAWK: Introduce a new CursorManager for LB v2+ (they do not use exe cursors)Matthew Hoops
svn-id: r55554
2011-01-25MOHAWK: Read kLBEventNotified data after commands.Alyssa Milburn
This fixes some pages in Maggie's Farmyard Adventure, at least. Thanks to clone2727 for testing this. svn-id: r55538
2011-01-18MOHAWK: Rename some VideoManager functions so we have some unified naming ↵Matthew Hoops
between versions svn-id: r55312
2011-01-12MOHAWK: Add a basic LBCode implementation.Alyssa Milburn
This is enough for the Rugrats Adventure Game to play the introduction videos, but is still in a very preliminary state. svn-id: r55215
2011-01-09MOHAWK: Always restart anims on kLBOpTogglePlay.Alyssa Milburn
This may not be the right place for this, but for now it fixes several bugs where animations didn't play after they'd already been played once. svn-id: r55191
2011-01-08MOHAWK: Set needsRedraw when changing LB palettes.Alyssa Milburn
svn-id: r55169
2011-01-03MOHAWK: Cleanup some spacing, formatting, and namingMatthew Hoops
svn-id: r55109
2010-12-25MOHAWK: LB CD-ROM title prefixes aren't Windows-specificAlyssa Milburn
svn-id: r55036
2010-12-25MOHAWK: detect/load the Rugrats Adventure GameAlyssa Milburn
svn-id: r55035
2010-12-21MOHAWK: Remove sound.h include from resource.hAlyssa Milburn
svn-id: r54988
2010-12-16MOHAWK: Move readString into the LB engine classAlyssa Milburn
svn-id: r54935
2010-12-13MOHAWK: parse LB subentries correctlyAlyssa Milburn
svn-id: r54901
2010-12-13MOHAWK: Use named constants for LB control modesAlyssa Milburn
svn-id: r54897
2010-12-12MOHAWK: Use named constants for LB timing modesAlyssa Milburn
svn-id: r54896
2010-12-12MOHAWK: Handle chained LB commandsAlyssa Milburn
svn-id: r54895
2010-12-12MOHAWK: Handle kLBGlobalDisableAlyssa Milburn
svn-id: r54893
2010-12-12MOHAWK: More work on LB script parsingAlyssa Milburn
svn-id: r54892
2010-12-12MOHAWK: Refactor/improve LB script entry parsingAlyssa Milburn
svn-id: r54888