simon-git: puzzles (master): Simon Tatham
Commits to Tartarus CVS repository.
tartarus-commits at lists.tartarus.org
Wed Oct 21 23:24:30 BST 2015
TL;DR:
80b63e6 In Undead, mark clues as errors in a few more situations.
44e2690 Highlight clue errors in Tracks in some more situations.
6717875 Fix a comment in Tents (it said 'tents' instead of 'trees').
3234912 Tents: mark squares as non-tents with {Shift,Control}-cursor keys.
Repository: git://git.tartarus.org/simon/puzzles.git
On the web: http://tartarus.org/~simon-git/gitweb/?p=puzzles.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2015-10-21 23:24:30
commit 80b63e6cefb0e1055bdd5f2f8238d7cc8c23f51f
web diff http://tartarus.org/~simon-git/gitweb/?p=puzzles.git;a=commitdiff;h=80b63e6cefb0e1055bdd5f2f8238d7cc8c23f51f;hp=1cf403ceb81482dea7107a49573d6834c5a650d1
Author: Jonas Kölker <jonaskoelker at yahoo.com>
Date: Mon Oct 12 20:07:18 2015 +0200
In Undead, mark clues as errors in a few more situations.
- Mark a clue as an error if too many monsters are seen, even if
some squares are empty.
- Mark a clue as an error if too few monsters are seen, taking into
account how many more sightings are possible given the number of
empty squares and how many times each of them are visited.
undead.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
commit 44e2690abb523aa60558ca6326eaeb9ce6287454
web diff http://tartarus.org/~simon-git/gitweb/?p=puzzles.git;a=commitdiff;h=44e2690abb523aa60558ca6326eaeb9ce6287454;hp=80b63e6cefb0e1055bdd5f2f8238d7cc8c23f51f
Author: Jonas Kölker <jonaskoelker at yahoo.com>
Date: Tue Oct 13 15:47:42 2015 +0200
Highlight clue errors in Tracks in some more situations.
- Count any square as having a track either if the square is marked
as such (rendered as a different background), or if at least one
adjacent edge is marked as containing a segment of train track
(rendered as train tracks if they're placed, else as an '=').
- Do the same counting in rows and columns.
tracks.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
commit 67178751e923691e76b410dc90bea3cfb24ae7af
web diff http://tartarus.org/~simon-git/gitweb/?p=puzzles.git;a=commitdiff;h=67178751e923691e76b410dc90bea3cfb24ae7af;hp=44e2690abb523aa60558ca6326eaeb9ce6287454
Author: Jonas Kölker <jonaskoelker at yahoo.com>
Date: Sun Oct 18 21:05:11 2015 +0200
Fix a comment in Tents (it said 'tents' instead of 'trees').
tents.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
commit 3234912f921916a1b8da164fd61dc75579358577
web diff http://tartarus.org/~simon-git/gitweb/?p=puzzles.git;a=commitdiff;h=3234912f921916a1b8da164fd61dc75579358577;hp=67178751e923691e76b410dc90bea3cfb24ae7af
Author: Jonas Kölker <jonaskoelker at yahoo.com>
Date: Mon Oct 19 02:48:39 2015 +0200
Tents: mark squares as non-tents with {Shift,Control}-cursor keys.
puzzles.but | 4 +++-
tents.c | 23 ++++++++++++++++++++++-
2 files changed, 25 insertions(+), 2 deletions(-)
More information about the tartarus-commits
mailing list