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
/
sword25
/
kernel
/
persistenceservice.cpp
Age
Commit message (
Expand
)
Author
2014-09-12
SWORD25: Bump the save file version number
Adrian Astley
2014-02-18
SWORD25: Make GPL headers consistent in themselves.
Johannes Schickel
2013-10-08
SWORD25: Fix potential buffer overrun. CID 1003865
Eugene Sandulenko
2011-06-29
SWORD25: Implement persistence functions for soundengine
Eugene Sandulenko
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-26
SWORD25: Fix making multiple saves at the same time.
Alyssa Milburn
2011-05-23
SWORD25: Remove obsolete FORBIDDEN_SYMBOL_ALLOW_ALL defines
Max Horn
2011-05-14
SWORD25: Fix format string warning.
eriktorbjorn
2011-05-13
SWORD25: Stop linking directly against zlib.
md5
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-05
SWORD25: Remove thumbnails from the cache when saving a new game
md5
2011-05-05
SWORD25: Initial code for showing savegame thumbnails
md5
2011-05-05
SWORD25: Removed the saved game filename from the savegame meta info struct
md5
2011-05-05
SWORD25: Added some FIXMEs in the save game and thumbnail code
md5
2011-05-02
SWORD25: Fix compilation, caused by zlib.h including unistd.h
Johannes Schickel
2011-01-23
SWORD25: Removed the custom log class and replaced it with warning/error/debu...
Filippos Karapetis
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-10-28
SWORD25: Comment out unused static variable.
Johannes Schickel
2010-10-28
SWORD25: Standardised savegame filenames, start on advanced engine features
Paul Gilbert
2010-10-25
SWORD25: Add FIXME about savegame names; cleanup
Max Horn
2010-10-25
SWORD25: Simplify FS 'wrapper' code a bit, add FIXME comments
Max Horn
2010-10-20
SWORD25: Added description field to savegames
Paul Gilbert
2010-10-19
SWORD25: Enforced code formatting rules in rest of the engine
Eugene Sandulenko
2010-10-15
SWORD25: Do not use Kernel::GetService directly anymore
Max Horn
2010-10-13
SWORD25: Renamed getInstance() -> instance()
Max Horn
2010-10-13
SWORD25: Enforced code naming conventions in math/*
Eugene Sandulenko
2010-10-12
SWORD25: Further savegame work, including savegame screenshots
Paul Gilbert
2010-10-12
SWORD25: Fix warning
Eugene Sandulenko
2010-10-12
SWORD25: Fixes to the savegame saving code
Paul Gilbert
2010-10-12
SWORD25: Comply to the code conventions for several classes
Eugene Sandulenko
2010-10-12
SWORD25: unsigned int -> uint
Eugene Sandulenko
2010-10-12
SWORD25: Removed now redundant 'using namespace std' lines
Paul Gilbert
2010-10-12
SWORD25: removed BS_ prefix from rest of the classes.
Eugene Sandulenko
2010-10-12
SWORD25: eliminated BS_ prefix in all but kernel/
Eugene Sandulenko
2010-10-12
SWORD25: Portability fixes. Now compiles and runs under Linux.
Eugene Sandulenko
2010-10-12
SWORD25: Mass-astyle.
Eugene Sandulenko
2010-10-12
SWORD25: Converted further files from old hashmap.h to Common::HashMap
Paul Gilbert
2010-10-12
SWORD25: Converted Savegame Load/Save code
Paul Gilbert
2010-10-12
SWORD25: Removed leftover include references
Eugene Sandulenko
2010-10-12
SWORD25: get rid of custom md5.cpp and Windows-specific debug stuff
Eugene Sandulenko
2010-10-12
SWORD25: Replacing headers with ScummVM ones plus original (C)
Eugene Sandulenko
2010-10-12
SWORD25: Compilation fixes
Eugene Sandulenko
2010-10-12
SWORD25: Fixed rest of the include paths
Eugene Sandulenko
2010-10-12
SWORD25: Importing original sources
Eugene Sandulenko