aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/save
AgeCommit message (Expand)Author
2009-08-20Replace magic numbers by constants : kPropsSize and kIndexSizeArnaud Boutonné
2009-08-20modify props size to avoid later error (Size is still temporary) and prepare ...Arnaud Boutonné
2009-08-17Add back parenthesis (I wasn't aware of this convention, sorry) in saveload, ...Arnaud Boutonné
2009-08-17Suppress useless parenthesesArnaud Boutonné
2009-08-14Setting gob3 save/load mode of the temporary sprite "intro.$$$" to ignore and...Sven Hesse
2009-08-13Initial save handler for Playtoons Arnaud Boutonné
2009-08-10gob - Add 2 files tested and used by Playtoons and Playtoons CKArnaud Boutonné
2009-07-28More alignment-related changesSven Hesse
2009-07-23Fixing a bug in the V4 save file handler, produced by a "neat" feature in Woo...Sven Hesse
2009-07-21Making some static const uint32s public, older GCC versions don't seem to lik...Sven Hesse
2009-07-07Change SaveLoad_Playtoons caseArnaud Boutonné
2009-07-07- Separate Playtoons gametypes from in GobEngine::initGameParts()Arnaud Boutonné
2009-06-22Removing trailing tabsSven Hesse
2009-06-06GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to SurfaceDe...Max Horn
2009-05-31Removing the helper-include where it's not used anymoreSven Hesse
2009-05-31GOB: Resolve FIXMEsMax Horn
2009-05-31GOB: Got rid of last traces of strdupcpy and strdupcatMax Horn
2009-05-31GOB: Untangled SlotFileIndexed and SlotFileStatic (ATTENTION: This uncovered ...Max Horn
2009-05-31GOB: Replaced many uses of strdupcpy by Common::StringMax Horn
2009-05-31Typos: Unkown -> UnknownMatthew Hoops
2009-05-31Ooops, that's one "File::" too manySven Hesse
2009-05-31public'ing some inner classes since some compilers don't seem to like nested ...Sven Hesse
2009-05-31- A new save system for the GobEngine, one that is not fundamentally broken a...Sven Hesse