libdeng2|SavedSession: Ensure contents are up-to-date when recognizing .save files
As of this commit, .save files are recognized by the repository, the session metadata is parsed from Info, SavedSession is updated accordingly, game menu is updated by proxy via SaveSlots, sessions are determined as loadable by the game and file duplication works as expected by Hexen.
Loading of the saved session file currently fails with a caught Block::OutOfRange error, presumably when attempting to deserialize the ACScript data...
libdeng2|SavedSession: Ensure contents are up-to-date when recognizing .save files
As of this commit, .save files are recognized by the repository,
the session metadata is parsed from Info, SavedSession is updated
accordingly, game menu is updated by proxy via SaveSlots, sessions
are determined as loadable by the game and file duplication works
as expected by Hexen.
Loading of the saved session file currently fails with a caught
Block::OutOfRange error, presumably when attempting to deserialize
the ACScript data...