diff options
author | wiz <wiz@pkgsrc.org> | 2009-10-31 02:07:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-10-31 02:07:49 +0000 |
commit | bdcd991289d0a001ea7dc3236e7f19e05b30d05a (patch) | |
tree | 1821c50f6bd6847bb895ecc7b942d0311c224f5b /games | |
parent | 27ebe8ce49f42078c0bd797954272fd97c723252 (diff) | |
download | pkgsrc-bdcd991289d0a001ea7dc3236e7f19e05b30d05a.tar.gz |
Update to 8692:
Single mouse clicks to toggle individual grid edges stopped working
in r8414 as a side effect of reorganisation in interpret_move().
Reinstate them.
Add a couple of missing checks in validate_desc(), without which
bogus game IDs were getting as far as new_game() and failing
assertions.
Minor rewording and typo-correction.
Aha, I've managed to prove that my inadequate error highlighting is
actually just about adequate after all. Large comment added
containing some discussion and the proof.
Error-highlighted trees look nicer with a different-coloured trunk.
Also added a comment worrying about the universality of my error
highlighting mechanism.
Redo Mines and Inertia's mine graphics using an actual circle rather
than an approximating octagon, to improve the look when zoomed to
high resolution.
Tweak to the promptness of error highlighting display.
About time I got round to this: error highlighting for Tents.
Fix width/height braino introduced in r5844.
Diffstat (limited to 'games')
-rw-r--r-- | games/puzzles/Makefile | 4 | ||||
-rw-r--r-- | games/puzzles/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/puzzles/Makefile b/games/puzzles/Makefile index 2d986a8554e..45da5975abf 100644 --- a/games/puzzles/Makefile +++ b/games/puzzles/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2009/08/29 11:37:30 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2009/10/31 02:07:49 wiz Exp $ # -DISTNAME= puzzles-r8634 +DISTNAME= puzzles-r8692 PKGNAME= ${DISTNAME:S/-r/-/} CATEGORIES= games # distfile changes daily diff --git a/games/puzzles/distinfo b/games/puzzles/distinfo index d9a2de372ab..f0587b90ff6 100644 --- a/games/puzzles/distinfo +++ b/games/puzzles/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2009/08/29 11:37:30 wiz Exp $ +$NetBSD: distinfo,v 1.4 2009/10/31 02:07:49 wiz Exp $ -SHA1 (puzzles-r8634.tar.gz) = 4ca762d51d2f1c76fa7d83a4430a8ce919ab6648 -RMD160 (puzzles-r8634.tar.gz) = 3d65a0ea627e47dd7f2e4a6729e49cb6131a421a -Size (puzzles-r8634.tar.gz) = 2155726 bytes +SHA1 (puzzles-r8692.tar.gz) = 0ebc4c101e274ccae5116b5b3b73cbbb7f70ca8e +RMD160 (puzzles-r8692.tar.gz) = 983b3dffb8e0668aa8a327f872398ecea2a17bb6 +Size (puzzles-r8692.tar.gz) = 2365581 bytes SHA1 (patch-aa) = 67a8ddecf7c22a629344787be39603acf0a7aac4 |