aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.h
AgeCommit message (Expand)Author
2011-04-11MOHAWK: Add Default Values to LB NotifyEvent Constructor.D G Turner
2011-04-09MOHAWK: Move per-page data into LBPage.Alyssa Milburn
2011-04-07MOHAWK: Add some more LBValue helpers.Alyssa Milburn
2011-04-07MOHAWK: Add getItemByName for LB.Alyssa Milburn
2011-04-07MOHAWK: Support LB script flow control.Alyssa Milburn
2011-04-01MOHAWK: Handle waiting for sound cues in LBAnimation.Alyssa Milburn
2011-03-31MOHAWK: Implement kLBSetHitTest.Alyssa Milburn
2011-03-31MOHAWK: Nicer names/info for some LB data.Alyssa Milburn
2011-03-30MOHAWK: Parse LB page options from the outline.Alyssa Milburn
2011-03-29MOHAWK: Check isAmbient in LB sound priority code.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-26MOHAWK: Stub off LB mini gamesMatthew Hoops
2011-02-13MOHAWK: Add support for Mac LB v2 gamesMatthew Hoops
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
2011-02-01MOHAWK: Handle some LB script entry params.Alyssa Milburn
2011-01-31MOHAWK: LB anim sound improvements.Alyssa Milburn
2011-01-30MOHAWK: Handle kLBAnimOpSetTempoDiv better.Alyssa Milburn
2011-01-12MOHAWK: Add a basic LBCode implementation.Alyssa 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 kLBGlobalDisableAlyssa Milburn
2010-12-12MOHAWK: Refactor/improve LB script entry parsingAlyssa Milburn
2010-12-11MOHAWK: Improve LB script parsingAlyssa Milburn
2010-12-09MOHAWK: Fix LBPaletteItem to handle variable-size palettesAlyssa Milburn
2010-12-09MOHAWK: Implement LBMovieItemAlyssa Milburn
2010-12-08MOHAWK: Use named constants for LB opcodes, add warnings when unimplementedAlyssa Milburn
2010-12-08MOHAWK: Implement/stub more LB 3 notificationsAlyssa Milburn
2010-12-07MOHAWK: Rename LBAction to LBEvent, fix event targetingAlyssa Milburn
2010-12-06MOHAWK: finish kLBSetPlayInfo readingAlyssa Milburn
2010-12-05MOHAWK: implement kLBNotifyChangeModeAlyssa Milburn
2010-12-05MOHAWK: improve LBPaletteItem supportAlyssa Milburn
2010-12-05MOHAWK: handle LB 2/3 kLBNotifyChangeMode, kLBActionNotified matchingAlyssa Milburn
2010-12-05MOHAWK: handle -1 phase for LB 2/3 itemsAlyssa Milburn
2010-12-05MOHAWK: read and use LB 2/3 conditions/commandsAlyssa Milburn
2010-12-05MOHAWK: add runCommand/checkCondition routines for LB 2/3Alyssa Milburn
2010-12-04MOHAWK: implement setGlobalEnable and setGlobalVisible for LBAlyssa Milburn
2010-12-04MOHAWK: tidy up LB hardcoded UI click functions, add poetry mode supportAlyssa Milburn
2010-12-02MOHAWK: implement kLBAnimOpDelayAlyssa 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-11-30MOHAWK: add tryDefaultPage/tryPageStart/prevPage helpersAlyssa Milburn
2010-11-30MOHAWK: some LBSoundItem fixesAlyssa Milburn
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