aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst.cpp
AgeCommit message (Expand)Author
2010-11-25MOHAWK: Refactor cursor handlingMatthew Hoops
2010-11-23MOHAWK: Pass objs by const ref not by valueMax Horn
2010-11-22MOHAWK: Have MohawkResource::open() return a bool for success/failureMatthew Hoops
2010-11-20MOHAWK: Cleanup resource handlingMatthew Hoops
2010-11-19MOHAWK: Implement an image cache systemMatthew Hoops
2010-11-18MOHAWK: Cleanup Myst script handlingMatthew Hoops
2010-11-17MOHAWK: Cache the Myst screen bufferMatthew Hoops
2010-11-17MOHAWK: Apply patch #2988976: "MYST: Fix drawing partial subimages"Matthew Hoops
2010-11-09MOHAWK: Close a number of memory leaks in Myst.David Turner
2010-11-07MOHAWK: Convert all printf to debugN callsMax Horn
2010-09-12i18n: Translate the Save and Load buttons in myst and rivenThierry Crozat
2010-09-07MOHAWK: Sound cleanupMatthew Hoops
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