aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/livingbooks.h
AgeCommit message (Expand)Author
2010-12-11MOHAWK: Improve LB script parsingAlyssa Milburn
2010-12-09MOHAWK: Fix LBPaletteItem to handle variable-size palettesAlyssa Milburn
2010-12-09MOHAWK: Implement LBMovieItemAlyssa 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: Rename LBAction to LBEvent, fix event targetingAlyssa Milburn
2010-12-06MOHAWK: finish kLBSetPlayInfo readingAlyssa 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: 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: tidy up LB hardcoded UI click functions, add poetry mode supportAlyssa Milburn
2010-12-02MOHAWK: implement kLBAnimOpDelayAlyssa 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
2010-11-29MOHAWK: implement hard-coded LB language/options GUIAlyssa Milburn
2010-11-29MOHAWK: implement more of LBLiveTextItemAlyssa Milburn
2010-11-29MOHAWK: read command messages, so LB doesn't just error outAlyssa Milburn
2010-11-29MOHAWK: Divide GType_LIVINGBOOKSV3 into V2 and V3Matthew Hoops
2010-11-29MOHAWK: Set Maggie's Farmyard Adventure as an LB gameMatthew Hoops
2010-11-28MOHAWK: Add basic Living Books support (all credit goes to fuzzie!)Matthew Hoops
2010-11-23MOHAWK: Pass objs by const ref not by valueMax Horn
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-22Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1...Matthew Hoops
2009-12-30MOHAWK: Reduce header interdependenciesMax Horn
2009-12-29Add Mohawk engine code. Part 1/3: main code.Eugene Sandulenko