aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.cpp
AgeCommit message (Expand)Author
2011-03-26MOHAWK: Stub off LB mini gamesMatthew Hoops
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
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
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
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
2011-02-01MOHAWK: Handle some LB script entry params.Alyssa Milburn
2011-02-01MOHAWK: Add LB poetry mode logic to updatePage.Alyssa Milburn
2011-02-01MOHAWK: Remove broken LB anim items stopSound calls.Alyssa Milburn
2011-01-31MOHAWK: LB detection/path updates.Alyssa Milburn
2011-01-31MOHAWK: LB anim sound improvements.Alyssa Milburn
2011-01-30MOHAWK: Handle kLBAnimOpSetTempoDiv better.Alyssa Milburn
2011-01-26MOHAWK: Introduce a new CursorManager for LB v2+ (they do not use exe cursors)Matthew Hoops
2011-01-25MOHAWK: Read kLBEventNotified data after commands.Alyssa Milburn
2011-01-18MOHAWK: Rename some VideoManager functions so we have some unified naming bet...Matthew Hoops
2011-01-12MOHAWK: Add a basic LBCode implementation.Alyssa Milburn
2011-01-09MOHAWK: Always restart anims on kLBOpTogglePlay.Alyssa Milburn
2011-01-08MOHAWK: Set needsRedraw when changing LB palettes.Alyssa Milburn
2011-01-03MOHAWK: Cleanup some spacing, formatting, and namingMatthew Hoops
2010-12-25MOHAWK: LB CD-ROM title prefixes aren't Windows-specificAlyssa Milburn
2010-12-25MOHAWK: detect/load the Rugrats Adventure GameAlyssa Milburn
2010-12-21MOHAWK: Remove sound.h include from resource.hAlyssa Milburn
2010-12-16MOHAWK: Move readString into the LB engine classAlyssa Milburn
2010-12-13MOHAWK: parse LB subentries correctlyAlyssa Milburn
2010-12-13MOHAWK: Use named constants for LB control modesAlyssa Milburn
2010-12-12MOHAWK: Use named constants for LB timing modesAlyssa Milburn
2010-12-12MOHAWK: Handle chained LB commandsAlyssa Milburn
2010-12-12MOHAWK: Handle kLBGlobalDisableAlyssa Milburn
2010-12-12MOHAWK: More work on LB script parsingAlyssa Milburn
2010-12-12MOHAWK: Refactor/improve LB script entry parsingAlyssa Milburn
2010-12-12MOHAWK: Always run kLBEventMouseUpIn, for nowAlyssa Milburn
2010-12-12MOHAWK: Handle LB load phaseAlyssa Milburn
2010-12-12MOHAWK: Skip CD-ROM titles in LB pathsAlyssa Milburn
2010-12-12MOHAWK: parse LB script named targeting modesAlyssa Milburn
2010-12-11MOHAWK: Improve LB script parsingAlyssa Milburn
2010-12-11MOHAWK: Add size check when reading LB messagesAlyssa Milburn
2010-12-11MOHAWK: Add yet more fallbacks for LB page loadingAlyssa Milburn
2010-12-09MOHAWK: Fix LBPaletteItem to handle variable-size palettesAlyssa Milburn
2010-12-09MOHAWK: Implement LBMovieItemAlyssa Milburn
2010-12-09MOHAWK: Don't redraw the screen every frame in LBAlyssa Milburn
2010-12-08MOHAWK: Use named constants for LB opcodes, add warnings when unimplementedAlyssa Milburn