General robustness patch from James Harvey:
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 30 Jun 2005 09:07:00 +0000 (09:07 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 30 Jun 2005 09:07:00 +0000 (09:07 +0000)
commit871bf2946c5cbfdc7621c4b3d6850af0699297a0
treeea53c5b0a1c8600912a8806ff08e356c0f95faab
parentdbc6e45a10e0b77398198f06527959dc51b47020
General robustness patch from James Harvey:
 - most game_size() functions now work in doubles internally and
   round to nearest, meaning that they have less tendency to try to
   alter a size they returned happily from a previous call
 - couple of fiddly fixes (memory leaks, precautionary casts in
   printf argument lists)
 - midend_deserialise() now constructs an appropriate drawstate,
   which I can't think how I overlooked myself since I _thought_ I
   went through the entire midend structure field by field!

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@6041 cda61777-01e9-0310-a592-d414129be87e
fifteen.c
flip.c
midend.c
mines.c
pattern.c
rect.c
samegame.c
solo.c
twiddle.c