| Commit message (Expand) | Author | Age |
| ... | |
| * | Don't try to run solver_killer_sums on a Killer cage with only one | Simon Tatham | 2012-02-02 |
| * | Fix a couple of typos in messages. | Simon Tatham | 2012-02-02 |
| * | David Nickerson reports that it's possible to lay a line over a 'no | Simon Tatham | 2012-02-02 |
| * | Sort out a bit of confusion between mouse- and keyboard-driven drags | Simon Tatham | 2012-01-31 |
| * | Move a debug statement at the end of new_clues from the caller (just | Simon Tatham | 2012-01-31 |
| * | Add comments suggesting some solver upgrades to Light Up (perhaps for | Simon Tatham | 2012-01-23 |
| * | The Light Up solver limits its recursion depth, so if it fails to find | Simon Tatham | 2012-01-23 |
| * | Fix default parameter assignment in Light Up when validating an | Simon Tatham | 2012-01-23 |
| * | Trivial and silly patch to allow users to configure the Signpost | Simon Tatham | 2012-01-22 |
| * | It's a new year. | Jacob Nevins | 2012-01-22 |
| * | Tweak right-click processing to be less finicky. | Simon Tatham | 2012-01-22 |
| * | New puzzle! Or rather, new-ish, because this one has been lying around | Simon Tatham | 2012-01-22 |
| * | Fix a bug causing premature defeatism in the Bridges solver. Deducing | Simon Tatham | 2012-01-17 |
| * | Allow --save to work with --soln, causing saved game files to be | Simon Tatham | 2011-12-28 |
| * | Fix bug in error reporting for --save caused by freeing 'realname' | Simon Tatham | 2011-12-28 |
| * | Fix bug in --save caused by failure to initialise ctx.error to zero | Simon Tatham | 2011-12-28 |
| * | In Group, the keyboard-controlled cursor should respect user | Simon Tatham | 2011-12-21 |
| * | Remove the 'cheated' flag in Range's game_ui, which was stickily | Simon Tatham | 2011-09-18 |
| * | When we run out of background colours for chains and wrap back to the | Simon Tatham | 2011-09-18 |
| * | Patch from Chris Boyle to fix Signpost's labelling when you have more | Simon Tatham | 2011-09-18 |
| * | Changed my mind about midend_is_solved: I've now reprototyped it as | Simon Tatham | 2011-06-19 |
| * | Pass background colour as a parameter to draw_gts and draw_adjs, so | Simon Tatham | 2011-05-22 |
| * | Fix segfault in Loopy printing, introduced when I added the dynamic | Simon Tatham | 2011-05-11 |
| * | Having played Keen a bit following the clue-generation fix in r9165, | Simon Tatham | 2011-05-07 |
| * | Apply the rotation in Penrose grid descriptions by rotating in the | Simon Tatham | 2011-05-06 |
| * | Apply a missing bit of r9164, which only broke the build with | Simon Tatham | 2011-05-05 |
| * | Portability fixes, mostly from James for Palm purposes. Mostly | Simon Tatham | 2011-05-04 |
| * | Having looked at Keen's clue selection code, I also notice that the | Simon Tatham | 2011-05-04 |
| * | Fix warnings generated by gcc 4.6.0 about variables set but not | Simon Tatham | 2011-05-04 |
| * | Fix two memory leaks reported by Tiago Dionizio in recent Loopy | Simon Tatham | 2011-04-26 |
| * | Forgot to set 'has_incentre' on triangular grids, which don't use | Simon Tatham | 2011-04-25 |
| * | From James Harvey (via a period of collaborative polishing), a patch | Simon Tatham | 2011-04-24 |
| * | Oops: initialise that new 'has_incentre' flag to false, otherwise the | Simon Tatham | 2011-04-23 |
| * | Move most of face_text_pos() into grid.c, leaving in loopy.c only the | Simon Tatham | 2011-04-23 |
| * | Replace my brute-force algorithm in face_text_pos with a more complex | Simon Tatham | 2011-04-23 |
| * | Stop calling face_text_pos() for faces that don't need to have text in | Simon Tatham | 2011-04-23 |
| * | Support user-specified extra link flags (XLFLAGS) in the Unix | Simon Tatham | 2011-04-23 |
| * | Fix mismatch between printf format strings and arguments in some | Simon Tatham | 2011-04-11 |
| * | Remove a stray diagnostic. | Simon Tatham | 2011-04-05 |
| * | Fix an amusing cut-and-paste error in the Java drawing code which was | Simon Tatham | 2011-04-05 |
| * | Adjust the yellow used for LINE_UNKNOWN so that it's always a bit | Simon Tatham | 2011-04-05 |
| * | Trivial markup fix. | Simon Tatham | 2011-04-03 |
| * | Add a new deduction to Easy level, which is as small as I can make it | Simon Tatham | 2011-04-03 |
| * | Move up midend_is_solved() in the developer docs from subheading to | Simon Tatham | 2011-04-03 |
| * | Add a function to every game backend which indicates whether a game | Simon Tatham | 2011-04-02 |
| * | Add functions provided by the midend to tell a front end whether GUI | Simon Tatham | 2011-04-02 |
| * | Rework the Loopy grid drawing algorithm so that it doesn't assume when | Simon Tatham | 2011-04-02 |
| * | Improve the algorithm for figuring out where the number should be | Simon Tatham | 2011-04-02 |
| * | When a lot of edges meet the same point - and, in particular, when | Simon Tatham | 2011-04-02 |
| * | Another patch from Chris Moore implementing two more grid types, both | Simon Tatham | 2011-02-24 |