Stop the analysis pass in Loopy's redraw routine from being
[sgt/puzzles] / Recipe
2012-08-17 simonFor the convenience of Linux package maintainers, add...
2012-05-06 simonAdd a section to mkfiles.pl to build a makefile that...
2010-05-29 simonMake mkfiles.pl clean under 'perl -w'. Fixes one minor...
2010-04-26 simonFix a build-breaking bug I introduced to the OS X makef...
2010-04-25 simonModification of a patch from Debian: eliminate the...
2009-01-06 simonPatch from James H to enable a single monolithic binary...
2008-11-29 simonStand-alone command-line interface to the obfuscate_bit...
2008-09-13 simonOops, left this out of r8178: having defined COMBINED...
2008-06-10 simonMichael Schierl's patch to compile the puzzles as Java...
2008-03-11 simonUpdate the OS X Puzzles makefile so that it builds...
2007-02-26 simonDariusz Olszewski's changes to support compiling for...
2007-01-16 simonMarcin Wojdyr points out that the use of `>&' to redire...
2006-12-27 simonActually introduce the ability to build the Windows...
2006-08-05 simonI'm sick of repeatedly adding and removing local change...
2005-10-21 simonNew puzzle from James H: `Bridges', another Nikoli...
2005-10-13 simonNew puzzle: `Tents'. Requires a potentially shared...
2005-09-05 simonVarious patches from Ben H: a fix for an outdated comme...
2005-09-01 simonJames H has implemented a new `Tricky' difficulty level...
2005-08-31 simonDebian requires -lm, where Red Hat didn't.
2005-08-31 simonNow that Map has some seriously complex deductions...
2005-08-27 simonNew puzzle: `Inertia', originally written for Windows...
2005-08-24 simonNew puzzle: `Loopy', an implementation of Nikoli's...
2005-08-20 simonNative Windows printing support, using the infrastructu...
2005-08-18 simonSubstantial infrastructure upheaval. I've separated...
2005-08-13 simonNew puzzle: `Map'. Vaguely original, for a change.
2005-08-11 simonOops. Back out a local change I shouldn't have committe...
2005-08-11 simon16-bit-cleanness fixes from James H (again). It would...
2005-08-06 simonA bunch of new reasoning techniques in the Slant solver...
2005-08-04 simonNew puzzle: `Light Up', by James H.
2005-08-02 simonNew puzzle: `Slant', picked from the Japanese-language...
2005-07-17 simonAnother game from James H: `Black Box'.
2005-07-16 simonNew puzzle: `Untangle', cloned (with the addition of...
2005-07-14 simonNew puzzle: Dominosa.
2005-07-05 simonEnhancements to mkfiles.pl and Recipe to arrange for...
2005-07-04 simonThere's always one. Forgot to add Pegs to `make install'.
2005-07-04 simonPeg Solitaire implementation, complete with a random...
2005-06-30 simonLoad and Save are now supported on all three desktop...
2005-06-23 simonAnd forgot to add guess to the Unix make install target...
2005-06-23 simon`Guess', a Mastermind clone from James Harvey. This...
2005-06-18 simonI'm sick of not having a `make install' target.
2005-06-17 simonAnother new puzzle! This one isn't particularly deep...
2005-06-07 simonJames Harvey has contributed an implementation of ...
2005-05-30 simonInitial checkin of my Minesweeper clone, which uses...
2005-05-15 simonMissed a vital semicolon off the Cygwin version.c makef...
2005-05-15 simonEr, except that I already had a makedist.sh. Transferre...
2005-05-15 simonAdded automatic determination of the SVN revision numbe...
2005-05-15 simonIntroduce a versioning mechanism, and an `About' box...
2005-04-30 simonNew puzzle: `twiddle', generalised from a random door...
2005-04-23 simonInitial checkin of `Solo', the number-placing puzzle...
2005-01-24 simon`make release' target, which builds a .dmg disk image...
2005-01-24 simonImprove OS X help: split back up into multiple files...
2005-01-24 simonThe #definition of COMBINED was done very badly: it...
2005-01-24 simonFirst cut at online help under OS X. I just built the...
2005-01-23 simonAdded a framework for putting things other than the...
2005-01-22 simonInitial checkin of a Mac OS X port of puzzles, using...
2004-12-07 simonNew puzzle: `pattern'.
2004-05-26 simonRichard B's utterly evil `netslide': cross between...
2004-05-11 simonRename the Windows Net executable, due to its clash...
2004-05-11 simonAdded a new game, `Rectangles', taken from nikoli.co.jp.
2004-05-03 simonThe Windows RNG turns out to only give about 16 bits...
2004-04-29 simonAdded a status bar.
2004-04-29 simonImplemented text and clipping primitives in the fronten...
2004-04-29 simonAdd a template file defining the null game.
2004-04-28 simonAdd a menu bar, in both Windows and GTK. In particular...
2004-04-27 simonMost of a Windows front end. Something's not _quite_...
2004-04-27 simonImplemented Cube, in a sufficiently general way that...
2004-04-25 simonInitial checkin of a portable framework for writing...