shithub: puzzles

Download patch

ref: 89fdc09c29f1219a7660ad6d1839cc914a009c02
parent: 6c9beb697bd61c7e8d0eac8b7fce54cde134d9c9
author: Simon Tatham <anakin@pobox.com>
date: Tue Jun 28 07:14:09 EDT 2005

More serialisation changes: the game_aux_info structure has now been
retired, and replaced with a simple string. Most of the games which
use it simply encode the string in the same way that the Solve move
will also be encoded, i.e. solve_game() simply returns
dupstr(aux_info). Again, this is a better approach than writing
separate game_aux_info serialise/deserialise functions because doing
it this way is self-testing (the strings are created and parsed
during the course of any Solve operation at all).

[originally from svn r6029]