SCI: Rewrote the save/load code, see also patch #2687400.

The new format is incompatible with the old one, and is still subject to
some further changes. Also, regressions are quite possible, so watch out.
Finally, the new code still contains some TODOs and FIXMEs. Several of
these will be more or less automatically resolved once other code gets
C++ified.

svn-id: r39430
This commit is contained in:
Max Horn 2009-03-15 20:31:29 +00:00
parent 7df4e2a80f
commit 466ba4bbfe
8 changed files with 490 additions and 7118 deletions

View file

@ -178,4 +178,8 @@ EngineState::EngineState() : _dirseeker(this) {
successor = 0;
}
EngineState::~EngineState() {
}
} // End of namespace Sci