sgt/puzzles
2012-02-13 simonFix one-character typo in r9405 which was breaking...
2012-02-08 simonDavid Nickerson reports odd behaviour involving a drag...
2012-02-02 simonCorrect kdiff setting.
2012-02-02 simonDon't try to run solver_killer_sums on a Killer cage...
2012-02-02 simonFix a couple of typos in messages.
2012-02-02 simonDavid Nickerson reports that it's possible to lay a...
2012-02-02 simonArrgh! Revert r9395,r9396,r9397,r9398, all of which...
2012-02-02 simonFixed decoding bug for dual grids
2012-02-02 simonAdded dual floret preset
2012-02-02 simonAdded "dual" option to grid generators
2012-02-02 simonCan now take the dual of a grid
2012-01-31 simonSort out a bit of confusion between mouse- and keyboard...
2012-01-31 simonMove a debug statement at the end of new_clues from...
2012-01-23 simonAdd comments suggesting some solver upgrades to Light...
2012-01-23 simonThe Light Up solver limits its recursion depth, so...
2012-01-23 simonFix default parameter assignment in Light Up when valid...
2012-01-22 simonTrivial and silly patch to allow users to configure...
2012-01-22 jacobIt's a new year.
2012-01-22 simonTweak right-click processing to be less finicky.
2012-01-22 simonNew puzzle! Or rather, new-ish, because this one has...
2012-01-17 simonFix a bug causing premature defeatism in the Bridges...
2011-12-28 simonAllow --save to work with --soln, causing saved game...
2011-12-28 simonFix bug in error reporting for --save caused by freeing...
2011-12-28 simonFix bug in --save caused by failure to initialise ctx...
2011-12-21 simonIn Group, the keyboard-controlled cursor should respect...
2011-09-18 simonRemove the 'cheated' flag in Range's game_ui, which...
2011-09-18 simonWhen we run out of background colours for chains and...
2011-09-18 simonPatch from Chris Boyle to fix Signpost's labelling...
2011-06-19 simonChanged my mind about midend_is_solved: I've now reprot...
2011-05-22 simonPass background colour as a parameter to draw_gts and...
2011-05-11 simonFix segfault in Loopy printing, introduced when I added...
2011-05-07 simonHaving played Keen a bit following the clue-generation...
2011-05-06 simonApply the rotation in Penrose grid descriptions by...
2011-05-05 simonApply a missing bit of r9164, which only broke the...
2011-05-04 simonPortability fixes, mostly from James for Palm purposes...
2011-05-04 simonHaving looked at Keen's clue selection code, I also...
2011-05-04 simonFix warnings generated by gcc 4.6.0 about variables...
2011-04-26 simonFix two memory leaks reported by Tiago Dionizio in...
2011-04-25 simonForgot to set 'has_incentre' on triangular grids, which...
2011-04-24 simonFrom James Harvey (via a period of collaborative polish...
2011-04-23 simonOops: initialise that new 'has_incentre' flag to false...
2011-04-23 simonMove most of face_text_pos() into grid.c, leaving in...
2011-04-23 simonReplace my brute-force algorithm in face_text_pos with...
2011-04-23 simonStop calling face_text_pos() for faces that don't need...
2011-04-23 simonSupport user-specified extra link flags (XLFLAGS) in...
2011-04-11 simonFix mismatch between printf format strings and argument...
2011-04-05 simonRemove a stray diagnostic.
2011-04-05 simonFix an amusing cut-and-paste error in the Java drawing...
2011-04-05 simonAdjust the yellow used for LINE_UNKNOWN so that it...
2011-04-03 simonTrivial markup fix.
2011-04-03 simonAdd a new deduction to Easy level, which is as small...
2011-04-03 simonMove up midend_is_solved() in the developer docs from...
2011-04-02 simonAdd a function to every game backend which indicates...
2011-04-02 simonAdd functions provided by the midend to tell a front...
2011-04-02 simonRework the Loopy grid drawing algorithm so that it...
2011-04-02 simonImprove the algorithm for figuring out where the number...
2011-04-02 simonWhen a lot of edges meet the same point - and, in parti...
2011-02-24 simonAnother patch from Chris Moore implementing two more...
2011-02-24 simonRetire the 'middle_face' field in 'struct grid', togeth...
2011-02-23 simonPatch from Chris Moore to implement an extra grid type...
2011-02-23 simonPatch from Chris Moore to improve the generality of
2011-02-08 simonAnother UI feature for Group: now you can click between...
2011-02-03 simonThe printing function in Bridges was unable to cope...
2011-01-09 simonFix error highlighting after table rearrangement.
2011-01-08 simonAdd the ability to reorder the rows and columns in...
2011-01-06 simonIntroduce a mechanism in Buildscr for optionally buildi...
2010-11-06 simonAlso, it's ugly to blank out pieces of the applet windo...
2010-11-06 simonIn the Java front end, don't try to guess the puzzle...
2010-11-06 simonFixes to r8997: firstly, move the fix out of #ifdef...
2010-10-01 simonLiam Clarke points out that the use of the word 'radius...
2010-09-20 simonMemory leak fixes from Jonas Koelker.
2010-09-14 simonJonas Koelker reports that using the version of GTK...
2010-09-14 simonNew puzzle from Jonas Koelker: 'Range', an implementati...
2010-09-14 simonUpdate ignore properties on the unfinished subdir.
2010-07-04 simonPatch from Jonas Koelker to fix a double free in magnet...
2010-06-27 simonSome minor fixes to the unfinished Pearl solver:
2010-05-30 simonSome kernels don't like my #! line. Move the -w into...
2010-05-29 simonPatch from Mark Wooding to add documentation of the new
2010-05-29 simonPatch from Mark Wooding to add antialiasing-safety...
2010-05-29 simonPatch from Mark Wooding to reorganise Loopy's redraw...
2010-05-29 simonPatch from Mark Wooding to introduce a draw_thick_line...
2010-05-29 simonPatch from Mark Wooding to (optionally at compile time...
2010-05-29 simonPatch from Mark Wooding to disable GTK's internal doubl...
2010-05-29 simonPatch from Mark Wooding to use GTK stock items for...
2010-05-29 simonMake mkfiles.pl clean under 'perl -w'. Fixes one minor...
2010-05-16 simonPatch from Ben Hutchings to fix an error-checking goof...
2010-05-09 simonA user points out that Signpost doesn't in fact use...
2010-04-26 simonFix a build-breaking bug I introduced to the OS X makef...
2010-04-25 simonAdd version2.def to the list of svn:ignored files.
2010-04-25 simonModification of a patch from Debian: eliminate the...
2010-04-25 simonPatch idea from Debian, but modified considerably in...
2010-04-25 simonPatch from Debian, to bring the use of the X selection...
2010-04-18 simonWording tweaks inspired by (but not the same as) some...
2010-04-18 simonPatch from Ben Hutchings: explicitly initialise somethi...
2010-04-17 simonFix incorrect uses of ctype.h (passing it uncast chars...
2010-04-17 simonFix from James H for an assertion failure during Signpost
2010-04-02 simonAdd '-v' option to patternsolver, to make it show its...
2010-04-02 simonDylan O'Donnell reports that Signpost hangs on trying...
2010-03-21 simonChris Boyle reports an off-by-two error ('a Qui-Gon...
2010-03-21 simonError highlighting bug in Bridges: when counting the...
next