Thomas wrote:
=> Are the savegames upwards compatible?
If not: was there ever a change in the sources so that savegames from eg 0.7.1 won't run with newer versions?
Well... for most game engines, savegames haven't really changed much, so they should be ok. For the SCUMM engine, things are complicated because it supports so many different revisions of the game engine. When a new feature is added, sometimes new information needs to be stored in the savegames.
ScummVM usually does a pretty good job of reading savegames from older versions, but it can't read savegames from newer versions. Of course, the older the savegame is, the greater the risk that compatibility broke somewhere along the way, despite our best efforts. Sometimes bugs in the game engine cause bad information to be stored. For instance, we used to have endless problems with the variables keeping track of the drafts in EGA
Loom getting overwritten with bogus data.
But to the best of my knowledge, it's been a very long time since we
deliberately broke savegame compatibility for any of the officially supported games.