aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.h
AgeCommit message (Collapse)Author
2012-07-08MOHAWK: Run animations attached to LiveText items.Alyssa Milburn
Should fix bug #3541294.
2012-03-10MOHAWK: Split the graphics classes into their own filesMatthew Hoops
2011-12-08MOHAWK: Stub LB clone command.Alyssa Milburn
2011-12-08MOHAWK: Implement LB getProperty/setProperty.Alyssa Milburn
2011-12-08MOHAWK: LB variables are case-insensitive.Alyssa Milburn
2011-12-08MOHAWK: Name the LB phases, and default to kLBPhaseLoad for v3+.Alyssa Milburn
2011-12-02MOHAWK: Implement LBCode::itemIsLoaded.Alyssa Milburn
2011-12-01MOHAWK: Implement LB move/moveTo.Alyssa Milburn
2011-11-27MOHAWK: Fix LBCode seek/seekToFrame.Alyssa Milburn
2011-11-26MOHAWK: Run kLBEventInit at init time.Alyssa Milburn
2011-11-25MOHAWK: Name/stub some unknown LB item flags.Alyssa Milburn
2011-11-25MOHAWK: Load/unload LB proxies properly.Alyssa Milburn
2011-11-20MOHAWK: Replace _neverEnabled with basic _loaded logic.Alyssa Milburn
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