aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.cpp
AgeCommit message (Expand)Author
2019-12-02MOHAWK: Fix Missing Default Switch CasesD G Turner
2018-06-07MOHAWK: Display a GUI error message when no audio devices are availableBastien Bouclet
2018-04-22MOHAWK: LB: Mark a switch fall-trough as intentionalBastien Bouclet
2017-07-22MOHAWK: Get rid of VideoHandleBastien Bouclet
2017-07-03MOHAWK: Allow games to opt out of the default video managerBastien Bouclet
2016-10-09JANITORIAL: Remove trailing spacesEugene Sandulenko
2016-08-11MOHAWK: Allow the games to have a different sound managerBastien Bouclet
2015-07-17MOHAWK: Improve the slashes-in-file-names fixMatthew Hoops
2015-07-17MOHAWK: Move further VideoManager functionality to VideoEntryMatthew Hoops
2015-07-17MOHAWK: Make video handles actual objectsMatthew Hoops
2015-07-07MOHAWK: Fix slashes in LB file names, as used by Just Grandma and Me MacMatthew Hoops
2015-07-05MOHAWK: Document and skip Arthur's Reading Race minigamesMatthew Hoops
2014-02-18MOHAWK: Make GPL headers consistent in themselves.Johannes Schickel
2013-08-08COMMON: Rename ConfigFile to INIFile.Johannes Schickel
2013-06-06MOHAWK: Use addSubDirectoryMatching for LB paths.Alyssa Milburn
2013-04-28MOHAWK: Fix use after free. CID 1002114Eugene Sandulenko
2013-04-19MOHAWK: Try LB subpage 0 if loading subpage 1 fails.Alyssa Milburn
2013-04-19MOHAWK: Allow skipping LB videos, plus other video bits.Alyssa Milburn
2013-04-12MOHAWK: Prevent left mouse click handling if the cursor isn't visible.uruk
2012-07-09MOHAWK: Restart anims when LiveText plays them.Alyssa Milburn
2012-07-08MOHAWK: Play anims for LiveText items *after* the speech.Alyssa Milburn
2012-07-08MOHAWK: Run animations attached to LiveText items.Alyssa Milburn
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
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
2011-06-24MOHAWK: Partial support for newer LB targeting types.Alyssa Milburn
2011-05-25MOHAWK: Fix warning about uninitialized varMax Horn