chiark / gitweb /
sgt-puzzles.git
2005-08-18 Simon TathamSubstantial infrastructure upheaval. I've separated...
2005-08-15 Simon TathamJust noticed another thing that could easily catch...
2005-08-13 Simon TathamMemory leak fixes from James H.
2005-08-13 Simon TathamNew puzzle: `Map'. Vaguely original, for a change.
2005-08-11 Simon Tatham16-bit-cleanness fixes from James H (again). It would...
2005-08-09 Simon TathamVery fiddly corrections to the loop highlighting. ERRSL...
2005-08-09 Simon TathamImplement error checking in Slant. Clue points are...
2005-08-07 Simon TathamRemove conditional definition of MAX_GRIDGEN_TRIES...
2005-08-07 Simon TathamPlacate optimiser.
2005-08-06 Simon TathamStreamline `slantsolver' a bit (avoid showing advanced...
2005-08-06 Simon TathamDocument hard mode in Slant, and also fix an obvious...
2005-08-06 Simon TathamIntroduce an environment variable setting (SLANT_SWAP_B...
2005-08-06 Simon TathamA bunch of new reasoning techniques in the Slant solver...
2005-08-05 Simon TathamCleanups to completion flashes: all four of these games...
2005-08-04 Simon TathamNew puzzle: `Light Up', by James H.
2005-08-04 Simon TathamEnvironment-based configuration wasn't sensibly usable...
2005-08-04 Simon TathamPatch from James H: tinker with the presets on SLOW_SYS...
2005-08-04 Simon TathamBug fix from James H: solve_game() was returning error...
2005-08-04 Simon TathamI am COMPLETELY GORMLESS. The Solo grid generator,...
2005-08-03 Simon TathamCleanups from James H: a few missing statics, a precaut...
2005-08-03 Simon TathamSlant uses the same generation strategy as Solo, despit...
2005-08-02 Simon TathamBah! There's _always_ one. Display glitch corrected.
2005-08-02 Simon TathamNew puzzle: `Slant', picked from the Japanese-language...
2005-08-01 Simon TathamVarious cleanups and clarifications to devel.but; some...
2005-07-31 Simon TathamNew end-game approach to Black Box. Instead of revealin...
2005-07-29 Jacob Nevinsmissing `i' in `\e'
2005-07-29 Simon TathamOne more fix from Ben H. Also switched round the arena...
2005-07-29 Simon TathamVarious fixes and cleanups suggested by Ben Hutchings:
2005-07-29 Simon TathamBen Hutchings reports that gcc 4 gives an optimiser...
2005-07-29 Simon TathamPatches from Ben Hutchings to fix failures of sscanf...
2005-07-29 Jacob NevinsTweak a paragraph after discussion with Simon.
2005-07-28 Simon TathamShiny new developer documentation to replace the old...
2005-07-24 Simon TathamThe very core of cross() is capable of suffering intege...
2005-07-24 Simon TathamAnother diagnostic mode for Untangle: if compiled with
2005-07-24 Simon Tatham(GTK only so far) Allow the argument passed to a game...
2005-07-22 Simon TathamSolve animation (currently only in Untangle) was failin...
2005-07-22 Simon TathamThe `Solve' operation now rotates and/or reflects the...
2005-07-22 Simon TathamJames H profiled the new Same Game grid generator and...
2005-07-21 Simon TathamUntil now, Same Game has been the only puzzle in this...
2005-07-21 Simon TathamI've been meaning to do this for ages: all the Makefile...
2005-07-20 Jacob NevinsSync with website
2005-07-20 Simon TathamThe Untangle completion flash was weedy and anaemic...
2005-07-19 Jacob NevinsSome attempt to explain Dominosa for those unfamiliar...
2005-07-18 Simon TathamAnother fix from Chris: Guess's allow-blanks mode wasn...
2005-07-18 Simon TathamFix to Chris's patch in r6106 (also from Chris).
2005-07-17 Simon TathamSwitch Untangle to using `long' rather than `int' in...
2005-07-17 Simon TathamQuite a few instances of the Cardinal Error of Ctype...
2005-07-17 Simon TathamTwo tiny cleanup patches from James H.
2005-07-17 Simon TathamGet rid of the malloc in shuffle(), by defining a subfu...
2005-07-17 Simon TathamPatch from Chris Emerson: rather than dynamically calling
2005-07-17 Jacob NevinsBlack Box: fix "reveal" button location, explain what...
2005-07-17 Jacob NevinsUse \q{} and \by in Black Box docs.
2005-07-17 Simon TathamI keep forgetting to do things when adding a new puzzle...
2005-07-17 Simon TathamBah, there's always one: failed to `svn add' blackbox...
2005-07-17 Simon TathamAnother game from James H: `Black Box'.
2005-07-16 Simon TathamCleanups and memory leak fixes from James H.
2005-07-16 Simon TathamSanity-checking patch from Phil Bordelon: since Solo...
2005-07-16 Simon TathamNew puzzle: `Untangle', cloned (with the addition of...
2005-07-15 Simon TathamImprove speed of grid generation: I've found something...
2005-07-14 Jacob NevinsAdd Dominosa printout support.
2005-07-14 Simon TathamCleanups to Solo:
2005-07-14 Simon TathamNew puzzle: Dominosa.
2005-07-14 Simon TathamIntroduce a `shuffle' utility function.
2005-07-10 Simon Tathamgame_timing_state() now has access to the game_ui....
2005-07-10 Simon TathamChange of policy on game_changed_state(). Originally...
2005-07-10 Simon TathamSubtle UI change to Mines. Although I mostly find the...
2005-07-09 Simon TathamAlter the `Octagon' board preset so that instead of...
2005-07-06 Simon TathamMissing quit on error was leading to an assertion failu...
2005-07-06 Jacob NevinsMove various printf()s after declarations.
2005-07-06 Simon TathamUnify the two solvers in Solo. nsolve has now had recursion
2005-07-06 Simon TathamRefactoring from James H: the highlight and lowlight...
2005-07-06 Simon TathamSome patches from James H:
2005-07-05 Jacob NevinsRevert the code that assumed that incoming parameters...
2005-07-05 Jacob NevinsAdd a `full' parameter to validate_params(), analogous...
2005-07-05 Simon TathamEnhancements to mkfiles.pl and Recipe to arrange for...
2005-07-05 Jacob NevinsIt's been a new year for a while now.
2005-07-05 Jacob Nevinsrevert supposed typo -- I have no brain
2005-07-05 Jacob NevinsAdd HACKING to main doc build.
2005-07-05 Jacob Nevinstypo
2005-07-05 Jacob NevinsAdd a completion flash when you get down to a single...
2005-07-05 Simon TathamRefactored the game_size() interface, which was getting...
2005-07-05 Simon TathamJames Harvey points out a missing ifdef.
2005-07-04 Jacob NevinsClarify that diagonal moves are not permitted in Pegs.
2005-07-04 Jacob NevinsAdd WinHelp topic.
2005-07-04 Simon TathamThere's always one. Forgot to add Pegs to `make install'.
2005-07-04 Simon TathamDocumentation for Pegs.
2005-07-04 Simon TathamPeg Solitaire implementation, complete with a random...
2005-07-04 Jacob NevinsDocument keyboard controls for Flip
2005-07-04 Jacob NevinsFix bounds checking for Flip cursor control.
2005-07-03 Simon TathamJames H's patch for a keyboard-controlled cursor in...
2005-07-03 Simon TathamAllow game backends to use even special keystrokes...
2005-07-03 Simon Tathamdraw_polygon() and draw_circle() have always had a...
2005-07-01 Simon TathamJames Harvey points out that entering an invalid game...
2005-06-30 Simon TathamPrevent drags from being started outside the playing...
2005-06-30 Simon TathamPreset names retrieved from the environment must be...
2005-06-30 Simon TathamLoad and Save are now supported on all three desktop...
2005-06-30 Simon TathamGeneral robustness patch from James Harvey:
2005-06-30 Simon TathamAttempting to begin a drag from (i.e. just click on...
2005-06-29 Simon TathamAdd a cast whose absence was causing a (-Werror-exacerb...
2005-06-29 Simon TathamValidation of random-state-type game descriptions was...
next