aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/save/savehandler.cpp
AgeCommit message (Collapse)Author
2011-06-02GOB: Replace snprintf() usage with Common::String::format()D G Turner
Safer and less portability issues.
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-05-05GOB: Fix a stupid typo in SlotFileIndexed::buildIndex()Sven Hesse
This should fix bug #3295893. The intention of this piece of code was to pad the first save slot name with spaces until it's as long as the longest save slot name, because the scripts use it to gauge the width of the save list. Unfortunately, I messed up there, overwriting variable space directly after the save names. In Urban Runner's case, this would be the list of inventory items.
2011-02-02GOB: Rename Draw::kSpritesCount to Draw::kSpriteCountSven Hesse
svn-id: r55729
2011-01-30GOB: Change SPRITES_COUNT into a constSven Hesse
svn-id: r55645
2011-01-25GOB: Add a FakeFileHandlerSven Hesse
For temporarily storing save "files" svn-id: r55528
2011-01-22GOB: Fix the save list widthSven Hesse
The length of the slot 0 string determines the list's width svn-id: r55426
2011-01-21GOB: Add support for saving true color spritesSven Hesse
Not exactly the "nice", since up-depthing the sprite data to 24bit happens after it has been adapted to the current system's color format, so we're going to gradually lose precision when the save gets passed around different systems. Still, this is the least headachy solution, I guess... svn-id: r55383
2011-01-21GOB: Make the Cemetary/Lab screen work correctlySven Hesse
Saving there still won't work though svn-id: r55374
2011-01-19GOB: Add preliminary Inca 2 save supportSven Hesse
svn-id: r55323
2010-09-30GOB: Change all drawing to use class SurfaceSven Hesse
svn-id: r52947
2010-05-17Enforce conversion formatting on pointer casts in the DEV code.Johannes Schickel
svn-id: r49068
2009-08-22Properly fixing the Lost in Time temp sprite issueSven Hesse
svn-id: r43654
2009-06-06GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to ↵Max Horn
SurfaceDescPtr (a Common::SharedPtr); and changed many SurfaceDesc pointers to references svn-id: r41299
2009-05-31GOB: Got rid of last traces of strdupcpy and strdupcatMax Horn
svn-id: r41079
2009-05-31GOB: Untangled SlotFileIndexed and SlotFileStatic (ATTENTION: This uncovered ↵Max Horn
something which seems to me a bug in SaveLoad_v4::ScreenPropsHandler::getSize) svn-id: r41078
2009-05-31- A new save system for the GobEngine, one that is not fundamentally broken ↵Sven Hesse
and is versioned. Unfortunately, this invalidates most save games created on big-endian machines, since endian-issues was a main problem with the old system - Removed the now superfluous variables sizes svn-id: r41056