aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.h
AgeCommit message (Collapse)Author
2011-08-06ALL: Reduce audio/ header dependencyEugene Sandulenko
2011-07-09MOHAWK: Silence MSVC warningsFilippos Karapetis
2011-07-07MOHAWK: Handle cursor changes in kLBNotifyChangeMode.Alyssa Milburn
2011-07-07MOHAWK: Maintain ordered list of LB items.Alyssa Milburn
2011-07-03MOHAWK: Fix build.Alyssa Milburn
2011-07-02MOHAWK: Use LBCode instead of running scripts in LBItem.Alyssa Milburn
2011-06-28MOHAWK: Rework archive handlingMatthew Hoops
A new base class has been introduced (aptly named "Archive"), which is much cleaner than inheriting from MohawkArchive. In addition, the underlying resource retrieving code has been merged to reduce dupliplication.
2011-06-28MOHAWK: Handle kLBOpRunData properly.Alyssa Milburn
2011-06-28MOHAWK: Make LB's readString/readRect more generic.Alyssa Milburn
2011-06-24MOHAWK: Partial support for newer LB targeting types.Alyssa Milburn
2011-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-05-13MOHAWK: Add basic LBProxyItem support.Alyssa Milburn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-11MOHAWK: Add Default Values to LB NotifyEvent Constructor.D G Turner
This silences a number of warnings about possible uninitialized parameter use.
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
greeneggs can now continue to completion in 'play' mode
2011-02-13MOHAWK: Add support for Mac LB v2 gamesMatthew Hoops
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850
2011-02-01MOHAWK: Handle some LB script entry params.Alyssa Milburn
svn-id: r55712
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-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
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 kLBGlobalDisableAlyssa Milburn
svn-id: r54893
2010-12-12MOHAWK: Refactor/improve LB script entry parsingAlyssa Milburn
svn-id: r54888
2010-12-11MOHAWK: Improve LB script parsingAlyssa Milburn
svn-id: r54871
2010-12-09MOHAWK: Fix LBPaletteItem to handle variable-size palettesAlyssa Milburn
svn-id: r54846
2010-12-09MOHAWK: Implement LBMovieItemAlyssa Milburn
svn-id: r54845
2010-12-08MOHAWK: Use named constants for LB opcodes, add warnings when unimplementedAlyssa Milburn
svn-id: r54833
2010-12-08MOHAWK: Implement/stub more LB 3 notificationsAlyssa Milburn
svn-id: r54832
2010-12-07MOHAWK: Rename LBAction to LBEvent, fix event targetingAlyssa Milburn
svn-id: r54823
2010-12-06MOHAWK: finish kLBSetPlayInfo readingAlyssa Milburn
svn-id: r54797
2010-12-05MOHAWK: implement kLBNotifyChangeModeAlyssa Milburn
svn-id: r54794
2010-12-05MOHAWK: improve LBPaletteItem supportAlyssa Milburn
svn-id: r54793
2010-12-05MOHAWK: handle LB 2/3 kLBNotifyChangeMode, kLBActionNotified matchingAlyssa Milburn
svn-id: r54792
2010-12-05MOHAWK: handle -1 phase for LB 2/3 itemsAlyssa Milburn
svn-id: r54791
2010-12-05MOHAWK: read and use LB 2/3 conditions/commandsAlyssa Milburn
svn-id: r54778