Message3333

Author jesusalva
Recipients
Date 2016-07-15.01:17:24
Content
commit a9c5044c78cb3ce11a3fdb22e6ccd0f2346fa3d4
Author: fluzz <fluzz@gmx.com>
Date:   Wed Mar 2 18:31:49 2016 +0100

    Introduction of a framework for savegame converters, and use it to
    fix a savegame bug in the 0.16 version..
    
    Those converters, composed of piped filter functions, can be
    used to fix bugs in savegames, or to convert from an old version
    to a new one, provided that the changes are not too complex.
    Do not expect this framework to be able to easily resolve our
    well known 'savegame incompatibility' issue...
    
    This framework is used, in this commit, to fix a bug in savegames
    from the 0.16 version, when German language is used (Lua error
    when parsing the .sav file). See savegame/filters_0_16.c for
    more information about that bug.

----
I'm closing this for now... But if there is something I forgot or which requires
attention do not hesitate to re-open this, though.
History
Date User Action Args
2016-07-15 01:17:24jesusalvasetmessageid: <1468545444.75.0.771497030453.issue840@freedroid.org>
2016-07-15 01:17:24jesusalvalinkissue840 messages
2016-07-15 01:17:24jesusalvacreate