aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.cpp
AgeCommit message (Collapse)Author
2012-07-09MOHAWK: Restart anims when LiveText plays them.Alyssa Milburn
2012-07-08MOHAWK: Play anims for LiveText items *after* the speech.Alyssa Milburn
Another attempt at fixing bug #3541294.
2012-07-08MOHAWK: Run animations attached to LiveText items.Alyssa Milburn
Should fix bug #3541294.
2012-02-11MOHAWK: Avoid warningWillem Jan Palenstijn
2011-12-08MOHAWK: Stub LB clone command.Alyssa Milburn
2011-12-08MOHAWK: Name the LB phases, and default to kLBPhaseLoad for v3+.Alyssa Milburn
2011-12-01MOHAWK: Implement LB move/moveTo.Alyssa Milburn
2011-12-01MOHAWK: Fix kLBOpBreakExpression.Alyssa Milburn
2011-12-01MOHAWK: Run LB load-time scripts properly.Alyssa Milburn
2011-11-27MOHAWK: Fix LBCode seek/seekToFrame.Alyssa Milburn
2011-11-26MOHAWK: Add Rugrats subfolders to the path too.Alyssa Milburn
2011-11-26MOHAWK: Run kLBEventInit at init time.Alyssa Milburn
2011-11-26MOHAWK: Handle globals from the LB book info file.Alyssa Milburn
2011-11-26MOHAWK: Start the LB load phase at load 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: Implement kLBOpLoad, kLBOpUnload.Alyssa Milburn
2011-11-20MOHAWK: Replace _neverEnabled with basic _loaded logic.Alyssa Milburn
2011-11-20MOHAWK: Draw LB items in sorted order.Alyssa Milburn
2011-07-07MOHAWK: Handle cursor changes in kLBNotifyChangeMode.Alyssa Milburn
2011-07-07MOHAWK: Maintain ordered list of LB items.Alyssa Milburn
2011-07-02MOHAWK: Always create a code object for every LBPage.Alyssa Milburn
2011-07-02MOHAWK: Use LBCode instead of running scripts in LBItem.Alyssa Milburn
2011-06-28MOHAWK: Don't leak bitlStream (spotted by clone2727).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: Better sanity checks in LB scripting.Alyssa Milburn
2011-06-28MOHAWK: Handle kLBOpRunData properly.Alyssa Milburn
2011-06-28MOHAWK: Make LB's readString/readRect more generic.Alyssa Milburn
2011-06-25MOHAWK: Don't crash when getting odd types from LB target expressions.Alyssa Milburn
(Thanks to [md5] for pointing it out.)
2011-06-24MOHAWK: Partial support for newer LB targeting types.Alyssa Milburn
2011-05-25MOHAWK: Fix warning about uninitialized varMax Horn
2011-05-17COMMON: Registers RandomSources in constructor with the event recorderMax Horn
This also removes the dependency of engines on the event recorder header and API, and will make it easier to RandomSources that are not properly registered.
2011-05-13MOHAWK: Add/improve LB debug output a little.Alyssa Milburn
2011-05-13MOHAWK: Add basic LBProxyItem support.Alyssa Milburn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-04-22MOHAWK: Silence MSVC warning (bug #3290528)Littleboy
2011-04-13MOHAWK: Stupid padding fix.Alyssa Milburn
2011-04-09MOHAWK: Move per-page data into LBPage.Alyssa Milburn
2011-04-07MOHAWK: Add getItemByName for LB.Alyssa Milburn
2011-04-07MOHAWK: Support LB script flow control.Alyssa Milburn
2011-04-07MOHAWK: Replace most of the LBCode interpreter.Alyssa Milburn
2011-04-07MOHAWK: Handle alignment byte for some targeting modes.Alyssa Milburn
2011-04-02MOHAWK: Fix issues with LB's hardcoded UI logic.Alyssa Milburn
2011-04-02MOHAWK: Minor grammar fixMatthew Hoops
2011-04-01MOHAWK: Handle waiting for sound cues in LBAnimation.Alyssa Milburn
2011-03-31MOHAWK: Add/update some LB debug/warning stuff.Alyssa Milburn
2011-03-31MOHAWK: Tweaks to LBAnimationItem::setEnabled.Alyssa Milburn
2011-03-31MOHAWK: Update LBAnimationItem running state when anim is done.Alyssa Milburn
2011-03-31MOHAWK: Toggle the post-intro LB menu anim at the right time.Alyssa Milburn