shithub: puzzles

RSS feed

7c3413a2 – Simon Tatham <anakin@pobox.com> authored on 2010/01/07 13:15
Memory leak fix from James H.

25005314 – Simon Tatham <anakin@pobox.com> authored on 2010/01/05 18:40
Proof that check_errors() is sufficient.

dd4c8ceb – Simon Tatham <anakin@pobox.com> authored on 2010/01/05 18:40
Refer to group elements by letters instead of numbers, in keeping

13d7ff6a – Simon Tatham <anakin@pobox.com> authored on 2010/01/05 18:40
Add a facility in the latin.c solver diagnostics to allow a puzzle

a7b220ff – Simon Tatham <anakin@pobox.com> authored on 2010/01/05 14:52
Add an even more evil (!) game mode, in which it's not made

66a6a930 – Simon Tatham <anakin@pobox.com> authored on 2010/01/05 13:51
Yikes! Fix a misaimed 'sizeof' which I only got away with because

ed4b163b – Simon Tatham <anakin@pobox.com> authored on 2010/01/05 13:26
A user asked for the < signs in Unequal to be bolder.

81c65eea – Simon Tatham <anakin@pobox.com> authored on 2010/01/05 13:26
Missing piece of code I should have cribbed from Solo: we have to

c3c186d6 – Simon Tatham <anakin@pobox.com> authored on 2010/01/05 13:26
Another 16-bit-cleanliness fix (and for once I spotted it before James!)

4dfd8512 – Simon Tatham <anakin@pobox.com> authored on 2010/01/04 14:14
Memory leak fix from Tiago Dionizio: whenever we free the midend's

56b421a6 – Simon Tatham <anakin@pobox.com> authored on 2010/01/04 13:55
16-bit cleanliness patch from James H.

441cbbb2 – Simon Tatham <anakin@pobox.com> authored on 2010/01/01 15:06
For my own use in local Windows builds of the 'unfinished' puzzles,

79bb9c00 – Simon Tatham <anakin@pobox.com> authored on 2010/01/01 14:41
Couple of missing 'static's.

c91471e6 – Simon Tatham <anakin@pobox.com> authored on 2009/12/30 11:53
New puzzle in 'unfinished'. Essentially, Sudoku for group theorists:

b629e34b – Simon Tatham <anakin@pobox.com> authored on 2009/12/27 14:18
Fix bug causing array overrun. Only seemed to be showing a symptom

514bd502 – Simon Tatham <anakin@pobox.com> authored on 2009/12/27 05:01
New puzzle! 'Keen', a clone of KenKen.

a79ab349 – Simon Tatham <anakin@pobox.com> authored on 2009/12/27 05:01
Normalise Unequal (and latin.c) so that solver diagnostics start

3c3368d0 – Simon Tatham <anakin@pobox.com> authored on 2009/12/27 05:01
I've never trusted common variables. Take those bare ints out of

9fbb3656 – Simon Tatham <anakin@pobox.com> authored on 2009/12/27 05:01
Introduce, and implement as usefully as I can in all front ends, a

72922b30 – Simon Tatham <anakin@pobox.com> authored on 2009/12/27 05:01
Tweak the semantics of dsf_merge() so that the canonical element of

189f8339 – Simon Tatham <anakin@pobox.com> authored on 2009/12/27 05:01
Refactor latin.c to make it easier to reuse. Instead of client

b9c22e5c – Simon Tatham <anakin@pobox.com> authored on 2009/12/27 05:01
New mode for Unequal, from James H. In this mode, called 'Adjacent',

d54b4c46 – Simon Tatham <anakin@pobox.com> authored on 2009/12/23 06:34
latin_generate_quick is long gone, so remove it from the header file.

2b06c127 – Simon Tatham <anakin@pobox.com> authored on 2009/12/22 11:47
Keyboard control for Dominosa (patch largely due to James H, though

2bdabe31 – Simon Tatham <anakin@pobox.com> authored on 2009/12/20 05:01
Jonas Koelker points out that the backspace key didn't work in GTK

8628a063 – Simon Tatham <anakin@pobox.com> authored on 2009/12/17 13:20
Minor bug fixes from James Harvey.

97477f09 – Simon Tatham <anakin@pobox.com> authored on 2009/12/17 13:16
Patches from Frode Austvik to modify the effects of the mouse

6d5245d8 – Simon Tatham <anakin@pobox.com> authored on 2009/12/17 13:12
Patch from Frode Austvik to tinker with the GTK interface if

84d48aa0 – Simon Tatham <anakin@pobox.com> authored on 2009/12/17 12:55
Patch from Frode Austvik to permit passing CFLAGS in to the Unix

525370a5 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2009/12/13 07:47
Another wording tweak from Helge Kreutzmann.

2ac017b6 – Simon Tatham <anakin@pobox.com> authored on 2009/11/16 16:21
Fix for the grid generation in the presence of particularly strange

9c95ea26 – Simon Tatham <anakin@pobox.com> authored on 2009/11/10 14:11
Add a precautionary pair of initialisations to placate optimisers,

ddbe9abe – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2009/11/05 09:09
Remove ASCII-art arrows. Missing \dash (Debian bug #522439).

92bd8da9 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2009/11/04 08:19
Beat up on Black Box docs, after Debian bug #548472.

730462ab – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2009/11/04 07:06
Typo fixes from Debian bug#554341.

236889f6 – Simon Tatham <anakin@pobox.com> authored on 2009/10/13 13:09
Single mouse clicks to toggle individual grid edges stopped working

4f6e48e6 – Simon Tatham <anakin@pobox.com> authored on 2009/09/16 08:57
Add a couple of missing checks in validate_desc(), without which

466c398a – Simon Tatham <anakin@pobox.com> authored on 2009/09/16 07:06
Minor rewording and typo-correction.

ddfa693b – Simon Tatham <anakin@pobox.com> authored on 2009/09/16 06:57
Aha, I've managed to prove that my inadequate error highlighting is

84d01299 – Simon Tatham <anakin@pobox.com> authored on 2009/09/13 10:43
Error-highlighted trees look nicer with a different-coloured trunk.

dfb8fa2e – Simon Tatham <anakin@pobox.com> authored on 2009/09/13 09:08
Redo Mines and Inertia's mine graphics using an actual circle rather

e2522c28 – Simon Tatham <anakin@pobox.com> authored on 2009/09/12 08:54
Tweak to the promptness of error highlighting display.

1b927c77 – Simon Tatham <anakin@pobox.com> authored on 2009/09/12 08:30
About time I got round to this: error highlighting for Tents.

503f6650 – Simon Tatham <anakin@pobox.com> authored on 2009/09/09 14:22
Fix width/height braino introduced in r5844.

e7946218 – Simon Tatham <anakin@pobox.com> authored on 2009/08/28 13:43
Add execute permission to the .exe files inside the zip file.

cfdba003 – Simon Tatham <anakin@pobox.com> authored on 2009/07/01 18:01
More defensive-coding fixes from James H.

652f03a8 – Simon Tatham <anakin@pobox.com> authored on 2009/06/21 09:49
Patch from Mark Wooding: when I did r7980 I had completely failed to

93cd7ae6 – Simon Tatham <anakin@pobox.com> authored on 2009/06/21 09:39
Patch from Mark Wooding: use gdk_event_request_motions() where

ec296425 – Simon Tatham <anakin@pobox.com> authored on 2009/06/21 09:34
Patch from Mark Wooding: stop setting GTK_EXPAND for the x-direction

767ec240 – Simon Tatham <anakin@pobox.com> authored on 2009/06/21 09:28
Patch from Mark Wooding: one-pixel fix to the alignment of the

4ecc4f92 – Simon Tatham <anakin@pobox.com> authored on 2009/06/21 09:24
Patch from Mark Wooding (though somewhat tampered with by me): have

0687980f – Simon Tatham <anakin@pobox.com> authored on 2009/06/17 16:01
Memory management and other fixes from James H.

3cd83d05 – Simon Tatham <anakin@pobox.com> authored on 2009/04/30 13:56
Fix a misdesign I must have missed when I reviewed the Killer patch:

4bb9232b – Simon Tatham <anakin@pobox.com> authored on 2009/04/29 19:11
check_valid() wasn't checking that Killer cages contain at most one

c696ee22 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2009/03/19 19:32
It's been a new year for some time now.

66efa900 – Simon Tatham <anakin@pobox.com> authored on 2009/03/02 18:32
Patch from James H to provide 16-bit-int cleanliness in Killer Solo.

706e27de – Simon Tatham <anakin@pobox.com> authored on 2009/03/02 14:45
Patch from James H to abstract out of Dominosa the code which

99ca11bf – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2009/03/01 08:51
Make menus accessible from the keyboard in the Gtk front-end.

cc7024b4 – Simon Tatham <anakin@pobox.com> authored on 2009/02/24 02:49
Fix cosmetic glitch in the interaction between Killer and Jigsaw

649719a9 – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2009/02/23 12:42
Make icon building cope with Solo's increased default tilesize as of r8455.

87bd938e – Jacob Nevins <jacobn@chiark.greenend.org.uk> authored on 2009/02/22 07:57
Fix duplicate keyword.

3d6de1eb – Simon Tatham <anakin@pobox.com> authored on 2009/02/22 07:16
A substantial patch to Solo from Bernd Schmidt, adding support for

407f29c4 – Simon Tatham <anakin@pobox.com> authored on 2009/02/22 07:05
Introduce some infrastructure to permit games' print functions to

9249f096 – Simon Tatham <anakin@pobox.com> authored on 2009/02/22 07:02
Fix the Java front end's vertical text positioning when

5027095c – Simon Tatham <anakin@pobox.com> authored on 2009/02/05 14:29
Keyboard control patch for Bridges, from James H.

279c6781 – Simon Tatham <anakin@pobox.com> authored on 2009/02/05 14:25
Lee Dowling points out that duplicating the entire grid data

91884283 – Simon Tatham <anakin@pobox.com> authored on 2009/01/28 13:28
Keyboard control patch for Black Box, from James H.

8a3f525a – Simon Tatham <anakin@pobox.com> authored on 2009/01/28 13:27
Keyboard control patch for Twiddle, from James H.

cd3a7d89 – Simon Tatham <anakin@pobox.com> authored on 2009/01/27 13:30
Keyboard control patch for Pattern, from James H.

921a054f – Simon Tatham <anakin@pobox.com> authored on 2009/01/27 13:26
Keyboard control for Map, from James H.

4d79c715 – Simon Tatham <anakin@pobox.com> authored on 2009/01/26 17:28
Reorder if statements in Unequal's interpret_move() so that presses

cc0f957d – Simon Tatham <anakin@pobox.com> authored on 2009/01/26 14:14
Patch from James H to add keyboard control in Sixteen and Netslide

d2b0d8cf – Simon Tatham <anakin@pobox.com> authored on 2009/01/26 14:11
Switch over to using the new-style GtkFileChooser in place of the

ff62f0aa – Simon Tatham <anakin@pobox.com> authored on 2009/01/24 12:58
Add an automatic check for HAVE_SENSIBLE_ABSOLUTE_SIZE_FUNCTION by

47c3878d – Simon Tatham <anakin@pobox.com> authored on 2009/01/20 13:28
Keyboard control patch for Pegs, from James H.

f46eceb7 – Simon Tatham <anakin@pobox.com> authored on 2009/01/19 13:38
Keyboard control patch for Solo, from James H.

4169a548 – Simon Tatham <anakin@pobox.com> authored on 2009/01/16 13:52
Keyboard control patch for Slant, from James H.

28acb0eb – Simon Tatham <anakin@pobox.com> authored on 2009/01/16 13:50
Keyboard cursor support for Tents, from James H.

fa23fc39 – Simon Tatham <anakin@pobox.com> authored on 2009/01/16 13:45
r8396 introduced midend_tilesize(). Document it.

54801998 – Simon Tatham <anakin@pobox.com> authored on 2009/01/15 13:20
Keyboard cursor support for Rectangles, from James H.

48508452 – Simon Tatham <anakin@pobox.com> authored on 2009/01/15 13:18
Keyboard cursor support in Galaxies, by James H.

c826fdc0 – Simon Tatham <anakin@pobox.com> authored on 2009/01/14 15:44
Keyboard interface for Filling, from James H.

96315bc2 – Simon Tatham <anakin@pobox.com> authored on 2009/01/12 15:30
Patch from James H to fix some off-by-one errors in Guess's click

4a202808 – Simon Tatham <anakin@pobox.com> authored on 2009/01/12 15:23
Patch from James H which adds keyboard cursor support to Unequal,

f2084735 – Simon Tatham <anakin@pobox.com> authored on 2009/01/08 13:28
Patches from James H to add or improve arrow-key-driven cursors for

fee17c37 – Simon Tatham <anakin@pobox.com> authored on 2009/01/07 18:07
Patch from Lambros to make the Normal difficulty level easier, since

d9e39add – Simon Tatham <anakin@pobox.com> authored on 2009/01/07 16:55
Standalone solver for Loopy. Bit half-hearted, since the solver

7888d8db – Simon Tatham <anakin@pobox.com> authored on 2009/01/06 18:26
Patch from James H to enable a single monolithic binary to be built

6328483b – Simon Tatham <anakin@pobox.com> authored on 2009/01/06 18:21
Bring the unfinished .R files into line with the current conventions.

17334d19 – Simon Tatham <anakin@pobox.com> authored on 2008/12/12 14:49
Don't ignore the return code of fwrite(). (Slight modification of a

ba08d8ab – Simon Tatham <anakin@pobox.com> authored on 2008/12/01 18:04
Add missing call to gtk_selection_clear_targets(), without which the

ec38952c – Simon Tatham <anakin@pobox.com> authored on 2008/11/29 08:51
Stand-alone command-line interface to the obfuscate_bitmap()

6aa7ccfa – Simon Tatham <anakin@pobox.com> authored on 2008/11/29 03:50
The other day I found it useful for a (silly) special purpose to

4443016a – Simon Tatham <anakin@pobox.com> authored on 2008/11/28 14:33
Fix parenthesis problem in Light Up solver. Should fix Debian bug

f514a1ea – Simon Tatham <anakin@pobox.com> authored on 2008/11/28 13:33
Let's have some more presets in here: 3x3 is much _too_ short and

b2f1b324 – Simon Tatham <anakin@pobox.com> authored on 2008/11/16 10:47
Patch from Lee Dowling to implement mouse control in Sokoban, along

33be388d – Simon Tatham <anakin@pobox.com> authored on 2008/11/16 10:42
Take out some lurking "nullgame" holdovers from unfinished puzzle

466aa6e5 – Simon Tatham <anakin@pobox.com> authored on 2008/11/16 10:37
Patches from Lee Dowling to make Light Up and Net use the

ce237a73 – Simon Tatham <anakin@pobox.com> authored on 2008/11/16 10:28
Couple of solving-related mid-end tweaks. Firstly, when we generate

23fb0e77 – Simon Tatham <anakin@pobox.com> authored on 2008/11/04 18:02
Check return values from fwrite when saving files.

Next