[Scummvm-cvs-logs] scummvm skipsavecompression -> a5fa59118c9d1bf64449d858dbb55fbf95a38e0c

bluegr md5 at scummvm.org
Mon May 21 22:21:10 CEST 2012


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
80462a94ca COMMON: Allow the savefile manager to create uncompressed saves
a5fa59118c COMMON: Add documentation regarding the new parameter in openForSaving()


Commit: 80462a94caa05ca9f906cdbe5acae9877b67bcc3
    https://github.com/scummvm/scummvm/commit/80462a94caa05ca9f906cdbe5acae9877b67bcc3
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2012-05-21T11:33:36-07:00

Commit Message:
COMMON: Allow the savefile manager to create uncompressed saves

These are useful in cases where the files can be used in the original
interpreters (such as the exported characters from QFG), in order to avoid
confusion in cases where the users are unaware that these saves are
compressed and are trying to load them in the original interpreters.

Changed paths:
    backends/platform/ds/arm9/source/gbampsave.cpp
    backends/platform/ds/arm9/source/gbampsave.h
    backends/platform/ps2/savefilemgr.cpp
    backends/platform/ps2/savefilemgr.h
    backends/saves/default/default-saves.cpp
    backends/saves/default/default-saves.h
    common/savefile.h




Commit: a5fa59118c9d1bf64449d858dbb55fbf95a38e0c
    https://github.com/scummvm/scummvm/commit/a5fa59118c9d1bf64449d858dbb55fbf95a38e0c
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2012-05-21T13:17:28-07:00

Commit Message:
COMMON: Add documentation regarding the new parameter in openForSaving()

Changed paths:
    common/savefile.h








More information about the Scummvm-git-logs mailing list