aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_saveload.cpp
AgeCommit message (Expand)Author
2016-07-10MOHAWK: Switch Riven saves to a slot based naming schemeBastien Bouclet
2016-07-10MOHAWK: Save ScummVM specific metadata in the Riven savesBastien Bouclet
2016-07-10MOHAWK: Make the Riven saved games loadable by the original engineBastien Bouclet
2014-05-03MOHAWK: Use original stack ID mapping for RivenMatthew Hoops
2014-02-18MOHAWK: Make GPL headers consistent in themselves.Johannes Schickel
2012-03-16MOHAWK: Improve Riven save/load error messagesMatthew Hoops
2011-06-28MOHAWK: Cleanup Riven save codeMatthew Hoops
2011-06-28MOHAWK: Rework archive handlingMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-23MOHAWK: Use direct access on the hashmap for Riven variables nowMatthew Hoops
2011-03-23MOHAWK: Make Riven's save/load code use the variable map directlyMatthew Hoops
2011-03-22MOHAWK: Ignore other 'time' variables when loading saves tooMatthew Hoops
2011-03-21MOHAWK: Add workaround for loading the bytramtime variableMatthew Hoops
2011-03-21MOHAWK: Don't error out when the ReturnStackID cannot be convertedMatthew Hoops
2011-01-11MOHAWK: Implement Riven's whark number puzzleMatthew Hoops
2010-11-22MOHAWK: Have MohawkResource::open() return a bool for success/failureMatthew Hoops
2010-11-20MOHAWK: Cleanup resource handlingMatthew Hoops
2010-09-18JANITORIAL: Removed most punctuation at end of warning() and error()Torbjörn Andersson
2010-09-05MOHAWK: CleanupMatthew Hoops
2010-06-26Fix saving while viewing the inventory in Riven and cleanup the save/load code.Matthew Hoops
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-02-16Add a workaround for two 'spare' variables that can exist in some save files.Matthew Hoops
2010-01-26Correct our interpretation of the first four bytes of the RSRC section in Moh...Matthew Hoops
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-22Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1...Matthew Hoops
2010-01-04Fix a memory leak spotted by cppcheck. Thanks salty-horse\!Matthew Hoops
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