chiark / gitweb /
sgt-puzzles.git
2008-09-13 Simon TathamTypo spotted by James H.
2008-09-13 Simon TathamOops, left this out of r8178: having defined COMBINED...
2008-09-13 Simon TathamChange to the handling of -DCOMBINED in the makefiles...
2008-09-13 Simon TathamPatch from James H providing lots more paranoid casting...
2008-09-13 Simon TathamPatch from James H to centralise some generally useful...
2008-09-13 Simon TathamSince the lack of this has caused portability issues...
2008-09-10 Simon TathamPatch from James H to make new-Loopy port more easily.
2008-09-07 Simon TathamHaving played new-Loopy a bit recently, I've had occasi...
2008-09-07 Simon TathamHow did I manage to check this in without actually...
2008-09-06 Simon TathamNew Loopy save file, compatible with the new Loopy.
2008-09-06 Simon TathamNearly forgot: Lambros definitely deserves a place...
2008-09-06 Simon TathamDon't call changed_preset() until after we've initialised
2008-09-06 Simon TathamCompletely re-engineered version of Loopy, courtesy...
2008-09-06 Simon TathamNew infrastructure feature. Games are now permitted...
2008-07-05 Simon TathamCorrection from James H: sqrt(0) shouldn't occur any...
2008-07-05 Simon TathamMore operations and bug fixes from James H.
2008-07-05 Simon TathamRemove rogue diagnostic.
2008-07-05 Simon TathamAdd a build version designation to the NestedVM build...
2008-06-27 Simon TathamBuild the Java versions of the puzzles automatically...
2008-06-26 Simon TathamHandle a <param name="game_id"> by passing it in to...
2008-06-26 Simon TathamThe Java console keeps showing up error reports due...
2008-06-24 Simon TathamJames H has helpfully provided yet more silly operators...
2008-06-23 Simon TathamAn option to enable a debugging mode for the BFS.
2008-06-10 Simon TathamMichael Schierl's patch to compile the puzzles as Java...
2008-06-10 Simon TathamJust noticed that the return value of midend_process_ke...
2008-06-09 Simon TathamNew -A mode permitting even madder operators, and also...
2008-04-14 Simon TathamShamelessly pander to compilers whose data flow warning...
2008-04-10 Simon TathamNow that we're highlighting the currently selected...
2008-04-09 Simon TathamImplement tick marks in the Type menu on Windows. Now...
2008-04-09 Simon TathamImplement tick marks in the Type menu on OS X.
2008-04-08 Simon TathamNew feature in midend.c which allows us to ask for...
2008-04-08 Simon TathamHaving got Jigsaw mode generation working at reasonable...
2008-04-08 Simon TathamImprovements to filled-grid generation. Introduced...
2008-04-07 Simon TathamAhem. Apparently forgot to compile-test after that...
2008-04-07 Simon TathamRevise the printing colour framework so that we can...
2008-04-07 Simon TathamPedantic tweaks to allow successful compilation on...
2008-04-07 Simon TathamSubstantial reworking of Solo so that it implements...
2008-03-20 Simon TathamHmm. Telling xvfb to default to a TrueColor visual...
2008-03-20 Simon TathamI _think_, after some fairly random experimentation...
2008-03-11 Simon TathamUpdate the OS X Puzzles makefile so that it builds...
2008-02-10 Jacob NevinsUI change to Filling: allow multiple squares to be...
2008-02-10 Jacob NevinsIt's another new year.
2008-01-15 Simon TathamSyntactic fixes by Zach Wily to make the OS X build...
2007-12-15 Simon Tatham64-bit cleanliness: we were already carefully using...
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.
next