aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.cpp
AgeCommit message (Expand)Author
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
2010-12-08MOHAWK: Implement/stub more LB 3 notificationsAlyssa Milburn
2010-12-07MOHAWK: Handle LB event-run opcodesAlyssa Milburn
2010-12-07MOHAWK: Run kLBEventMouseTrackIn in handleMouseDownAlyssa Milburn
2010-12-07MOHAWK: Rename LBAction to LBEvent, fix event targetingAlyssa Milburn
2010-12-06MOHAWK: Silenced warningFilippos Karapetis
2010-12-06MOHAWK: fix LBLiveTextItem::handleMouseDownAlyssa Milburn
2010-12-06MOHAWK: finish kLBSetPlayInfo readingAlyssa Milburn
2010-12-05MOHAWK: fix kLBNotifyChangeMode where there's no mode changeAlyssa 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: remove 'internal error' errorsAlyssa 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: fix LB menu mode with subpagesAlyssa Milburn
2010-12-04MOHAWK: fix LiveText items without phrasesAlyssa Milburn
2010-12-04MOHAWK: tidy up LB hardcoded UI click functions, add poetry mode supportAlyssa Milburn
2010-12-02MOHAWK: move shared setPalette/copyImage routines into GraphicsManagerAlyssa Milburn
2010-12-02MOHAWK: implement kLBAnimOpDelayAlyssa Milburn
2010-12-01MOHAWK: add stub implementations for more LB script opcodesAlyssa 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