sgt/puzzles
2010-03-21 simonError highlighting bug in Bridges: when counting the...
2010-02-24 simonAnother w/h transposition typo.
2010-02-24 simonTypo affecting gameplay on grids wider than they are...
2010-02-22 simonFixes from James H to the numbering of squares, in...
2010-02-18 simonFix build failure on MacOS by initialising a variable...
2010-02-17 simonA proper fix from James H for the negative number issue...
2010-02-17 jacobTypo fix (from Debian).
2010-02-16 simonCapitalisation glitch.
2010-02-16 simon'Fix' an assertion failure during play: accidentally...
2010-02-16 simonDocs and comments fixes from James H.
2010-02-15 simonUpdates to the new-puzzle checklist, since the world...
2010-02-15 simonNew puzzle! Setting what might be a record for how...
2010-01-19 simonPatch inspired by one from James H: remove spurious...
2010-01-18 simonFix from James H: the shared code between drawing and...
2010-01-18 simonFix from James H: in printing mode, the shared code...
2010-01-18 simonMemory leak fix from James H.
2010-01-17 simonPatch from James H to fix a bug in which ambiguous...
2010-01-16 jacobTypo/formatting fixes for Magnets documentation.
2010-01-16 simonHighlight the sides as well as the top of a tower when...
2010-01-13 simonDon't use payload strings directly as the format for...
2010-01-13 simonPlacate optimiser.
2010-01-13 simonsvn:ignore update.
2010-01-13 simonNew puzzle from James H: 'Magnets'.
2010-01-12 simonCouple of small changes to Singles from James H which...
2010-01-12 simonPatch from James H: make the Windows debugging output...
2010-01-12 simonAdd a couple more checks to the 3d collision detection...
2010-01-11 jacobCorrections to Singles documentation, plus index terms.
2010-01-11 simonMisspelled keyword.
2010-01-11 simonsvn:ignore update.
2010-01-11 simonNew puzzle from James Harvey: 'Singles', an implementat...
2010-01-11 simonRetire the YTRANS and YUNTRANS macros in latin.[ch...
2010-01-11 simonThe 3-D graphics in Towers need a corresponding change...
2010-01-11 simonOops! Remove evidence of blatant clone-and-hack from...
2010-01-09 simonOops. Uncomment the difficulty exceptions! (Also add...
2010-01-08 jacobNew year, new puzzle.
2010-01-07 jacobFix formatting.
2010-01-07 simonCrop the Towers icon more sensibly (i.e. at all).
2010-01-07 simonUpdate svn:ignore.
2010-01-07 simonUpgrade the graphics in Towers to include a thematicall...
2010-01-07 simonNew puzzle, again using the revised latin.c: 'Towers...
2010-01-07 simonMemory leak fix from James H.
2010-01-05 simonProof that check_errors() is sufficient.
2010-01-05 simonRefer to group elements by letters instead of numbers...
2010-01-05 simonAdd a facility in the latin.c solver diagnostics to...
2010-01-05 simonAdd an even more evil (!) game mode, in which it's...
2010-01-05 simonYikes! Fix a misaimed 'sizeof' which I only got away...
2010-01-05 simonA user asked for the < signs in Unequal to be bolder.
2010-01-05 simonMissing piece of code I should have cribbed from Solo...
2010-01-05 simonAnother 16-bit-cleanliness fix (and for once I spotted...
2010-01-04 simonMemory leak fix from Tiago Dionizio: whenever we free...
2010-01-04 simon16-bit cleanliness patch from James H.
2010-01-01 simonFor my own use in local Windows builds of the 'unfinish...
2010-01-01 simonCouple of missing 'static's.
2009-12-30 simonNew puzzle in 'unfinished'. Essentially, Sudoku for...
2009-12-27 simonFix bug causing array overrun. Only seemed to be showin...
2009-12-27 simonAdd keen and keensolver to svn:ignore.
2009-12-27 simonNew puzzle! 'Keen', a clone of KenKen.
2009-12-27 simonNormalise Unequal (and latin.c) so that solver diagnost...
2009-12-27 simonI've never trusted common variables. Take those bare...
2009-12-27 simonIntroduce, and implement as usefully as I can in all...
2009-12-27 simonTweak the semantics of dsf_merge() so that the canonica...
2009-12-27 simonRefactor latin.c to make it easier to reuse. Instead...
2009-12-27 simonNew mode for Unequal, from James H. In this mode, calle...
2009-12-23 simonlatin_generate_quick is long gone, so remove it from...
2009-12-22 simonKeyboard control for Dominosa (patch largely due to...
2009-12-20 simonJonas Koelker points out that the backspace key didn...
2009-12-17 simonMinor bug fixes from James Harvey.
2009-12-17 simonPatches from Frode Austvik to modify the effects of...
2009-12-17 simonPatch from Frode Austvik to tinker with the GTK interfa...
2009-12-17 simonPatch from Frode Austvik to permit passing CFLAGS in...
2009-12-13 jacobAnother wording tweak from Helge Kreutzmann.
2009-11-16 simonFix for the grid generation in the presence of particul...
2009-11-10 simonAdd a precautionary pair of initialisations to placate...
2009-11-05 jacobRemove ASCII-art arrows. Missing \dash (Debian bug...
2009-11-04 jacobBeat up on Black Box docs, after Debian bug #548472.
2009-11-04 jacobTypo fixes from Debian bug#554341.
2009-10-13 simonSingle mouse clicks to toggle individual grid edges...
2009-09-16 simonAdd a couple of missing checks in validate_desc(),...
2009-09-16 simonMinor rewording and typo-correction.
2009-09-16 simonAha, I've managed to prove that my inadequate error...
2009-09-13 simonError-highlighted trees look nicer with a different...
2009-09-13 simonRedo Mines and Inertia's mine graphics using an actual...
2009-09-12 simonTweak to the promptness of error highlighting display.
2009-09-12 simonAbout time I got round to this: error highlighting...
2009-09-09 simonFix width/height braino introduced in r5844.
2009-08-28 simonAdd execute permission to the .exe files inside the...
2009-07-01 simonMore defensive-coding fixes from James H.
2009-06-21 simonPatch from Mark Wooding: when I did r7980 I had complet...
2009-06-21 simonPatch from Mark Wooding: use gdk_event_request_motions...
2009-06-21 simonPatch from Mark Wooding: stop setting GTK_EXPAND for...
2009-06-21 simonPatch from Mark Wooding: one-pixel fix to the alignment...
2009-06-21 simonPatch from Mark Wooding (though somewhat tampered with...
2009-06-17 simonMemory management and other fixes from James H.
2009-04-30 simonFix a misdesign I must have missed when I reviewed...
2009-04-29 simoncheck_valid() wasn't checking that Killer cages contain...
2009-03-19 jacobIt's been a new year for some time now.
2009-03-02 simonPatch from James H to provide 16-bit-int cleanliness...
2009-03-02 simonPatch from James H to abstract out of Dominosa the...
2009-03-01 jacobMake menus accessible from the keyboard in the Gtk...
2009-02-24 simonFix cosmetic glitch in the interaction between Killer...
next