aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst.cpp
AgeCommit message (Expand)Author
2010-05-23Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...Matthew Hoops
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-05-04Get rid of Engine::_gameDataDir.Max Horn
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-04-06Cleanup the Myst resource caching code a bit and add support for caching Myst...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-02-14Mohawk : Corrected Myst Opcode 200/300 in Intro/Demo stack to correctly call ...David Turner
2010-01-30MOHAWK: Don't remove save_slot config entries the user may have added on purposeMax Horn
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-22Always loop sounds declared in the VIEW resources of Myst. While Myst specifi...Matthew Hoops
2010-01-22Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1...Matthew Hoops
2010-01-19Add support for the flyby videos in Myst ME Macintosh.Matthew Hoops
2009-12-30MOHAWK: Reduce header interdependenciesMax Horn
2009-12-30MOHAWK: Stop using String::emptyStringMax Horn
2009-12-30Re-indentet switch() blocks to follow ScummVM indentation style. (I've alwaysTorbjörn Andersson
2009-12-29Add Mohawk engine code. Part 1/3: main code.Eugene Sandulenko