sgt/puzzles
2013-01-19 simonStop the analysis pass in Loopy's redraw routine from... master
2013-01-19 simonBring Pearl's game-completion handling in line with...
2013-01-19 simonRevamp of the Windows command-line parsing and puzzle...
2013-01-09 simonPattern's display was broken for non-square puzzles...
2012-12-28 simonActually do what the comment says at the top of main...
2012-11-21 simonFix overnight build failure last night, by making the...
2012-11-20 simonWork around an annoying GTK behaviour I noticed the...
2012-11-03 simonA user points out that I could usefully clarify the...
2012-10-07 simonRemove an unused variable spotted by gcc 4.6.3.
2012-10-07 simonNew puzzle! 'Unruly', contributed by Lennard Sprong...
2012-09-10 simonMake indentation consistent. (Somehow I forgot to do...
2012-09-10 simonForgot to add the new 'const' in the unfinished subdire...
2012-09-09 simonOops, forgot to initialise changed_ascii on all paths...
2012-09-09 simonNew rule: interpret_move() is passed a pointer to the...
2012-09-09 jacobMinor tweaks to Undead docs.
2012-09-08 simonNew puzzle! Contributed by Steffen Bauer, an implementa...
2012-08-17 simonFor the convenience of Linux package maintainers, add...
2012-08-17 simonFix implicit split to @_. Also add 'use warnings',...
2012-07-29 simonDon't fail an assertion when setting up the provided...
2012-06-10 simonVary the behaviour of Mines's solve function depending...
2012-06-06 simonFix a bug introduced by r9495 in which we try to write...
2012-06-01 simonAdd a hacky environment variable that lets me arrange...
2012-06-01 simonRemove the speed optimisation in the stage 3 solver...
2012-06-01 simonAnother uninitialised-variable fix, this one pointing...
2012-06-01 simonAdd pointless initialisations to placate a gcc warning.
2012-05-31 simonWrite a comment outlining a design for a rewritten...
2012-05-31 simonBridges solver enhancement. In the stage 3 solver,...
2012-05-31 simonBridges solver fix: in map_update_possibles, collect...
2012-05-14 simonPatch from Jonas Koelker to improve Filling's error...
2012-05-14 simonPatch from Jonas Koelker for the developer docs, fixing...
2012-05-06 simonGNUstep compatibility: ensure both endpoints are actual...
2012-05-06 simonGNUstep compatibility: add a missing #include.
2012-05-06 simonGNUstep compatibility: avoid attempting blitter_save...
2012-05-06 simonGNUstep compatibility: stop using the API feature isFli...
2012-05-06 simonGNUstep compatibility: remove an unused variable which...
2012-05-06 simonGNUstep compatibility: comment out some API calls that...
2012-05-06 simonGNUstep compatibility: spell null selectors "NULL"...
2012-05-06 simonAdd a section to mkfiles.pl to build a makefile that...
2012-05-06 simonStop using the deprecated NSString stringWithCString...
2012-05-06 simonUpdate the OS X makefile so I can build on Lion. Regret...
2012-04-10 simonPermit users to reconfigure the default setting for...
2012-04-08 simonAdd a difficulty exception to prevent Pearl spinning...
2012-04-08 simonTypo fix from Helge Kreutzmann, forwarded from Debian.
2012-04-08 simonIncrease by 1 pixel the clip rectangle used to draw...
2012-04-08 simonSwap a 'max' for a 'min', fixing an out-of-range colour...
2012-04-08 simonIncrease by 1 in every direction the size of the blitte...
2012-04-07 simonAdd an explicit -lm to the link lines in Makefile.gtk...
2012-04-07 simonFix redundant redrawing in Pegs. Apparently it has...
2012-04-07 simonChange some instances of 'print $thing' to 'print ...
2012-04-06 simonError checking in Pattern, which was until now the...
2012-04-03 simonComment the Mac build out of Buildscr, since I no longe...
2012-02-19 simonPatch from Jonas Koelker to add keyboard control suppor...
2012-02-17 simonTweak a conditional expression in pearl.c to work aroun...
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.
next