index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
mohawk
/
riven_saveload.cpp
Age
Commit message (
Expand
)
Author
2010-11-22
MOHAWK: Have MohawkResource::open() return a bool for success/failure
Matthew Hoops
2010-11-20
MOHAWK: Cleanup resource handling
Matthew Hoops
2010-09-18
JANITORIAL: Removed most punctuation at end of warning() and error()
Torbjörn Andersson
2010-09-05
MOHAWK: Cleanup
Matthew Hoops
2010-06-26
Fix saving while viewing the inventory in Riven and cleanup the save/load code.
Matthew Hoops
2010-03-18
COMMON: Get rid of Common::StringList
Max Horn
2010-02-16
Add a workaround for two 'spare' variables that can exist in some save files.
Matthew Hoops
2010-01-26
Correct our interpretation of the first four bytes of the RSRC section in Moh...
Matthew Hoops
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-22
Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1...
Matthew Hoops
2010-01-04
Fix a memory leak spotted by cppcheck. Thanks salty-horse\!
Matthew Hoops
2009-12-30
MOHAWK: Stop using String::emptyString
Max Horn
2009-12-30
Re-indentet switch() blocks to follow ScummVM indentation style. (I've always
Torbjörn Andersson
2009-12-29
Add Mohawk engine code. Part 1/3: main code.
Eugene Sandulenko