Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-10 | MOHAWK: Switch Riven saves to a slot based naming scheme | Bastien Bouclet | |
Existing saves are compatible but must be renamed to riven-###.rvn | |||
2016-07-10 | MOHAWK: Save ScummVM specific metadata in the Riven saves | Bastien Bouclet | |
- Thumbnail - Save date - Save description - Total play time | |||
2016-07-10 | MOHAWK: Make the Riven saved games loadable by the original engine | Bastien Bouclet | |
2014-05-03 | MOHAWK: Use original stack ID mapping for Riven | Matthew Hoops | |
2014-02-18 | MOHAWK: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-03-16 | MOHAWK: Improve Riven save/load error messages | Matthew Hoops | |
2011-06-28 | MOHAWK: Cleanup Riven save code | Matthew Hoops | |
2011-06-28 | MOHAWK: Rework archive handling | Matthew Hoops | |
A new base class has been introduced (aptly named "Archive"), which is much cleaner than inheriting from MohawkArchive. In addition, the underlying resource retrieving code has been merged to reduce dupliplication. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-03-23 | MOHAWK: Use direct access on the hashmap for Riven variables now | Matthew Hoops | |
2011-03-23 | MOHAWK: Make Riven's save/load code use the variable map directly | Matthew Hoops | |
2011-03-22 | MOHAWK: Ignore other 'time' variables when loading saves too | Matthew Hoops | |
2011-03-21 | MOHAWK: Add workaround for loading the bytramtime variable | Matthew Hoops | |
2011-03-21 | MOHAWK: Don't error out when the ReturnStackID cannot be converted | Matthew Hoops | |
2011-01-11 | MOHAWK: Implement Riven's whark number puzzle | Matthew Hoops | |
svn-id: r55207 | |||
2010-11-22 | MOHAWK: Have MohawkResource::open() return a bool for success/failure | Matthew Hoops | |
svn-id: r54418 | |||
2010-11-20 | MOHAWK: Cleanup resource handling | Matthew Hoops | |
- Renamed getRawData() to getResource() - Add a getResource() and hasResource() function for named resources - Other minor formatting changes svn-id: r54396 | |||
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson | |
Our warning() and error() functions always add an exclamation mark to the end of the message anyway. svn-id: r52791 | |||
2010-09-05 | MOHAWK: Cleanup | Matthew Hoops | |
- Split the main Riven event loop into a separate function for readability and for use in the sunner external functions eventually - Some minor function signature changes (const!) - Rename matchVarToString() to getVar() (I have no idea where that original name came from, considering it takes a string and returns a variable - Use solely Common::String in getVar() svn-id: r52538 | |||
2010-06-26 | Fix saving while viewing the inventory in Riven and cleanup the save/load code. | Matthew Hoops | |
svn-id: r50333 | |||
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn | |
svn-id: r48287 | |||
2010-02-16 | Add a workaround for two 'spare' variables that can exist in some save files. | Matthew Hoops | |
svn-id: r48069 | |||
2010-01-26 | Correct our interpretation of the first four bytes of the RSRC section in ↵ | Matthew Hoops | |
Mohawk archives. svn-id: r47583 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-22 | Rename MohawkFile to MohawkArchive and OldMohawkFile to ↵ | Matthew Hoops | |
LivingBooksArchive_v1 (the latter originally having an ambiguous meaning) and move them to resource.* Also, renaming the Living Books game types to remove the ambiguous old/new. svn-id: r47429 | |||
2010-01-04 | Fix a memory leak spotted by cppcheck. Thanks salty-horse\! | Matthew Hoops | |
svn-id: r46977 | |||
2009-12-30 | MOHAWK: Stop using String::emptyString | Max Horn | |
svn-id: r46780 | |||
2009-12-30 | Re-indentet switch() blocks to follow ScummVM indentation style. (I've always | Torbjörn Andersson | |
found this style a bit unusual, but I value consistency.) svn-id: r46734 | |||
2009-12-29 | Add Mohawk engine code. Part 1/3: main code. | Eugene Sandulenko | |
svn-id: r46727 |