aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/console.cpp
AgeCommit message (Expand)Author
2011-01-07MOHAWK: Merge Myst intro opcode 100 with generic opcode 40 into engine method...Bastien Bouclet
2010-12-18MOHAWK: Separate background sound handling from other sounds for Myst. Allow ...Bastien Bouclet
2010-12-16MOHAWK: Added the "resources" command to Myst's debug console, which lists th...Bastien Bouclet
2010-12-14MOHAWK: Rework Myst GFX updatesBastien Bouclet
2010-12-10MOHAWK: Fix the Myst drawImage debug commandMatthew Hoops
2010-12-07DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engineMax Horn
2010-12-02MOHAWK: move shared setPalette/copyImage routines into GraphicsManagerAlyssa Milburn
2010-11-30MOHAWK: add changePage Living Books debug commandAlyssa Milburn
2010-11-29MOHAWK: Persistent scripts cleanupBastien Bouclet
2010-11-29MOHAWK: Do not always update the screen after a card change. Necessary for "a...Bastien Bouclet
2010-11-29MOHAWK: Disabled hotspots are now unclickable areas. Display blue rects for u...Bastien Bouclet
2010-11-29MOHAWK : Finished implementing Selenitic sound receiverBastien Bouclet
2010-11-28MOHAWK: Add basic Living Books support (all credit goes to fuzzie!)Matthew Hoops
2010-11-26MOHAWK: Enable the drawImage debug command for all LB gamesMatthew Hoops
2010-11-20MOHAWK: Cleanup resource handlingMatthew Hoops
2010-11-07MOHAWK: Remove console FIXME'sMatthew Hoops
2010-11-07MOHAWK: Convert all printf to debugN callsMax Horn
2010-09-07MOHAWK: Sound cleanupMatthew Hoops
2010-09-05MOHAWK: CleanupMatthew Hoops
2010-08-23MOHAWK: Print the rect of the hotspot in the 'hotspot' command tooMatthew Hoops
2010-08-23MOHAWK: Add initial work for the dome slidersMatthew Hoops
2010-07-09Introduce the RivenScriptManager to keep track of scripts and free them when ...Matthew Hoops
2010-06-26Add a debug console command to Riven for displaying combinations to puzzles.Matthew Hoops
2010-05-23Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...Matthew Hoops
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-02-17Mohawk : Adding resource cache class and integrating into Myst engine.David Turner
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-22Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1...Matthew Hoops
2010-01-19Make the workaround for the Riven intro background music work in the DVD vers...Matthew Hoops
2009-12-30MOHAWK: Reduce header interdependenciesMax Horn
2009-12-30MOHAWK: Stop using String::emptyStringMax Horn
2009-12-29Add Mohawk engine code. Part 1/3: main code.Eugene Sandulenko