chiark / gitweb /
sgt-puzzles.git
2007-08-25 Simon TathamA rigorous proof. Totally unimportant to the code,...
2007-08-25 Simon TathamFix an inaccurate comment.
2007-08-25 Simon TathamI've just realised that my deliberate avoidance of...
2007-08-25 Simon TathamCommit my work so far on a generator for Nikoli's ...
2007-08-18 Simon TathamAhem. Finishing writing the comment _before_ checkin...
2007-08-18 Simon TathamAllow a 1-omino to be completely destroyed and recreate...
2007-08-18 Simon TathamBetter test-mode diagnostics.
2007-08-18 Simon TathamA piece of library code which constructs a random divis...
2007-07-31 Simon TathamExperimental UI tweak enabled by a hacky environment...
2007-07-05 Simon TathamA user points out that Loopy's solver relies on element...
2007-06-29 Simon TathamOptimiser placation.
2007-05-20 Simon TathamUpdates and improvements from Jonas Koelker.
2007-05-19 Simon TathamLeft puzzles.rc2 out of the tarball. Oops.
2007-05-12 Simon TathamMore forgiving selection of dragging targets.
2007-05-12 Simon TathamGraphics tweak: make the top-right and bottom-left...
2007-05-12 Simon TathamIn-game user interface to the solver.
2007-05-12 Simon TathamFix tiny memory leak if you pressed Solve while part...
2007-05-12 Simon TathamRemove the check for disconnected pieces; it's over...
2007-05-10 Simon Tathamnoicon.rc was missing from the Unix source archive...
2007-05-07 Simon TathamStand-alone slidesolver.
2007-05-07 Simon TathamAdd an optional move limit during game generation.
2007-05-07 Simon TathamSlight solver speedup by tracking more carefully which...
2007-05-07 Simon TathamAdd a new misc.c function needed by Slide's colour...
2007-05-07 Simon TathamClose-to-finished auto-generating implementation of...
2007-05-06 Simon TathamI still haven't managed to get the WinCE port building...
2007-04-04 Simon TathamEnsure the shuffling process never produces an already...
2007-03-31 Jacob NevinsIn the Windows frontend, stop tab navigation from activ...
2007-03-26 Simon TathamEr, and now do that _without_ introducing further segfa...
2007-03-26 Simon TathamStop failing assertions when we encounter an insoluble...
2007-03-23 Simon TathamKyle Brazell points out that the completion checker...
2007-03-16 Jacob NevinsDisallow clicks between squares.
2007-03-11 Simon Tathamr7364 failed to expand a malloc to match the larger...
2007-03-11 Simon TathamGary Wong observes that solo's decode_params() is overe...
2007-03-11 Simon TathamGary Wong points out that solosolver's verbose output is
2007-03-03 Jacob NevinsSince we've changed the semantics of the `expand' argum...
2007-03-03 Jacob NevinsPatch from Ben Hutchings to allow user-initiated tilesi...
2007-03-03 Jacob NevinsBen Hutchings' patch to allow Gtk windows to be shrunk...
2007-03-03 Jacob NevinsRefactoring patch from Ben Hutchings: move all the...
2007-03-03 Simon TathamPatch from James H to provide resizability on Windows.
2007-03-03 Simon TathamMinor cleanups (mostly \ns in diagnostic printfs) from...
2007-03-03 Simon TathamMy favourite kind of patch, from James H: one which...
2007-03-03 Simon TathamAbout time I got round to documenting the new
2007-03-02 Jacob NevinsFix problems with arrow UI with non-square grid.
2007-03-01 Simon TathamSilliness! Here's a somewhat hacky patch which builds...
2007-03-01 Simon TathamAmend README so that it makes reasonable sense no matte...
2007-03-01 Simon TathamCleanup patch from James H: disable the `s' key, which...
2007-03-01 Simon TathamAdam D. Lopresto and Phil Bordelon independently point...
2007-03-01 Simon TathamBound edge thicknesses below so that they're always...
2007-02-28 Jacob NevinsFix some border drawing issues.
2007-02-28 Jacob NevinsMinGW windres doesn't like an empty resource file,...
2007-02-28 Simon TathamGeneral cleanups patch from James H:
2007-02-28 Simon TathamGary Wong points out a couple of minor errors in the...
2007-02-27 Simon TathamProvide my old drag-based interface to Net as an ifdef...
2007-02-27 Simon TathamAnother thing to watch out for when adding new puzzles.
2007-02-27 Simon TathamCreate a blank .rc file to be used in the absence of...
2007-02-27 Simon TathamThis game requires the numpad.
2007-02-26 Simon TathamDariusz Olszewski's changes to support compiling for...
2007-02-25 Simon TathamAfter it confused Verity, clarify in the Unequal docs...
2007-02-25 Simon TathamHardwiring the grid line width to 1 is really bad for...
2007-02-25 Simon TathamGalaxies doesn't print in colour.
2007-02-25 Simon TathamDon't create an undo-chain entry for a move with no...
2007-02-25 Jacob NevinsFix a UI glitch where dragging an existing arrow could...
2007-02-25 Simon TathamTweak the cropping of the Filling icon very slightly.
2007-02-25 Simon TathamUpdate the checklist (yet again) to try to prevent...
2007-02-25 Simon TathamForgot to enable the Windows icon.
2007-02-25 Simon TathamMore updates to the new-puzzle checklist.
2007-02-25 Simon TathamNew puzzle: `Filling', a Fillomino implementation by...
2007-02-25 Simon TathamOops. Having built the installer, we need a redirect...
2007-02-24 Simon TathamBuild an installer for Puzzles.
2007-02-24 Simon TathamSomehow I let a couple of // comments get past me when...
2007-02-22 Simon TathamPhil Bordelon points out that when I renamed `Recursive...
2007-02-22 Jacob NevinsRemove spurious semicolons from macros; their upset...
2007-02-22 Simon TathamAnd fix the error _I_ made in r7311. I should stop...
2007-02-22 Simon TathamPart of r7310 completely changed the careful semantics...
2007-02-22 Simon TathamPatch from James H to make the Palm compiler stop objec...
2007-02-22 Simon TathamWe may reluctantly permit the returning of a too-easy...
2007-02-22 Simon TathamJames H forgot to credit himself for Galaxies!
2007-02-22 Simon TathamUpdate the new-puzzle checklist for the post-bob world.
2007-02-22 Simon TathamMissing uses of \q{}.
2007-02-22 Simon TathamAdd James Harvey's excellent new puzzle, `Galaxies'.
2007-02-19 Simon TathamForgot to shuffle the num[] array! That was probably...
2007-02-13 Jacob NevinsReplicate r7285 from PuTTY: make keyboard input work...
2007-02-05 Simon TathamNow we have the new `module' command, use it.
2007-02-04 Simon TathamReinstate the icons in the Windows binaries.
2007-02-04 Simon TathamForgot to tag the Mac and Windows binaries with the...
2007-02-04 Simon TathamLooking for puzzles*.tar.gz in the right directory...
2007-02-04 Simon TathamBuild script for Puzzles using bob. I've also added...
2007-01-27 Simon TathamMisdirected cross-reference spotted by Jonas Koelker.
2007-01-16 Simon TathamMarcin Wojdyr points out that the use of `>&' to redire...
2007-01-15 Simon TathamPhil Bordelon points out an off-by-one error: since...
2007-01-15 Simon TathamPatch from James H which shouldn't change the functiona...
2007-01-15 Simon TathamPatch from James H to fix the occasional generation...
2007-01-15 Simon TathamPhil Bordelon points out that the Unequal difficulty...
2007-01-14 Simon TathamGive all the intermediate files distinct file names...
2007-01-13 Jacob NevinsFormatting tweaks / index terms in Unequal docs.
2007-01-13 Simon TathamFirst time I've added a new puzzle since the icons...
2007-01-13 Simon TathamIcon for Unequal.
2007-01-13 Simon TathamAdd James H's new puzzle, `Unequal' (otherwise known...
2007-01-13 Simon TathamRemove a couple of rogue make targets for `osx.icns...
2007-01-11 Simon TathamRather to my surprise given the amount of testing this...
next