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
/
backends
/
saves
Age
Commit message (
Expand
)
Author
2012-07-14
BACKENDS: Silence warning about ARRAYSIZE in windows-saves
Littleboy
2012-06-21
COMMON: Allow the savefile manager to create uncompressed saves
Filippos Karapetis
2012-01-23
WINDOWS: Add default save paths for Windows NT4 onwards
Travis Howell
2011-08-07
JANITORIAL: Remove trailing empty lines.
Christoph Mallon
2011-05-25
SAMSUNGTV: change default path
Pawel Kolodziejski
2011-05-25
BUILD: Rename UNIX #define to POSIX
Max Horn
2011-05-24
SAMSUNGTV: changed paths
Pawel Kolodziejski
2011-05-23
BACKENDS: Move SCUMMVM_SAVEPATH env var handling to POSIX savefile manager
Max Horn
2011-05-23
SAMSUNGTV: update port
Pawel Kolodziejski
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-08
IRIX: Fix compilation
Joost Peters
2011-05-03
PSP: Fix more forbidden symbol clashes
Max Horn
2011-05-02
ALL: Mark printf and various other symbols as forbidden
Max Horn
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-18
COMMON: Rename Error to ErrorCode, introduce new Error class
Max Horn
2011-03-24
COMMON: Add SaveFileManager::copySavefile() and update SaveFileManager::renam...
Littleboy
2010-11-29
BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs
Max Horn
2010-11-05
WINCE: Remove tons of obsolete workaround code for 'missing' headers and funcs
Max Horn
2010-03-18
Convert some occurences of StringList to StringArray;
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-11-09
added support for samsung tv
Paweł Kołodziejski
2009-09-23
PSP: improved suspend/resume support [patch from bluddy]
Joost Peters
2009-07-10
Recreate FSNode after calling checkPath since checkPath may
Willem Jan Palenstijn
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-05-29
Changed SaveFileManager methods to take Common::String params (instead of cha...
Max Horn
2009-05-19
COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecate...
Max Horn
2009-03-25
Allow building of psp backend via configure (Part 1 - Still need to add the f...
Joost Peters
2009-02-28
Fix annoying warnings in the default savemanager
Max Horn
2009-01-23
Renamed FSNode::openForReading / openForWriting to createReadStream / createW...
Max Horn
2009-01-22
Get rid of the wrappers around the zlib stream wrapper wrappers ;)
Max Horn
2009-01-22
Revert my previous commit. File still produces error 'wrapCompressedReadStre...
Max Horn
2009-01-22
Removed incorrect Common:: prefix from stuff that is not part of namespace Co...
Max Horn
2009-01-01
Set/unified svn:keywords for all *.h and *.cpp files
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-11-21
Since we don't have FSNode::lookupFile() any more, switch to using
Torbjörn Andersson
2008-11-06
Merged SFMError into Common::Error, added some new error codes; revised some ...
Max Horn
2008-11-03
add PSPSaveFileManager class (subclassed DefaultSaveFileManager)
Joost Peters
2008-11-03
* turned DefaultSaveFileManager::checkPath into a virtual method
Max Horn
2008-10-02
Renamed FilesystemNode -> FSNode
Max Horn
2008-09-16
Merged common/gzip-stream.* and common/zlib.*
Max Horn
2008-09-15
Turned compressed savefile wrapper into a generic stream wrapper
Max Horn
2008-09-15
fix eos() behaviour for CompressedInSaveFile
Willem Jan Palenstijn
2008-09-14
Big patch changing semantics of ReadStream::eos():
Willem Jan Palenstijn
2008-09-13
Big patch changing the signature of various Stream methods (some ports may ne...
Max Horn
2008-09-07
Remove SYMBIAN special handing from default handler.
Lars Persson
2008-09-03
Some cleanup by peres
Max Horn
2008-09-03
Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...
Max Horn
2008-09-02
Added missing include.
Johannes Schickel
2008-08-20
- Committed Max' compressed save backseeking support from patch #2050337 "KYR...
Johannes Schickel
2008-08-04
Pushed some port specific code from DefaultSaveFileManager out to port specif...
Max Horn
[next]