sgt/puzzles
2009-01-20 simonKeyboard control patch for Pegs, from James H.
2009-01-19 simonKeyboard control patch for Solo, from James H.
2009-01-16 simonKeyboard control patch for Slant, from James H.
2009-01-16 simonKeyboard cursor support for Tents, from James H.
2009-01-16 simonr8396 introduced midend_tilesize(). Document it.
2009-01-15 simonKeyboard cursor support for Rectangles, from James H.
2009-01-15 simonKeyboard cursor support in Galaxies, by James H.
2009-01-14 simonKeyboard interface for Filling, from James H.
2009-01-12 simonPatch from James H to fix some off-by-one errors in...
2009-01-12 simonPatch from James H which adds keyboard cursor support...
2009-01-08 simonPatches from James H to add or improve arrow-key-driven...
2009-01-07 simonPatch from Lambros to make the Normal difficulty level...
2009-01-07 simonStandalone solver for Loopy. Bit half-hearted, since...
2009-01-06 simonPatch from James H to enable a single monolithic binary...
2009-01-06 simonBring the unfinished .R files into line with the curren...
2008-12-12 simonDon't ignore the return code of fwrite(). (Slight modif...
2008-12-01 simonAdd missing call to gtk_selection_clear_targets(),...
2008-11-29 simonStand-alone command-line interface to the obfuscate_bit...
2008-11-29 simonThe other day I found it useful for a (silly) special...
2008-11-28 simonFix parenthesis problem in Light Up solver. Should...
2008-11-28 simonLet's have some more presets in here: 3x3 is much _too_...
2008-11-16 simonPatch from Lee Dowling to implement mouse control in...
2008-11-16 simonTake out some lurking "nullgame" holdovers from unfinis...
2008-11-16 simonPatches from Lee Dowling to make Light Up and Net use the
2008-11-16 simonCouple of solving-related mid-end tweaks. Firstly,...
2008-11-04 simonCheck return values from fwrite when saving files.
2008-11-04 simonPatch from Lambros to improve the generality of path...
2008-11-02 simonPatch from Chris Boyle to prevent Solo's inter-block...
2008-10-05 jacobApply "103_fix-unequal-digit-h.diff" from the Debian...
2008-10-04 jacobRemove strange punctuation.
2008-09-19 simonCut-and-paste error which was preventing any drop-down...
2008-09-18 simonLambros points out that trying to generate a 3x3 Cairo...
2008-09-18 simonPatch from Lambros implementing error highlighting...
2008-09-17 simonYet another complete rewrite of Slant's loop detection...
2008-09-16 jacobCosmetic: fix mismatch between game_compute_size()...
2008-09-14 simonLambros provides this workaround for a compiler warning...
2008-09-13 simonTypo spotted by James H.
2008-09-13 simonOops, left this out of r8178: having defined COMBINED...
2008-09-13 simonChange to the handling of -DCOMBINED in the makefiles...
2008-09-13 simonPatch from James H providing lots more paranoid casting...
2008-09-13 simonPatch from James H to centralise some generally useful...
2008-09-13 simonSince the lack of this has caused portability issues...
2008-09-10 simonPatch from James H to make new-Loopy port more easily.
2008-09-07 simonHaving played new-Loopy a bit recently, I've had occasi...
2008-09-07 simonHow did I manage to check this in without actually...
2008-09-06 simonNew Loopy save file, compatible with the new Loopy.
2008-09-06 simonNearly forgot: Lambros definitely deserves a place...
2008-09-06 simonDon't call changed_preset() until after we've initialised
2008-09-06 simonCompletely re-engineered version of Loopy, courtesy...
2008-09-06 simonNew infrastructure feature. Games are now permitted...
2008-08-18 simonOh, and some more ignore properties, oops.
2008-08-18 simonExtra ignore properties for the dual-architecture OS...
2008-07-05 simonCorrection from James H: sqrt(0) shouldn't occur any...
2008-07-05 simonMore operations and bug fixes from James H.
2008-07-05 simonRemove rogue diagnostic.
2008-07-05 simonAdd a build version designation to the NestedVM build...
2008-06-27 simonBuild the Java versions of the puzzles automatically...
2008-06-26 simonHandle a <param name="game_id"> by passing it in to...
2008-06-26 simonThe Java console keeps showing up error reports due...
2008-06-24 simonJames H has helpfully provided yet more silly operators...
2008-06-23 simonAn option to enable a debugging mode for the BFS.
2008-06-10 simonMichael Schierl's patch to compile the puzzles as Java...
2008-06-10 simonJust noticed that the return value of midend_process_ke...
2008-06-09 simonNew -A mode permitting even madder operators, and also...
2008-04-14 simonShamelessly pander to compilers whose data flow warning...
2008-04-10 simonNow that we're highlighting the currently selected...
2008-04-09 simonImplement tick marks in the Type menu on Windows. Now...
2008-04-09 simonImplement tick marks in the Type menu on OS X.
2008-04-08 simonNew feature in midend.c which allows us to ask for...
2008-04-08 simonHaving got Jigsaw mode generation working at reasonable...
2008-04-08 simonImprovements to filled-grid generation. Introduced...
2008-04-07 simonAhem. Apparently forgot to compile-test after that...
2008-04-07 simonRevise the printing colour framework so that we can...
2008-04-07 simonPedantic tweaks to allow successful compilation on...
2008-04-07 simonSubstantial reworking of Solo so that it implements...
2008-03-20 simonHmm. Telling xvfb to default to a TrueColor visual...
2008-03-20 simonI _think_, after some fairly random experimentation...
2008-03-11 simonUpdate the OS X Puzzles makefile so that it builds...
2008-02-10 jacobUI change to Filling: allow multiple squares to be...
2008-02-10 jacobIt's another new year.
2008-01-15 simonSyntactic fixes by Zach Wily to make the OS X build...
2007-12-15 simon64-bit cleanliness: we were already carefully using...
2007-08-25 simonA rigorous proof. Totally unimportant to the code,...
2007-08-25 simonFix an inaccurate comment.
2007-08-25 simonI've just realised that my deliberate avoidance of...
2007-08-25 simonCommit my work so far on a generator for Nikoli's ...
2007-08-18 simonAhem. Finishing writing the comment _before_ checkin...
2007-08-18 simonAllow a 1-omino to be completely destroyed and recreate...
2007-08-18 simonBetter test-mode diagnostics.
2007-08-18 simonA piece of library code which constructs a random divis...
2007-07-31 simonExperimental UI tweak enabled by a hacky environment...
2007-07-05 simonA user points out that Loopy's solver relies on element...
2007-06-29 simonOptimiser placation.
2007-05-20 simonUpdates and improvements from Jonas Koelker.
2007-05-19 simonLeft puzzles.rc2 out of the tarball. Oops.
2007-05-12 simonMore forgiving selection of dragging targets.
2007-05-12 simonGraphics tweak: make the top-right and bottom-left...
2007-05-12 simonIn-game user interface to the solver.
2007-05-12 simonFix tiny memory leak if you pressed Solve while part...
2007-05-12 simonRemove the check for disconnected pieces; it's over...
next