pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/puzzles Update to 8692:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b98829e66cea
branches:  trunk
changeset: 401006:b98829e66cea
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Oct 31 02:07:49 2009 +0000

description:
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:

 games/puzzles/Makefile |  4 ++--
 games/puzzles/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (27 lines):

diff -r af4f5e43a1d0 -r b98829e66cea games/puzzles/Makefile
--- a/games/puzzles/Makefile    Sat Oct 31 02:02:08 2009 +0000
+++ b/games/puzzles/Makefile    Sat Oct 31 02:07:49 2009 +0000
@@ -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 -r af4f5e43a1d0 -r b98829e66cea games/puzzles/distinfo
--- a/games/puzzles/distinfo    Sat Oct 31 02:02:08 2009 +0000
+++ b/games/puzzles/distinfo    Sat Oct 31 02:07:49 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index