aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/save
AgeCommit message (Collapse)Author
2009-05-31Removing the helper-include where it's not used anymoreSven Hesse
svn-id: r41089
2009-05-31GOB: Resolve FIXMEsMax Horn
svn-id: r41086
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-31GOB: Replaced many uses of strdupcpy by Common::StringMax Horn
svn-id: r41077
2009-05-31Typos: Unkown -> UnknownMatthew Hoops
svn-id: r41075
2009-05-31Ooops, that's one "File::" too manySven Hesse
svn-id: r41062
2009-05-31public'ing some inner classes since some compilers don't seem to like nested ↵Sven Hesse
friend'ing (while my gcc 4.3.3 doesn't even complain with -pedantic) svn-id: r41058
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