sgt/puzzles
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.
2005-07-14 simonCleanups to Solo:
2005-07-14 simonNew puzzle: Dominosa.
2005-07-14 simonIntroduce a `shuffle' utility function.
2005-07-10 simongame_timing_state() now has access to the game_ui....
2005-07-10 simonChange of policy on game_changed_state(). Originally...
2005-07-10 simonSubtle UI change to Mines. Although I mostly find the...
2005-07-09 simonAlter the `Octagon' board preset so that instead of...
2005-07-06 simonMissing quit on error was leading to an assertion failu...
2005-07-06 jacobMove various printf()s after declarations.
2005-07-06 simonUnify the two solvers in Solo. nsolve has now had recursion
2005-07-06 simonRefactoring from James H: the highlight and lowlight...
2005-07-06 simonSome patches from James H:
2005-07-05 jacobRevert the code that assumed that incoming parameters...
2005-07-05 jacobAdd a `full' parameter to validate_params(), analogous...
2005-07-05 simonEnhancements to mkfiles.pl and Recipe to arrange for...
2005-07-05 jacobIt's been a new year for a while now.
2005-07-05 jacobrevert supposed typo -- I have no brain
2005-07-05 jacobAdd HACKING to main doc build.
2005-07-05 jacobtypo
2005-07-05 jacobAdd a completion flash when you get down to a single...
2005-07-05 simonAdd `pegs' to svn:ignore.
2005-07-05 simonRefactored the game_size() interface, which was getting...
2005-07-05 simonJames Harvey points out a missing ifdef.
2005-07-04 jacobClarify that diagonal moves are not permitted in Pegs.
2005-07-04 jacobAdd WinHelp topic.
2005-07-04 simonThere's always one. Forgot to add Pegs to `make install'.
2005-07-04 simonDocumentation for Pegs.
2005-07-04 simonPeg Solitaire implementation, complete with a random...
2005-07-04 jacobDocument keyboard controls for Flip
2005-07-04 jacobFix bounds checking for Flip cursor control.
2005-07-03 simonJames H's patch for a keyboard-controlled cursor in...
2005-07-03 simonAllow game backends to use even special keystrokes...
2005-07-03 simondraw_polygon() and draw_circle() have always had a...
2005-07-01 simonJames Harvey points out that entering an invalid game...
2005-06-30 simonPrevent drags from being started outside the playing...
2005-06-30 simonPreset names retrieved from the environment must be...
next