chiark / gitweb /
sgt-puzzles.git
2006-05-20 Simon TathamPatch from Ben Hutchings to prevent memory leakage...
2006-03-12 Simon TathamTidy up comments.
2006-03-06 Simon TathamIntroduce a new deductive mode in Slant's Hard level...
2006-03-03 Jacob Nevins"Hold" function in Guess was completely broken.
2006-03-02 Simon TathamI've been pondering whether to do this for months:...
2006-02-20 Simon TathamMines's error signalling is highly asymmetric: if you...
2006-02-19 Simon TathamSmall docs patch from Phil Bordelon adding more history...
2006-02-19 Simon TathamPatch from Phil Bordelon to improve Bridges' appearance...
2006-02-07 Simon TathamTal Kelrich spotted that hitting `Solve' on a configura...
2006-01-08 Jacob NevinsIt's a new year.
2006-01-05 Simon TathamRevert a change in an assertion made in r6299. It was...
2005-12-27 Jacob NevinsAdd some random index terms. ("Sudoku" wasn't in the...
2005-12-26 Simon TathamLaurent Thioudellet reports that gcc4's ultra-cautious...
2005-12-26 Simon TathamI've just noticed a bug in the Inertia solver: if you...
2005-11-10 Simon TathamCorrect w/h mixup in grid edge checks.
2005-10-22 Jacob NevinsDocument Unix command-line options.
2005-10-22 Jacob NevinsFix segfault in Tents' printing.
2005-10-22 Jacob NevinsWork around a couple of minor display issues with max...
2005-10-22 Simon TathamCleanup: relieve frontends of the duty to call
2005-10-22 Simon TathamCleanup: remove the `just_used_solve' field from a...
2005-10-22 Simon TathamForgot to update devel.but in r6417.
2005-10-22 Simon TathamCleanup: it was absolutely stupid for game_wants_status...
2005-10-22 Simon TathamCleanup: remove the game_state parameter to game_colour...
2005-10-22 Simon TathamNoticed recently that bitcount16() isn't 16-bit clean...
2005-10-22 Simon TathamCleanup: the `mouse_priorities' field in the back end...
2005-10-22 Simon TathamOS X frontend was directly calling the backend's wants_...
2005-10-22 Simon TathamCleanup: rename random_init() to random_new(), because...
2005-10-21 Simon TathamNew puzzle from James H: `Bridges', another Nikoli...
2005-10-17 Simon TathamMiscellaneous fixes. Correct a comparison of y with...
2005-10-17 Simon TathamJust noticed a longhand shuffling operation which I...
2005-10-15 Simon TathamJanes H provides a small workaround for a Palm tools...
2005-10-15 Simon TathamSmall error in solver diagnostics.
2005-10-14 Simon TathamRevamp of the control mechanism to permit drag- as...
2005-10-13 Simon TathamNew puzzle: `Tents'. Requires a potentially shared...
2005-10-13 Simon Tathamloopy_diffnames[] isn't used, and provokes a warning...
2005-10-12 Simon TathamYikes! I've only just noticed that this copy of tree234...
2005-10-10 Simon Tathamr6384 didn't go quite far enough. In fact, a grid squar...
2005-10-10 Simon TathamFixes for handling human-entered Flip games. The clicke...
2005-10-10 Simon TathamRichard Earnshaw points out that if you enter an out...
2005-09-23 Simon TathamUse game_set_size() to set up the temporary drawstate in
2005-09-23 Simon TathamFix very strange indentation issue!
2005-09-18 Simon TathamBug fix from James H: prevent LINEWIDTH ever reaching...
2005-09-18 Simon TathamAnother optimisation patch from Mike, which (among...
2005-09-15 Simon TathamOptimisation patch from Mike: remember which squares...
2005-09-13 Simon TathamPatch from Mike: fix an array indexing error in the...
2005-09-12 Simon TathamPatch from Mike:
2005-09-12 Simon TathamI am again gormless! When I overhauled Solo's grid...
2005-09-12 Simon TathamI found a slightly odd-looking line of code in this...
2005-09-11 Simon TathamMinor improvement to initial loop generation.
2005-09-11 Simon TathamOops; left some rogue diagnostics in.
2005-09-11 Simon TathamRun the final solution-reduction pass in both direction...
2005-09-11 Simon TathamSolve function for Inertia, using what's essentially...
2005-09-11 Simon TathamMarginally greater robustness in the face of solve_game...
2005-09-10 Simon TathamCompletely rewrite the loop-detection algorithm used...
2005-09-10 Simon TathamPatch from James H which initialises a couple of Window...
2005-09-06 Simon TathamI arranged that dying after the game was already comple...
2005-09-06 Simon TathamTake the Windows taskbar into account when deciding...
2005-09-05 Simon TathamVarious patches from Ben H: a fix for an outdated comme...
2005-09-05 Simon TathamI've dithered a bit in the past about whether or not...
2005-09-04 Simon TathamPatch from Ton van Overbeek to fix a small memory leak in
2005-09-04 Simon TathamPatch from Ton van Overbeek to correct Loopy's misplace...
2005-09-04 Simon TathamAnother global environment-variable override across...
2005-09-04 Simon TathamCouple of minor updates to restore accuracy.
2005-09-03 Simon TathamPatches from James H. The usual stuff (memory leak...
2005-09-02 Simon TathamSomeone points out that the Solo text formatter would...
2005-09-01 Simon TathamStop Light Up from eating system keypresses, which...
2005-09-01 Simon TathamOptimiser placation.
2005-09-01 Simon TathamPalm fixes for Loopy from James H: a #ifdef SLOW_SYSTEM...
2005-09-01 Simon TathamJames H's memory leak fixes to Inertia.
2005-09-01 Simon TathamJames H has implemented a new `Tricky' difficulty level...
2005-08-31 Simon TathamAbility to drag pencil marks around.
2005-08-31 Simon TathamTerribly cunning approach to making the pencil marks...
2005-08-31 Simon TathamDebian requires -lm, where Red Hat didn't.
2005-08-31 Simon TathamAhem; forgot about recursion. Recursive solving now...
2005-08-31 Simon TathamNow that Map has some seriously complex deductions...
2005-08-30 Simon TathamForcing chains in Map give rise to a new `Hard' difficu...
2005-08-30 Simon TathamImplemented a couple more reasoning modes for Extreme...
2005-08-29 Simon TathamBackspace and Delete keys now function like Space in...
2005-08-29 Simon TathamTypo in comment :-)
2005-08-29 Simon TathamAhem. The region density at which things start to get...
2005-08-29 Simon TathamAesthetic improvements to the Map error indicators:
2005-08-28 Simon TathamUnreasonable mode for Map.
2005-08-28 Simon TathamError highlighting in Map.
2005-08-28 Simon TathamThere seems to be some odd behaviour when GTK is asked...
2005-08-28 Jacob NevinsHACKING.but -> devel.but
2005-08-27 Simon TathamFix array bounds violation in the solver. Oops.
2005-08-27 Simon TathamOS X seems particularly picky about possibly uninitialised
2005-08-27 Simon TathamNew puzzle: `Inertia', originally written for Windows...
2005-08-26 Jacob NevinsTrivial doc changes after recent prolificacy.
2005-08-25 Simon TathamMemory leak and type safety fixes from James H.
2005-08-25 Simon TathamPhil Bordelon points out that the general convention...
2005-08-25 Simon TathamMike points out that I made an error in one of the...
2005-08-24 Simon TathamOver-enthusiastic assertion introduced in the printing...
2005-08-24 Simon TathamOptimiser placation for OS X gcc.
2005-08-24 Simon TathamNew puzzle: `Loopy', an implementation of Nikoli's...
2005-08-24 Simon TathamMinor update to Solo's documentation due to Extreme...
2005-08-24 Simon TathamBrand new difficulty level in Solo. The other day Garet...
2005-08-23 Simon TathamDon't report an error when loading a saved game from...
2005-08-22 Simon TathamJames H points out a rogue fprintf in Net's print routine.
2005-08-22 Simon TathamMemory leak in the new printing stuff, plus a couple...
next