shithub: puzzles

RSS feed

ea13d39a – Simon Tatham <anakin@pobox.com> authored on 2008/04/08 06:30
Having got Jigsaw mode generation working at reasonable speed, we

c8a843ee – Simon Tatham <anakin@pobox.com> authored on 2008/04/08 05:36
Improvements to filled-grid generation. Introduced a cunning idea

771532fe – Simon Tatham <anakin@pobox.com> authored on 2008/04/07 13:16
Ahem. Apparently forgot to compile-test after that one last tiny

05642111 – Simon Tatham <anakin@pobox.com> authored on 2008/04/07 13:13
Revise the printing colour framework so that we can explicitly

30da2526 – Simon Tatham <anakin@pobox.com> authored on 2008/04/07 13:12
Pedantic tweaks to allow successful compilation on Windows. (gcc

93103eec – Simon Tatham <anakin@pobox.com> authored on 2008/04/07 11:56
Substantial reworking of Solo so that it implements both Sudoku-X

d2369aab – Simon Tatham <anakin@pobox.com> authored on 2008/03/20 05:18
Hmm. Telling xvfb to default to a TrueColor visual did help, in that

202e023f – Simon Tatham <anakin@pobox.com> authored on 2008/03/19 20:19
I _think_, after some fairly random experimentation, that this ought

7a3549db – Simon Tatham <anakin@pobox.com> authored on 2008/03/11 13:59
Update the OS X Puzzles makefile so that it builds on Leopard and

ace2c7da – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2008/02/10 13:43
UI change to Filling: allow multiple squares to be set at once.

9673a2a7 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2008/02/10 12:12
It's another new year.

433e6150 – Simon Tatham <anakin@pobox.com> authored on 2008/01/15 13:04
Syntactic fixes by Zach Wily to make the OS X build work under 10.5.

5b9a5aa4 – Simon Tatham <anakin@pobox.com> authored on 2007/12/15 16:09
64-bit cleanliness: we were already carefully using a uint32 type in

a603318e – Simon Tatham <anakin@pobox.com> authored on 2007/08/25 13:46
A rigorous proof. Totally unimportant to the code, but I didn't want

f228c5ef – Simon Tatham <anakin@pobox.com> authored on 2007/08/25 11:50
Fix an inaccurate comment.

cb090130 – Simon Tatham <anakin@pobox.com> authored on 2007/08/25 11:32
I've just realised that my deliberate avoidance of non-simply

c746f6d0 – Simon Tatham <anakin@pobox.com> authored on 2007/08/25 10:10
Commit my work so far on a generator for Nikoli's `Block Puzzle'. It

4ff90bd4 – Simon Tatham <anakin@pobox.com> authored on 2007/08/18 09:32
Ahem. Finishing writing the comment _before_ checkin is generally sensible.

4c1e3ca7 – Simon Tatham <anakin@pobox.com> authored on 2007/08/18 09:30
Allow a 1-omino to be completely destroyed and recreated in an

333d57bf – Simon Tatham <anakin@pobox.com> authored on 2007/08/18 07:19
Better test-mode diagnostics.

cc54c094 – Simon Tatham <anakin@pobox.com> authored on 2007/08/18 06:07
A piece of library code which constructs a random division of a

2842817e – Simon Tatham <anakin@pobox.com> authored on 2007/07/31 13:04
Experimental UI tweak enabled by a hacky environment variable:

519b7de9 – Simon Tatham <anakin@pobox.com> authored on 2007/07/05 14:57
A user points out that Loopy's solver relies on elements of the

d9c4a9b6 – Simon Tatham <anakin@pobox.com> authored on 2007/06/29 05:45
Optimiser placation.

1c42aec2 – Simon Tatham <anakin@pobox.com> authored on 2007/05/20 10:28
Updates and improvements from Jonas Koelker.

399ac356 – Simon Tatham <anakin@pobox.com> authored on 2007/05/19 02:16
Left puzzles.rc2 out of the tarball. Oops.

e6116563 – Simon Tatham <anakin@pobox.com> authored on 2007/05/12 09:13
More forgiving selection of dragging targets.

be8f9c52 – Simon Tatham <anakin@pobox.com> authored on 2007/05/12 07:51
Graphics tweak: make the top-right and bottom-left corners of

143081d2 – Simon Tatham <anakin@pobox.com> authored on 2007/05/12 06:26
In-game user interface to the solver.

5b8b8553 – Simon Tatham <anakin@pobox.com> authored on 2007/05/12 04:26
Fix tiny memory leak if you pressed Solve while part way through an

81e3a145 – Simon Tatham <anakin@pobox.com> authored on 2007/05/12 04:14
Remove the check for disconnected pieces; it's over-general and

05a0cf06 – Simon Tatham <anakin@pobox.com> authored on 2007/05/10 07:10
noicon.rc was missing from the Unix source archive, which caused a

81ccb144 – Simon Tatham <anakin@pobox.com> authored on 2007/05/07 15:36
Stand-alone slidesolver.

f7d2c941 – Simon Tatham <anakin@pobox.com> authored on 2007/05/07 15:08
Add an optional move limit during game generation.

2d30316b – Simon Tatham <anakin@pobox.com> authored on 2007/05/07 13:51
Slight solver speedup by tracking more carefully which block merges

ab80d0b7 – Simon Tatham <anakin@pobox.com> authored on 2007/05/07 13:50
Add a new misc.c function needed by Slide's colour setup.

7fce4f57 – Simon Tatham <anakin@pobox.com> authored on 2007/05/07 10:49
Close-to-finished auto-generating implementation of Klotski.

6da88491 – Simon Tatham <anakin@pobox.com> authored on 2007/05/06 05:54
I still haven't managed to get the WinCE port building via bob, but

61395a51 – Simon Tatham <anakin@pobox.com> authored on 2007/04/04 15:12
Ensure the shuffling process never produces an already-solved grid.

f6a72764 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2007/03/31 12:00
In the Windows frontend, stop tab navigation from activating buttons.

9885a86a – Simon Tatham <anakin@pobox.com> authored on 2007/03/26 06:24
Er, and now do that _without_ introducing further segfaults.

0589681d – Simon Tatham <anakin@pobox.com> authored on 2007/03/26 06:20
Stop failing assertions when we encounter an insoluble puzzle.

5fb108db – Simon Tatham <anakin@pobox.com> authored on 2007/03/23 14:08
Kyle Brazell points out that the completion checker considers a

02cd67ec – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2007/03/16 09:32
Disallow clicks between squares.

67b37596 – Simon Tatham <anakin@pobox.com> authored on 2007/03/11 06:39
r7364 failed to expand a malloc to match the larger data being put

f7e75562 – Simon Tatham <anakin@pobox.com> authored on 2007/03/11 06:12
Gary Wong observes that solo's decode_params() is overenthusiastic

4212ef4b – Simon Tatham <anakin@pobox.com> authored on 2007/03/11 06:04
Gary Wong points out that solosolver's verbose output is

d0a82454 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2007/03/03 18:43
Since we've changed the semantics of the `expand' argument to midend_size(),

8b21ddc3 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2007/03/03 18:17
Patch from Ben Hutchings to allow user-initiated tilesize changes to persist

c1b0c1d0 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2007/03/03 17:39
Ben Hutchings' patch to allow Gtk windows to be shrunk as well as grown

d916cd7f – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2007/03/03 17:05
Refactoring patch from Ben Hutchings: move all the Gtk resize code into one

39d299f5 – Simon Tatham <anakin@pobox.com> authored on 2007/03/03 12:36
Patch from James H to provide resizability on Windows.

8d710851 – Simon Tatham <anakin@pobox.com> authored on 2007/03/03 12:25
Minor cleanups (mostly \ns in diagnostic printfs) from James H.

587d1057 – Simon Tatham <anakin@pobox.com> authored on 2007/03/03 12:15
My favourite kind of patch, from James H: one which decreases the

6a361ce7 – Simon Tatham <anakin@pobox.com> authored on 2007/03/03 04:41
About time I got round to documenting the new

6713d21c – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2007/03/02 15:14
Fix problems with arrow UI with non-square grid.

3584fc5a – Simon Tatham <anakin@pobox.com> authored on 2007/03/01 13:57
Silliness! Here's a somewhat hacky patch which builds an additional

2fc204c1 – Simon Tatham <anakin@pobox.com> authored on 2007/03/01 08:29
Amend README so that it makes reasonable sense no matter whether

db743e54 – Simon Tatham <anakin@pobox.com> authored on 2007/03/01 02:41
Cleanup patch from James H: disable the `s' key, which was only in

f5dedef5 – Simon Tatham <anakin@pobox.com> authored on 2007/03/01 02:39
Adam D. Lopresto and Phil Bordelon independently point out a

cf0b0b74 – Simon Tatham <anakin@pobox.com> authored on 2007/03/01 02:32
Bound edge thicknesses below so that they're always thicker than the

682ea218 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2007/02/28 17:22
Fix some border drawing issues.

3940c22d – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2007/02/28 16:49
MinGW windres doesn't like an empty resource file, so invent a resource to

9287d95d – Simon Tatham <anakin@pobox.com> authored on 2007/02/28 16:19
General cleanups patch from James H:

de5ccc93 – Simon Tatham <anakin@pobox.com> authored on 2007/02/28 16:02
Gary Wong points out a couple of minor errors in the setting of

e663595a – Simon Tatham <anakin@pobox.com> authored on 2007/02/27 16:03
Provide my old drag-based interface to Net as an ifdef-enabled

e7357045 – Simon Tatham <anakin@pobox.com> authored on 2007/02/27 15:52
Another thing to watch out for when adding new puzzles.

1dc3ce6d – Simon Tatham <anakin@pobox.com> authored on 2007/02/27 15:49
Create a blank .rc file to be used in the absence of icons/foo.rc.

650929a5 – Simon Tatham <anakin@pobox.com> authored on 2007/02/27 15:46
This game requires the numpad.

15f70f52 – Simon Tatham <anakin@pobox.com> authored on 2007/02/26 15:35
Dariusz Olszewski's changes to support compiling for PocketPC. This

3bfe0fb3 – Simon Tatham <anakin@pobox.com> authored on 2007/02/25 18:30
After it confused Verity, clarify in the Unequal docs that the

ca96ca1a – Simon Tatham <anakin@pobox.com> authored on 2007/02/25 10:57
Hardwiring the grid line width to 1 is really bad for printing. Use

bc64fc84 – Simon Tatham <anakin@pobox.com> authored on 2007/02/25 10:50
Galaxies doesn't print in colour.

a7408203 – Simon Tatham <anakin@pobox.com> authored on 2007/02/25 08:00
Don't create an undo-chain entry for a move with no effect.

b9fd6369 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2007/02/25 07:54
Fix a UI glitch where dragging an existing arrow could change what it

19824f58 – Simon Tatham <anakin@pobox.com> authored on 2007/02/25 07:18
Tweak the cropping of the Filling icon very slightly.

df1fcbfd – Simon Tatham <anakin@pobox.com> authored on 2007/02/25 07:12
Update the checklist (yet again) to try to prevent a recurrence of

b1679913 – Simon Tatham <anakin@pobox.com> authored on 2007/02/25 07:11
Forgot to enable the Windows icon.

1059e136 – Simon Tatham <anakin@pobox.com> authored on 2007/02/25 07:04
More updates to the new-puzzle checklist.

df31d4f4 – Simon Tatham <anakin@pobox.com> authored on 2007/02/25 06:37
New puzzle: `Filling', a Fillomino implementation by Jonas Koelker.

8b1b6bc9 – Simon Tatham <anakin@pobox.com> authored on 2007/02/25 05:10
Oops. Having built the installer, we need a redirect for it in

b05cb1ea – Simon Tatham <anakin@pobox.com> authored on 2007/02/24 14:33
Build an installer for Puzzles.

63e5783d – Simon Tatham <anakin@pobox.com> authored on 2007/02/24 12:34
Somehow I let a couple of // comments get past me when I accepted

027bf40f – Simon Tatham <anakin@pobox.com> authored on 2007/02/22 18:18
Phil Bordelon points out that when I renamed `Recursive' I missed a

2b384fae – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2007/02/22 16:31
Remove spurious semicolons from macros; their upset compilers that don't like

9f9a1368 – Simon Tatham <anakin@pobox.com> authored on 2007/02/22 14:05
And fix the error _I_ made in r7311. I should stop coding now,

8c0890a3 – Simon Tatham <anakin@pobox.com> authored on 2007/02/22 13:59
Part of r7310 completely changed the careful semantics of my

a428c589 – Simon Tatham <anakin@pobox.com> authored on 2007/02/22 13:13
Patch from James H to make the Palm compiler stop objecting to my

9d9e02f1 – Simon Tatham <anakin@pobox.com> authored on 2007/02/22 13:09
We may reluctantly permit the returning of a too-easy puzzle if an

86ee29ac – Simon Tatham <anakin@pobox.com> authored on 2007/02/22 05:06
James H forgot to credit himself for Galaxies!

da185cd6 – Simon Tatham <anakin@pobox.com> authored on 2007/02/22 04:54
Update the new-puzzle checklist for the post-bob world.

58995720 – Simon Tatham <anakin@pobox.com> authored on 2007/02/22 04:50
Missing uses of \q{}.

e137ad8b – Simon Tatham <anakin@pobox.com> authored on 2007/02/22 04:31
Add James Harvey's excellent new puzzle, `Galaxies'.

aa6fb750 – Simon Tatham <anakin@pobox.com> authored on 2007/02/19 14:38
Forgot to shuffle the num[] array! That was probably introducing

d68ba4b2 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2007/02/13 18:01
Replicate r7285 from PuTTY: make keyboard input work in HTML Help.

da4606dd – Simon Tatham <anakin@pobox.com> authored on 2007/02/05 07:41
Now we have the new `module' command, use it.

ac72b6e1 – Simon Tatham <anakin@pobox.com> authored on 2007/02/04 09:35
Reinstate the icons in the Windows binaries.

19a298ba – Simon Tatham <anakin@pobox.com> authored on 2007/02/04 09:03
Forgot to tag the Mac and Windows binaries with the revision number.

8df3cdf7 – Simon Tatham <anakin@pobox.com> authored on 2007/02/04 08:44
Looking for puzzles*.tar.gz in the right directory is liable to make

dd1cee75 – Simon Tatham <anakin@pobox.com> authored on 2007/02/04 06:44
Build script for Puzzles using bob. I've also added a piece of extra

Next