sgt/puzzles
2005-09-01 simonPalm fixes for Loopy from James H: a #ifdef SLOW_SYSTEM...
2005-09-01 simonJames H's memory leak fixes to Inertia.
2005-09-01 simonJames H has implemented a new `Tricky' difficulty level...
2005-08-31 simonAbility to drag pencil marks around.
2005-08-31 simonTerribly cunning approach to making the pencil marks...
2005-08-31 simonDebian requires -lm, where Red Hat didn't.
2005-08-31 simonAhem; forgot about recursion. Recursive solving now...
2005-08-31 simonNow that Map has some seriously complex deductions...
2005-08-30 simonForcing chains in Map give rise to a new `Hard' difficu...
2005-08-30 simonImplemented a couple more reasoning modes for Extreme...
2005-08-29 simonBackspace and Delete keys now function like Space in...
2005-08-29 simonTypo in comment :-)
2005-08-29 simonAhem. The region density at which things start to get...
2005-08-29 simonAesthetic improvements to the Map error indicators:
2005-08-28 simonUnreasonable mode for Map.
2005-08-28 simonError highlighting in Map.
2005-08-28 simonThere seems to be some odd behaviour when GTK is asked...
2005-08-28 jacobHACKING.but -> devel.but
2005-08-27 simonFix array bounds violation in the solver. Oops.
2005-08-27 simonOS X seems particularly picky about possibly uninitialised
2005-08-27 simonNew puzzle: `Inertia', originally written for Windows...
2005-08-26 jacobTrivial doc changes after recent prolificacy.
2005-08-25 simonMemory leak and type safety fixes from James H.
2005-08-25 simonPhil Bordelon points out that the general convention...
2005-08-25 simonMike points out that I made an error in one of the...
2005-08-24 simonOver-enthusiastic assertion introduced in the printing...
2005-08-24 simonOptimiser placation for OS X gcc.
2005-08-24 simonNew puzzle: `Loopy', an implementation of Nikoli's...
2005-08-24 simonMinor update to Solo's documentation due to Extreme...
2005-08-24 simonBrand new difficulty level in Solo. The other day Garet...
2005-08-23 simonDon't report an error when loading a saved game from...
2005-08-22 simonJames H points out a rogue fprintf in Net's print routine.
2005-08-22 simonMemory leak in the new printing stuff, plus a couple...
2005-08-22 simon`Solve' operation on an already solved map without...
2005-08-21 simon*blinks* I apparently didn't try _building_ the OS...
2005-08-20 simonRetire redundant print_line_width() in Net: a relic...
2005-08-20 simonNative Windows printing support, using the infrastructu...
2005-08-19 simonRichard B points out a cut and paste error.
2005-08-19 simonBah, there's always one. Remove the now-erroneous ...
2005-08-18 simonSubstantial infrastructure upheaval. I've separated...
2005-08-15 simonJust noticed another thing that could easily catch...
2005-08-13 simonMemory leak fixes from James H.
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-09 simonVery fiddly corrections to the loop highlighting. ERRSL...
2005-08-09 simonImplement error checking in Slant. Clue points are...
2005-08-07 simonRemove conditional definition of MAX_GRIDGEN_TRIES...
2005-08-07 simonPlacate optimiser.
2005-08-06 simonStreamline `slantsolver' a bit (avoid showing advanced...
2005-08-06 simonDocument hard mode in Slant, and also fix an obvious...
2005-08-06 simonIntroduce an environment variable setting (SLANT_SWAP_B...
2005-08-06 simonA bunch of new reasoning techniques in the Slant solver...
2005-08-05 simonCleanups to completion flashes: all four of these games...
2005-08-04 simonNew puzzle: `Light Up', by James H.
2005-08-04 simonEnvironment-based configuration wasn't sensibly usable...
2005-08-04 simonPatch from James H: tinker with the presets on SLOW_SYS...
2005-08-04 simonBug fix from James H: solve_game() was returning error...
2005-08-04 simonI am COMPLETELY GORMLESS. The Solo grid generator,...
2005-08-03 simonCleanups from James H: a few missing statics, a precaut...
2005-08-03 simonSlant uses the same generation strategy as Solo, despit...
2005-08-02 simonBah! There's _always_ one. Display glitch corrected.
2005-08-02 simonNew puzzle: `Slant', picked from the Japanese-language...
2005-08-01 simonVarious cleanups and clarifications to devel.but; some...
2005-07-31 simonNew end-game approach to Black Box. Instead of revealin...
2005-07-29 jacobmissing `i' in `\e'
2005-07-29 simonOne more fix from Ben H. Also switched round the arena...
2005-07-29 simonVarious fixes and cleanups suggested by Ben Hutchings:
2005-07-29 simonBen Hutchings reports that gcc 4 gives an optimiser...
2005-07-29 simonPatches from Ben Hutchings to fix failures of sscanf...
2005-07-29 jacobTweak a paragraph after discussion with Simon.
2005-07-28 simonShiny new developer documentation to replace the old...
2005-07-24 simonThe very core of cross() is capable of suffering intege...
2005-07-24 simonAnother diagnostic mode for Untangle: if compiled with
2005-07-24 simon(GTK only so far) Allow the argument passed to a game...
2005-07-22 simonSolve animation (currently only in Untangle) was failin...
2005-07-22 simonThe `Solve' operation now rotates and/or reflects the...
2005-07-22 simonJames H profiled the new Same Game grid generator and...
2005-07-21 simonUntil now, Same Game has been the only puzzle in this...
2005-07-21 simonI've been meaning to do this for ages: all the Makefile...
2005-07-20 jacobSync with website
2005-07-20 simonThe Untangle completion flash was weedy and anaemic...
2005-07-19 jacobSome attempt to explain Dominosa for those unfamiliar...
2005-07-18 simonAnother fix from Chris: Guess's allow-blanks mode wasn...
2005-07-18 simonFix to Chris's patch in r6106 (also from Chris).
2005-07-17 simonSwitch Untangle to using `long' rather than `int' in...
2005-07-17 simonQuite a few instances of the Cardinal Error of Ctype...
2005-07-17 simonTwo tiny cleanup patches from James H.
2005-07-17 simonGet rid of the malloc in shuffle(), by defining a subfu...
2005-07-17 simonPatch from Chris Emerson: rather than dynamically calling
2005-07-17 jacobBlack Box: fix "reveal" button location, explain what...
2005-07-17 jacobUse \q{} and \by in Black Box docs.
2005-07-17 simonI keep forgetting to do things when adding a new puzzle...
2005-07-17 simonBah, there's always one: failed to `svn add' blackbox...
2005-07-17 simonAnother game from James H: `Black Box'.
2005-07-16 simonCleanups and memory leak fixes from James H.
2005-07-16 simonSanity-checking patch from Phil Bordelon: since Solo...
2005-07-16 simonNew puzzle: `Untangle', cloned (with the addition of...
2005-07-15 simonImprove speed of grid generation: I've found something...
2005-07-14 jacobAdd Dominosa printout support.
next