chiark / gitweb /
sgt-puzzles.git
17 years agoReinstate the icons in the Windows binaries.
Simon Tatham [Sun, 4 Feb 2007 14:35:23 +0000 (14:35 +0000)]
Reinstate the icons in the Windows binaries.

[originally from svn r7217]

17 years agoForgot to tag the Mac and Windows binaries with the revision number.
Simon Tatham [Sun, 4 Feb 2007 14:03:52 +0000 (14:03 +0000)]
Forgot to tag the Mac and Windows binaries with the revision number.

[originally from svn r7215]

17 years agoLooking for puzzles*.tar.gz in the right directory is liable to make
Simon Tatham [Sun, 4 Feb 2007 13:44:38 +0000 (13:44 +0000)]
Looking for puzzles*.tar.gz in the right directory is liable to make
the .htaccess build work better :-)

[originally from svn r7214]

17 years agoBuild script for Puzzles using bob. I've also added a piece of extra
Simon Tatham [Sun, 4 Feb 2007 11:44:10 +0000 (11:44 +0000)]
Build script for Puzzles using bob. I've also added a piece of extra
infrastructure to the mkfiles.pl framework for the convenience of
the build script: it generates `wingames.lst', a list of the Windows
binaries which are ship-worthy games as opposed to nullgame or
command-line auxiliary programs.

[originally from svn r7206]

17 years agoMisdirected cross-reference spotted by Jonas Koelker.
Simon Tatham [Sat, 27 Jan 2007 10:25:20 +0000 (10:25 +0000)]
Misdirected cross-reference spotted by Jonas Koelker.

[originally from svn r7172]

17 years agoMarcin Wojdyr points out that the use of `>&' to redirect both
Simon Tatham [Tue, 16 Jan 2007 12:54:24 +0000 (12:54 +0000)]
Marcin Wojdyr points out that the use of `>&' to redirect both
stdout and stderr is non-standard. Switch to a POSIX-blessed
alternative.

[originally from svn r7116]

17 years agoPhil Bordelon points out an off-by-one error: since Solo doesn't use
Simon Tatham [Mon, 15 Jan 2007 23:30:44 +0000 (23:30 +0000)]
Phil Bordelon points out an off-by-one error: since Solo doesn't use
zero as a valid puzzle symbol, it can support at most 35 symbols,
not 36. (This is largely academic since IME anything above about 25
is impractical to generate, but there we go.)

[originally from svn r7115]

17 years agoPatch from James H which shouldn't change the functionality of
Simon Tatham [Mon, 15 Jan 2007 20:21:57 +0000 (20:21 +0000)]
Patch from James H which shouldn't change the functionality of
Loopy, but makes it build more sensibly on the Palm.

[originally from svn r7114]

17 years agoPatch from James H to fix the occasional generation of puzzles
Simon Tatham [Mon, 15 Jan 2007 20:07:18 +0000 (20:07 +0000)]
Patch from James H to fix the occasional generation of puzzles
harder than requested.

[originally from svn r7113]

17 years agoPhil Bordelon points out that the Unequal difficulty settings
Simon Tatham [Mon, 15 Jan 2007 20:04:11 +0000 (20:04 +0000)]
Phil Bordelon points out that the Unequal difficulty settings
documentation is a bit odd, and also offers a signedness fix in
latin.c.

[originally from svn r7112]

17 years agoGive all the intermediate files distinct file names, so that a
Simon Tatham [Sun, 14 Jan 2007 10:13:29 +0000 (10:13 +0000)]
Give all the intermediate files distinct file names, so that a
multi-CPU machine can speed up the icon build using `make -j' and
not have it break.

[originally from svn r7106]

17 years agoFormatting tweaks / index terms in Unequal docs.
Jacob Nevins [Sat, 13 Jan 2007 19:19:21 +0000 (19:19 +0000)]
Formatting tweaks / index terms in Unequal docs.

[originally from svn r7105]

17 years agoFirst time I've added a new puzzle since the icons-and-screenshots
Simon Tatham [Sat, 13 Jan 2007 15:17:55 +0000 (15:17 +0000)]
First time I've added a new puzzle since the icons-and-screenshots
upheaval. Modify the checklist accordingly.

[originally from svn r7103]

17 years agoIcon for Unequal.
Simon Tatham [Sat, 13 Jan 2007 14:59:15 +0000 (14:59 +0000)]
Icon for Unequal.

[originally from svn r7101]

17 years agoAdd James H's new puzzle, `Unequal' (otherwise known as the
Simon Tatham [Sat, 13 Jan 2007 14:44:50 +0000 (14:44 +0000)]
Add James H's new puzzle, `Unequal' (otherwise known as the
Guardian's `Futoshiki').

[originally from svn r7100]

17 years agoRemove a couple of rogue make targets for `osx.icns.o' and
Simon Tatham [Sat, 13 Jan 2007 12:03:42 +0000 (12:03 +0000)]
Remove a couple of rogue make targets for `osx.icns.o' and
`osx-info.plist.o' which had crept into most of the Makefiles.

[originally from svn r7099]

17 years agoRather to my surprise given the amount of testing this code has had,
Simon Tatham [Thu, 11 Jan 2007 09:26:09 +0000 (09:26 +0000)]
Rather to my surprise given the amount of testing this code has had,
Kevin Lyles spotted a tree234 bug! copytree234() segfaulted when
asked to copy a tree containing no elements, due to failing to allow
for the case that t->root might be NULL. Fixed, and added a
regression test.

[originally from svn r7092]

17 years agoIn Windows/Gtk front-ends, consistently use the ellipsis convention for naming
Jacob Nevins [Thu, 4 Jan 2007 19:24:43 +0000 (19:24 +0000)]
In Windows/Gtk front-ends, consistently use the ellipsis convention for naming
menu items which bring up dialogs.

[originally from svn r7058]

17 years agoPhil Bordelon's patch yesterday should have initialised the GError
Simon Tatham [Wed, 3 Jan 2007 09:51:42 +0000 (09:51 +0000)]
Phil Bordelon's patch yesterday should have initialised the GError
to NULL.

[originally from svn r7052]

17 years agoPhil Bordelon points out that my invocation of gdk_pixbuf_save()
Simon Tatham [Tue, 2 Jan 2007 19:45:19 +0000 (19:45 +0000)]
Phil Bordelon points out that my invocation of gdk_pixbuf_save()
isn't quite right.

[originally from svn r7050]

17 years agoIt's a new year.
Jacob Nevins [Mon, 1 Jan 2007 21:19:14 +0000 (21:19 +0000)]
It's a new year.

[originally from svn r7048]
[this svn revision also touched putty,putty-website]

17 years agoDocument the new --game and --load options on Unix.
Jacob Nevins [Sat, 30 Dec 2006 00:50:29 +0000 (00:50 +0000)]
Document the new --game and --load options on Unix.

[originally from svn r7040]

17 years agoMake errors in option parsing actually _do_ something in interactive mode.
Jacob Nevins [Sat, 30 Dec 2006 00:26:16 +0000 (00:26 +0000)]
Make errors in option parsing actually _do_ something in interactive mode.

[originally from svn r7039]

17 years agoBring .R files for nullgame and unfinished puzzles up to date with the rest of
Jacob Nevins [Fri, 29 Dec 2006 22:43:47 +0000 (22:43 +0000)]
Bring .R files for nullgame and unfinished puzzles up to date with the rest of
the world (by adding icon support).

[originally from svn r7038]

17 years agoUpdate manual copyright to 2006.
Jacob Nevins [Fri, 29 Dec 2006 16:42:02 +0000 (16:42 +0000)]
Update manual copyright to 2006.

[originally from svn r7036]

17 years agoAdd NO_HTMLHELP and turn it on by default in Makefile.cyg.
Jacob Nevins [Thu, 28 Dec 2006 21:39:22 +0000 (21:39 +0000)]
Add NO_HTMLHELP and turn it on by default in Makefile.cyg.

[originally from svn r7033]

17 years agoEnhance icon.pl to be a fully general Windows icon builder: it now
Simon Tatham [Thu, 28 Dec 2006 17:07:21 +0000 (17:07 +0000)]
Enhance icon.pl to be a fully general Windows icon builder: it now
supports monochrome icons, can deal with any size of image you're
mad enough to put in there, and will construct icons with whatever
combination of sizes and resolutions you feel like specifying. This
has involved a change in the command-line syntax, hence the
adjustment to Makefile.

(I don't imagine that the changes described here will be critical to
Puzzles any time soon, but I might reuse this script elsewhere and
then I won't want it to have arbitrary limitations.)

[originally from svn r7031]

17 years ago`make all' targets are usually useful.
Simon Tatham [Wed, 27 Dec 2006 16:49:39 +0000 (16:49 +0000)]
`make all' targets are usually useful.

[originally from svn r7026]

17 years agoEr, further makedist fixes. Helps if you test _before_ checkin.
Simon Tatham [Wed, 27 Dec 2006 15:49:16 +0000 (15:49 +0000)]
Er, further makedist fixes. Helps if you test _before_ checkin.

[originally from svn r7025]

17 years agoAnd update makedist.sh to put all the new stuff into the source
Simon Tatham [Wed, 27 Dec 2006 15:36:27 +0000 (15:36 +0000)]
And update makedist.sh to put all the new stuff into the source
tarball.

[originally from svn r7024]

17 years agoFix the Cygwin RCFLAGS in the light of recent changes.
Simon Tatham [Wed, 27 Dec 2006 15:33:43 +0000 (15:33 +0000)]
Fix the Cygwin RCFLAGS in the light of recent changes.

[originally from svn r7023]

17 years agoAha, this seems to be a more sensible way of getting screenshots:
Simon Tatham [Wed, 27 Dec 2006 15:21:55 +0000 (15:21 +0000)]
Aha, this seems to be a more sensible way of getting screenshots:
instead of having the puzzle binary export its window ID to a script
which then runs xwd, we can use the gdk-pixbuf library to have the
puzzle binary _itself_ read its own internal pixmap and save it
straight to a PNG. How handy. And faster, and less timing-sensitive.

[originally from svn r7022]

17 years agoSupport for run-time icons in the GTK puzzles. This involved another
Simon Tatham [Wed, 27 Dec 2006 15:10:59 +0000 (15:10 +0000)]
Support for run-time icons in the GTK puzzles. This involved another
mkfiles.pl change (I don't seem to be planning ahead very well this
week), this time to provide a list of fallback options for an object
file. That way, I have a no-icon.c which quietly replaces
icons/foo-icon.c if the latter doesn't exist, and so again people
checking straight out from Subversion shouldn't have trouble.

[originally from svn r7021]

17 years agoActually introduce the ability to build the Windows icons into the
Simon Tatham [Wed, 27 Dec 2006 11:05:20 +0000 (11:05 +0000)]
Actually introduce the ability to build the Windows icons into the
Windows puzzle binaries. This checkin involves several distinct
changes:
 - mkfiles.pl now has an extra feature: if an object file is listed
   in Recipe with a trailing question mark, it will be considered
   optional, and silently dropped from the makefile if its primary
   source file isn't present at the time mkfiles.pl runs. This means
   people who check out the puzzles from Subversion and just run
   mkfiles.pl shouldn't get build failures; they just won't get the
   icons.
 - all the .R files now use this feature to include an optional
   Windows resource file.
 - the .rc resource source files are built by icons/Makefile.
 - windows.c finds the icon if present and uses it in place of the
   standard Windows application icon.

[originally from svn r7020]

17 years agoImprove the icon images by cropping selected pieces out of most of
Simon Tatham [Wed, 27 Dec 2006 10:26:13 +0000 (10:26 +0000)]
Improve the icon images by cropping selected pieces out of most of
the main screenshots. (A few, like Map, were perfect already.)

In the process I've vertically reflected the puzzle shown in the
Pattern save file, to bring a more interesting piece of it into the
top left corner :-)

[originally from svn r7019]

17 years agoCode to construct Windows icon files for the puzzles, by munging the
Simon Tatham [Tue, 26 Dec 2006 22:00:11 +0000 (22:00 +0000)]
Code to construct Windows icon files for the puzzles, by munging the
screenshots into appropriate sizes and colour depths. This is all
done with a nasty Perl script, because ImageMagick does not output
correct .ICO format. Not sure why; it isn't _that_ hard.

I intend at some point to link the resulting icons into the actual
Windows puzzle binaries, but before then I have to make them
prettier: most of them would benefit from being derived from a
smaller crop of the puzzle screenshot instead of trying to fit the
whole thing in.

[originally from svn r7017]

17 years agoNew mechanism for automatic generation of the puzzle screenshots on
Simon Tatham [Tue, 26 Dec 2006 16:47:28 +0000 (16:47 +0000)]
New mechanism for automatic generation of the puzzle screenshots on
the web, which I hope will also end up being extended to generate
both Windows and X icons for each individual puzzle. The mechanism
is: for each puzzle there's a save file in the `icons' subdirectory
showing a game state which I think is a decent illustration of the
puzzle, and then there's a nasty set of scripts which runs each
puzzle binary, loads that save file, grabs a screenshot using xwd,
and munges it into shape.

In order to support this I've added two new options (--redo and
--windowid) to all the GTK puzzles, which I don't expect ever to be
used outside the icons makefile. I've also added two more options
(--load and --id) which force a GTK puzzle to treat its command-line
option as a save file or as a game ID respectively (the previous
behaviour was always to guess, and sometimes it guessed wrong).

[originally from svn r7014]

17 years agoMinor const fix.
Simon Tatham [Sun, 24 Dec 2006 16:30:45 +0000 (16:30 +0000)]
Minor const fix.

[originally from svn r7013]

17 years agoHTML Help support for Puzzles, with the same kind of automatic
Simon Tatham [Sun, 24 Dec 2006 15:56:47 +0000 (15:56 +0000)]
HTML Help support for Puzzles, with the same kind of automatic
fallback behaviour as PuTTY's support.

[originally from svn r7009]

17 years agoAbility to build a .CHM for Puzzles. I haven't yet arranged for it
Simon Tatham [Sat, 23 Dec 2006 08:44:51 +0000 (08:44 +0000)]
Ability to build a .CHM for Puzzles. I haven't yet arranged for it
to be used by the Windows binaries; that's the next step.

[originally from svn r7006]

17 years agoSmall printing fix from Gary Wong. Shows up when printing with
Simon Tatham [Thu, 21 Dec 2006 17:11:56 +0000 (17:11 +0000)]
Small printing fix from Gary Wong. Shows up when printing with
solutions: the rightmost and lowermost lines of the grid never get
solution lines drawn on them.

[originally from svn r7003]

17 years agoFix a couple of rounding errors in Inertia's gem-drawing code which
Simon Tatham [Fri, 24 Nov 2006 18:24:01 +0000 (18:24 +0000)]
Fix a couple of rounding errors in Inertia's gem-drawing code which
didn't happen to show up at the default resolution but made the gem
slightly skewed at larger sizes.

[originally from svn r6919]

17 years agoOptionally label the colours in Guess with letters of the alphabet.
Simon Tatham [Thu, 23 Nov 2006 13:17:31 +0000 (13:17 +0000)]
Optionally label the colours in Guess with letters of the alphabet.
Labels are toggled on and off by pressing L (just like Map). Might
help colour-blind users, and might also make it easier to describe
game positions to other people because `abbc' has fewer syllables
than `red, yellow, yellow, green', and hugely fewer letters if
you're typing it.

[originally from svn r6916]

17 years agoPatch I've had lurking around for over a year and not remembered to
Simon Tatham [Mon, 20 Nov 2006 10:20:46 +0000 (10:20 +0000)]
Patch I've had lurking around for over a year and not remembered to
commit: arrange that midend_set_timer(), hence game_timing_state(),
is called when the game_ui is changed. This allows timed games to
work by obscuring the initial layout until an initial click causes
it to be revealed, without requiring that they store that reveal
operation as a move in the undo chain. Not that any games actually
do this, but it's clearly a sensible thing to want to do: since
game_timing_state() _receives_ a game_ui as a parameter, obviously
it should be consulted when the game_ui changes.

[originally from svn r6914]

17 years agoJames H's Palm-compatibility updates to the latest Loopy changes,
Simon Tatham [Wed, 1 Nov 2006 13:25:25 +0000 (13:25 +0000)]
James H's Palm-compatibility updates to the latest Loopy changes,
working around bugs in the Palm compiler and removing Palm-
incompatible diagnostics such as fprintf.

[originally from svn r6889]

17 years agoMike's changes to dsf.c alter the internal storage format of dsf
Simon Tatham [Wed, 1 Nov 2006 11:31:20 +0000 (11:31 +0000)]
Mike's changes to dsf.c alter the internal storage format of dsf
structures, meaning that ad-hoc initialisation now doesn't work.
Hence, this checkin converts all ad-hoc dsf initialisations into
calls to dsf_init() or snew_dsf(). At least, I _hope_ I've caught
all of them.

[originally from svn r6888]

17 years agoMinimal (i.e., lame) update to Loopy documentation to match reality -- it's
Jacob Nevins [Sun, 29 Oct 2006 17:40:45 +0000 (17:40 +0000)]
Minimal (i.e., lame) update to Loopy documentation to match reality -- it's
been wrong since r6299.

[originally from svn r6884]
[r6299 == c389f623f66fe5296f7ef5c66d88884607b82cff]

17 years agoI'm sick and tired of having unfinished puzzle code lying around on
Simon Tatham [Sun, 29 Oct 2006 09:41:02 +0000 (09:41 +0000)]
I'm sick and tired of having unfinished puzzle code lying around on
several different systems in strange directories. So I'm creating an
`unfinished' directory within source control, and centralising all
my half-finished, half-baked or otherwise half-arsed puzzle
implementations into it. Herewith Sokoban (playable but rubbish
generation), Pearl (Masyu - rubbish generation and nothing else),
Path (Number Link - rubbish generation and nothing else) and NumGame
(the Countdown numbers game - currently just a solver and not even a
generator yet).

[originally from svn r6883]

17 years agor6880 accidentally backed out r6780. That's what I get for accepting
Simon Tatham [Sun, 29 Oct 2006 09:34:09 +0000 (09:34 +0000)]
r6880 accidentally backed out r6780. That's what I get for accepting
source files from Mike rather than patches, and not adequately
checking the result...

[originally from svn r6882]
[r6780 == f05c25347d66821d928668a7e87dffbf3ffed027]
[r6880 == b9547673c6462bf73e642328300479df6df71d7b]

17 years agoMike Pinna has done some major reworking of the Loopy solver, giving
Simon Tatham [Sat, 28 Oct 2006 15:38:53 +0000 (15:38 +0000)]
Mike Pinna has done some major reworking of the Loopy solver, giving
rise to a new Hard difficulty level.

[originally from svn r6880]

17 years agoCouple of minor errors.
Simon Tatham [Tue, 17 Oct 2006 08:25:40 +0000 (08:25 +0000)]
Couple of minor errors.

[originally from svn r6872]

17 years agoForgot to put the new .R files into makedist.sh. Oops!
Simon Tatham [Wed, 6 Sep 2006 08:23:15 +0000 (08:23 +0000)]
Forgot to put the new .R files into makedist.sh. Oops!

[originally from svn r6849]

17 years agoJesse W points out that I forgot to update the OS X front end in
Simon Tatham [Fri, 25 Aug 2006 07:10:59 +0000 (07:10 +0000)]
Jesse W points out that I forgot to update the OS X front end in
r6420, so both drawing.c _and_ the front end were prepending the
time to the front of the Mines status bar, leading to a double
timestamp.

[originally from svn r6796]
[r6420 == 240b6cab8ce8729b7270a0411ab39038814058f1]

17 years agoAlways something. Mention `svn add'ing the .R file in the new-puzzle
Simon Tatham [Sat, 5 Aug 2006 17:25:09 +0000 (17:25 +0000)]
Always something. Mention `svn add'ing the .R file in the new-puzzle
checklist, and mention the now-not-version-controlled list.c in
svn:ignore.

[originally from svn r6782]

17 years agoI'm sick of repeatedly adding and removing local changes to Recipe
Simon Tatham [Sat, 5 Aug 2006 17:20:29 +0000 (17:20 +0000)]
I'm sick of repeatedly adding and removing local changes to Recipe
when testing a new game, so here's a new architecture for the Recipe
file. mkfiles.pl now supports several new features:

 - an `!include' directive, which accepts wildcards
 - += to append to an existing object group definition
 - the ability to divert output to an arbitrary file.

So now each puzzle has a `.R' file containing a fragment of Recipe
code describing that puzzle, and the central Recipe does `!include
*.R' to construct the Makefiles. That way, I can keep as many
experimental half-finished puzzles lying around my working directory
as I like, and I won't have to keep reverting Recipe when I check in
any other changes.

As part of this change, list.c is no longer a version-controlled
file; it's now constructed by mkfiles.pl, so that it too can take
advantage of this mechanism.

[originally from svn r6781]

17 years agoExtra utility function.
Simon Tatham [Sat, 5 Aug 2006 16:35:25 +0000 (16:35 +0000)]
Extra utility function.

[originally from svn r6780]

17 years agoRandom docs cleanups I've collected together.
Simon Tatham [Fri, 7 Jul 2006 13:59:16 +0000 (13:59 +0000)]
Random docs cleanups I've collected together.

[originally from svn r6749]

17 years agoSince r6711, puzzles built with Gtk 1.2 would take double actions when a menu
Jacob Nevins [Mon, 26 Jun 2006 22:01:51 +0000 (22:01 +0000)]
Since r6711, puzzles built with Gtk 1.2 would take double actions when a menu
accelerator key (N/U/R/Q) was pressed -- once for the menu accelerator, and
once more in key_event().
This workaround, while unlovely, should at least not break in future (since the
things it relies on are unlikely to change).

[originally from svn r6745]
[r6711 == 077aa510c78f3273bd0d4ca4f1ca14780822ebf9]

18 years agoTrivial patch from Ben Hutchings to support resizable windows under
Simon Tatham [Sat, 20 May 2006 12:06:41 +0000 (12:06 +0000)]
Trivial patch from Ben Hutchings to support resizable windows under
GTK. All the infrastructure in the midend and beyond was already
there; it was just a matter of enabling it!

[originally from svn r6712]

18 years agoBen Hutchings's patch to add display of key accelerators in the Game
Simon Tatham [Sat, 20 May 2006 12:01:55 +0000 (12:01 +0000)]
Ben Hutchings's patch to add display of key accelerators in the Game
menu.

[originally from svn r6711]

18 years agoPatch from Ben Hutchings to prevent an ugly special case in
Simon Tatham [Sat, 20 May 2006 11:58:24 +0000 (11:58 +0000)]
Patch from Ben Hutchings to prevent an ugly special case in
&splitline in which a line is `split' into a line ending in a
backslash followed by a completely blank line.

[originally from svn r6710]

18 years agoCleanup patch from Ben Hutchings, fixing some odd-looking range
Simon Tatham [Sat, 20 May 2006 11:54:21 +0000 (11:54 +0000)]
Cleanup patch from Ben Hutchings, fixing some odd-looking range
checks. He thinks they were harmless (due to being followed by other
range checks in RIGHTOF_DOT and friends) but it clearly can't hurt
to fix them anyway.

[originally from svn r6709]

18 years agoPatch from Ben Hutchings to prevent memory leakage during Loopy game
Simon Tatham [Sat, 20 May 2006 11:52:22 +0000 (11:52 +0000)]
Patch from Ben Hutchings to prevent memory leakage during Loopy game
generation.

[originally from svn r6708]

18 years agoTidy up comments.
Simon Tatham [Sun, 12 Mar 2006 09:06:27 +0000 (09:06 +0000)]
Tidy up comments.

[originally from svn r6601]

18 years agoIntroduce a new deductive mode in Slant's Hard level, which is the
Simon Tatham [Mon, 6 Mar 2006 20:03:27 +0000 (20:03 +0000)]
Introduce a new deductive mode in Slant's Hard level, which is the
generalisation of the previous deduction involving two 3s or two 1s
either adjacent or separated by a row of contiguous 2s. I always
said that was an ugly loop and really ought to arise naturally as a
special case of something more believable, and here it is.

The practical upshot is that Hard mode has just become slightly
harder: some grids generated by the new Slant will be unsolvable by
the old one's solver. I don't think it's become _excessively_ more
hard; I think I'm happy with the new difficulty level. (In
particular, I don't think the new level is sufficiently harder than
the old to make it worth preserving the old one as Medium or
anything like that.)

[originally from svn r6591]

18 years ago"Hold" function in Guess was completely broken.
Jacob Nevins [Fri, 3 Mar 2006 20:04:13 +0000 (20:04 +0000)]
"Hold" function in Guess was completely broken.
Fix it, add holds to the undo history (by analogy with Net), and save the
current holds in saved games.
Also fix a couple of unrelated minor issues with string encoding.

[originally from svn r6590]

18 years agoI've been pondering whether to do this for months: turn the rather
Simon Tatham [Thu, 2 Mar 2006 19:39:46 +0000 (19:39 +0000)]
I've been pondering whether to do this for months: turn the rather
washed-out yellow and green in Guess into their full-brightness pure
forms. This makes them hard to see against some backgrounds, so I'm
also surrounding all coloured pegs with black outlines. Looks a
little cartoony, but I think it's an overall improvement on the
previous look.

[originally from svn r6589]

18 years agoMines's error signalling is highly asymmetric: if you erroneously
Simon Tatham [Mon, 20 Feb 2006 19:51:50 +0000 (19:51 +0000)]
Mines's error signalling is highly asymmetric: if you erroneously
believe a square to be empty, you find out instantly and lethally,
but if you erroneously believe a square to be full you can
occasionally (when it doesn't cause a complementary square to be
assumed empty) not notice until you find at the very end of the game
that you're one mine heavy. To help with this, here's an error
highlighting patch: any number square surrounded by an excess of
flags will now light up red. This should be an unintrusive change,
because it will never happen unless you make a mistake.

[originally from svn r6580]

18 years agoSmall docs patch from Phil Bordelon adding more history of Sudoku.
Simon Tatham [Sun, 19 Feb 2006 12:54:17 +0000 (12:54 +0000)]
Small docs patch from Phil Bordelon adding more history of Sudoku.

[originally from svn r6575]

18 years agoPatch from Phil Bordelon to improve Bridges' appearance by adjusting
Simon Tatham [Sun, 19 Feb 2006 12:42:46 +0000 (12:42 +0000)]
Patch from Phil Bordelon to improve Bridges' appearance by adjusting
the font size.

[originally from svn r6573]

18 years agoTal Kelrich spotted that hitting `Solve' on a configuration which is
Simon Tatham [Tue, 7 Feb 2006 21:45:50 +0000 (21:45 +0000)]
Tal Kelrich spotted that hitting `Solve' on a configuration which is
laser-indistinguishable from the right solution _but_ has a number
of balls outside the acceptable range does not report an error. His
example was the game ID w8h8m5M5:1e3e6e80fa3e16265ccef7ca , omitting
the rightmost ball in the second row.

[originally from svn r6542]

18 years agoIt's a new year.
Jacob Nevins [Sun, 8 Jan 2006 18:18:11 +0000 (18:18 +0000)]
It's a new year.

[originally from svn r6513]
[this svn revision also touched halibut,putty,putty-website]

18 years agoRevert a change in an assertion made in r6299. It was right the
Simon Tatham [Thu, 5 Jan 2006 09:40:51 +0000 (09:40 +0000)]
Revert a change in an assertion made in r6299. It was right the
first time, and now has a comment explaining why!

[originally from svn r6511]
[r6299 == c389f623f66fe5296f7ef5c66d88884607b82cff]

18 years agoAdd some random index terms. ("Sudoku" wasn't in the index!)
Jacob Nevins [Tue, 27 Dec 2005 15:36:21 +0000 (15:36 +0000)]
Add some random index terms. ("Sudoku" wasn't in the index!)

[originally from svn r6509]

18 years agoLaurent Thioudellet reports that gcc4's ultra-cautious data flow
Simon Tatham [Mon, 26 Dec 2005 23:24:09 +0000 (23:24 +0000)]
Laurent Thioudellet reports that gcc4's ultra-cautious data flow
warnings require two more variables to be explicitly initialised. In
fact these variables are reliably initialised by a subfunction; gcc3
was happy to assume I knew what I was doing when it couldn't prove
they were definitely used uninitialised, whereas gcc4 apparently
takes the view that the onus is on me to allow it to prove they
_aren't_. I regard this as a step backwards, since the effect will
be to make explicit initialisation commonplace in cases where the
initialiser value is chosen arbitrarily and never expected to be
used, at which point (a) it will be less clear which initialisers
have genuine purpose and which are compiler-placating fluff, and (b)
valgrind's run-time uninitialised-data tracking will become less
useful. Still, the effect doesn't seem great as yet, so here's the
gcc4-placating checkin.

[originally from svn r6508]

18 years agoI've just noticed a bug in the Inertia solver: if you call it on an
Simon Tatham [Mon, 26 Dec 2005 11:26:34 +0000 (11:26 +0000)]
I've just noticed a bug in the Inertia solver: if you call it on an
already-solved grid (i.e. no gems), it will still attempt to show
you a move you can make. Eliminate that special case.

[originally from svn r6507]

18 years agoCorrect w/h mixup in grid edge checks.
Simon Tatham [Thu, 10 Nov 2005 11:57:15 +0000 (11:57 +0000)]
Correct w/h mixup in grid edge checks.

[originally from svn r6452]

18 years agoDocument Unix command-line options.
Jacob Nevins [Sat, 22 Oct 2005 19:58:59 +0000 (19:58 +0000)]
Document Unix command-line options.

[originally from svn r6423]

18 years agoFix segfault in Tents' printing.
Jacob Nevins [Sat, 22 Oct 2005 18:18:21 +0000 (18:18 +0000)]
Fix segfault in Tents' printing.

[originally from svn r6422]

18 years agoWork around a couple of minor display issues with max bridges set to 4:
Jacob Nevins [Sat, 22 Oct 2005 18:07:56 +0000 (18:07 +0000)]
Work around a couple of minor display issues with max bridges set to 4:

 - the highlighting for a set of 4 lines spilled outside the tile, so would
   leave white residue if undone;

 - the endpoints of sets of 4 lines were not completely overprinted by the
   circle of an island (at least on Windows), which was untidy.

Fixed by reducing the gap width for groups of lines which wouldn't otherwise
fit in a tile (only).

[originally from svn r6421]

18 years agoCleanup: relieve frontends of the duty to call
Simon Tatham [Sat, 22 Oct 2005 17:23:55 +0000 (17:23 +0000)]
Cleanup: relieve frontends of the duty to call
midend_rewrite_statusbar() and check the result against the last
string returned. This is now done centrally in drawing.c, and the
front end status bar function need only do what it says on the tin.

While I'm modifying the prototype of drawing_init(), I've also
renamed it drawing_new() for the same reason as random_new() (it
_allocates_ a drawing object, rather than just initialising one
passed in).

[originally from svn r6420]

18 years agoCleanup: remove the `just_used_solve' field from a number of games
Simon Tatham [Sat, 22 Oct 2005 17:00:35 +0000 (17:00 +0000)]
Cleanup: remove the `just_used_solve' field from a number of games
which didn't actually need it. It was originally introduced in
Fifteen to suppress animation on Solve moves, but midend.c now does
that centrally unless the game specifically instructs it otherwise.
Therefore, just_used_solve is obsolete in all games which previously
used it. (Mines was even worse: it scrupulously maintained the
correctness of the field but never used it!)

Untangle is exempt from this cleanup: its `just_solved' field is
used to change the _length_ of the animation on Solve moves, not to
suppress it entirely, and so it has to stay.

[originally from svn r6419]

18 years agoForgot to update devel.but in r6417.
Simon Tatham [Sat, 22 Oct 2005 16:53:06 +0000 (16:53 +0000)]
Forgot to update devel.but in r6417.

[originally from svn r6418]
[r6417 == eb2013efc0a6201d0e46de65c1a905b676d13d01]

18 years agoCleanup: it was absolutely stupid for game_wants_statusbar() to be a
Simon Tatham [Sat, 22 Oct 2005 16:52:16 +0000 (16:52 +0000)]
Cleanup: it was absolutely stupid for game_wants_statusbar() to be a
function, since it took no parameters by which to vary its decision,
and in any case it's hard to imagine a game which only
_conditionally_ wants a status bar. Changed it into a boolean data
field in the backend structure.

[originally from svn r6417]

18 years agoCleanup: remove the game_state parameter to game_colours(). No game
Simon Tatham [Sat, 22 Oct 2005 16:44:38 +0000 (16:44 +0000)]
Cleanup: remove the game_state parameter to game_colours(). No game
was actually using it, and also it wasn't being called again for
different game states or different game parameters, so it would have
been a mistake to depend on anything in that game state. Games are
now expected to commit in advance to a single fixed list of all the
colours they will ever need, which was the case in practice already
and simplifies any later port to a colour-poor platform. Also this
change has removed a lot of unnecessary faff from midend_colours().

[originally from svn r6416]

18 years agoNoticed recently that bitcount16() isn't 16-bit clean due to signed
Simon Tatham [Sat, 22 Oct 2005 16:38:15 +0000 (16:38 +0000)]
Noticed recently that bitcount16() isn't 16-bit clean due to signed
shift right. It doesn't actually matter in the current code since
the input word only ever uses the bottom 9 bits, but if I ever
extended Mines to work in a triangular grid then all 16 bits might
be required. Fix this now, while I'm cleaning things up, so that it
won't bite me unexpectedly in future.

[originally from svn r6415]

18 years agoCleanup: the `mouse_priorities' field in the back end has been a
Simon Tatham [Sat, 22 Oct 2005 16:35:23 +0000 (16:35 +0000)]
Cleanup: the `mouse_priorities' field in the back end has been a
more general-purpose flags word for some time now. Rename it to
`flags'.

[originally from svn r6414]

18 years agoOS X frontend was directly calling the backend's wants_statusbar()
Simon Tatham [Sat, 22 Oct 2005 16:34:28 +0000 (16:34 +0000)]
OS X frontend was directly calling the backend's wants_statusbar()
function, whereas it ought to have been calling the midend's one.

[originally from svn r6413]

18 years agoCleanup: rename random_init() to random_new(), because it actually
Simon Tatham [Sat, 22 Oct 2005 16:27:54 +0000 (16:27 +0000)]
Cleanup: rename random_init() to random_new(), because it actually
_allocates_ a random_state rather than just initialising one passed
in by the caller.

[originally from svn r6412]

18 years agoNew puzzle from James H: `Bridges', another Nikoli job.
Simon Tatham [Fri, 21 Oct 2005 08:07:31 +0000 (08:07 +0000)]
New puzzle from James H: `Bridges', another Nikoli job.

[originally from svn r6409]

18 years agoMiscellaneous fixes. Correct a comparison of y with w causing
Simon Tatham [Mon, 17 Oct 2005 18:41:05 +0000 (18:41 +0000)]
Miscellaneous fixes. Correct a comparison of y with w causing
assertion failures in portrait-type grids; retire an unused array in
the game generation function (my original generation strategy needed
it, but the final one didn't); correct a typo; further restrict the
generable sizes of game and include a special case for 4x4dt to
prevent a tight loop.

[originally from svn r6405]

18 years agoJust noticed a longhand shuffling operation which I must have missed
Simon Tatham [Mon, 17 Oct 2005 18:32:24 +0000 (18:32 +0000)]
Just noticed a longhand shuffling operation which I must have missed
when I converted them all into calls to shuffle().

[originally from svn r6404]

18 years agoJanes H provides a small workaround for a Palm tools bug.
Simon Tatham [Sat, 15 Oct 2005 16:03:14 +0000 (16:03 +0000)]
Janes H provides a small workaround for a Palm tools bug.

[originally from svn r6403]

18 years agoSmall error in solver diagnostics.
Simon Tatham [Sat, 15 Oct 2005 15:01:40 +0000 (15:01 +0000)]
Small error in solver diagnostics.

[originally from svn r6402]

18 years agoRevamp of the control mechanism to permit drag- as well as
Simon Tatham [Fri, 14 Oct 2005 12:23:41 +0000 (12:23 +0000)]
Revamp of the control mechanism to permit drag- as well as
click-based control. Only used for right-dragging to clear a large
area to NONTENT.

[originally from svn r6400]

18 years agoNew puzzle: `Tents'. Requires a potentially shared algorithms module
Simon Tatham [Thu, 13 Oct 2005 18:30:24 +0000 (18:30 +0000)]
New puzzle: `Tents'. Requires a potentially shared algorithms module
maxflow.c. Also in this checkin, fixes to the OS X and GTK back ends
to get ALIGN_VNORMAL right. This is the first time I've used it! :-)

[originally from svn r6390]

18 years agoloopy_diffnames[] isn't used, and provokes a warning on OS X.
Simon Tatham [Thu, 13 Oct 2005 18:27:57 +0000 (18:27 +0000)]
loopy_diffnames[] isn't used, and provokes a warning on OS X.

[originally from svn r6389]

18 years agoYikes! I've only just noticed that this copy of tree234.c was still
Simon Tatham [Wed, 12 Oct 2005 17:57:40 +0000 (17:57 +0000)]
Yikes! I've only just noticed that this copy of tree234.c was still
using unwrappered malloc/free, leaving plenty of openings for out-
of-memory segfaults. Switch to using Puzzles's memory management,
which I should have done right at the start but can only assume I
forgot about.

[originally from svn r6388]

18 years agor6384 didn't go quite far enough. In fact, a grid square which
Simon Tatham [Mon, 10 Oct 2005 17:22:33 +0000 (17:22 +0000)]
r6384 didn't go quite far enough. In fact, a grid square which
differs between oldstate and state in only the hint bit should not
have a flip animation even if hints_active is TRUE. Flip animations
should only happen for tiles which are changing their primary state.
(Put like that, it seems so obvious.)

Test case which demonstrates this fix to be right and r6384 to be
wrong: 3x3:101000000000000000000,300 . Hit Solve immediately and
then click on the red-highlighted squares.

[originally from svn r6385]
[r6384 == dd175e490a197026210ba4432eec6236971c6173]

18 years agoFixes for handling human-entered Flip games. The clicked-on square
Simon Tatham [Mon, 10 Oct 2005 16:31:26 +0000 (16:31 +0000)]
Fixes for handling human-entered Flip games. The clicked-on square
always got a flip animation even when it wasn't one of the ones
being turned, and a square with no effect at all was still counting
as a move.

Since it's an invariant of Flip's internal generator that every
square includes itself as an effect, this never comes up in auto-
generated games.

[originally from svn r6384]