chiark / gitweb /
General robustness patch from James Harvey:
authorSimon Tatham <anakin@pobox.com>
Thu, 30 Jun 2005 09:07:00 +0000 (09:07 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 30 Jun 2005 09:07:00 +0000 (09:07 +0000)
commit118abb4fc9365807ad4174588eeb9aefda550415
treeea53c5b0a1c8600912a8806ff08e356c0f95faab
parent101324af67c5e7819849daeafb337dd4c1f45828
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!

[originally from svn r6041]
fifteen.c
flip.c
midend.c
mines.c
pattern.c
rect.c
samegame.c
solo.c
twiddle.c