Stop the analysis pass in Loopy's redraw routine from being
[sgt/puzzles] / loopy.c
2013-01-19 simonStop the analysis pass in Loopy's redraw routine from... master
2012-09-09 simonNew rule: interpret_move() is passed a pointer to the...
2012-02-02 simonArrgh! Revert r9395,r9396,r9397,r9398, all of which...
2012-02-02 simonFixed decoding bug for dual grids
2012-02-02 simonAdded dual floret preset
2012-02-02 simonAdded "dual" option to grid generators
2012-02-02 simonCan now take the dual of a grid
2012-01-22 simonNew puzzle! Or rather, new-ish, because this one has...
2011-06-19 simonChanged my mind about midend_is_solved: I've now reprot...
2011-05-11 simonFix segfault in Loopy printing, introduced when I added...
2011-05-04 simonPortability fixes, mostly from James for Palm purposes...
2011-05-04 simonFix warnings generated by gcc 4.6.0 about variables...
2011-04-26 simonFix two memory leaks reported by Tiago Dionizio in...
2011-04-24 simonFrom James Harvey (via a period of collaborative polish...
2011-04-23 simonMove most of face_text_pos() into grid.c, leaving in...
2011-04-23 simonReplace my brute-force algorithm in face_text_pos with...
2011-04-23 simonStop calling face_text_pos() for faces that don't need...
2011-04-05 simonAdjust the yellow used for LINE_UNKNOWN so that it...
2011-04-03 simonAdd a new deduction to Easy level, which is as small...
2011-04-02 simonAdd a function to every game backend which indicates...
2011-04-02 simonRework the Loopy grid drawing algorithm so that it...
2011-04-02 simonImprove the algorithm for figuring out where the number...
2011-04-02 simonWhen a lot of edges meet the same point - and, in parti...
2011-02-24 simonAnother patch from Chris Moore implementing two more...
2011-02-23 simonPatch from Chris Moore to implement an extra grid type...
2010-05-29 simonPatch from Mark Wooding to reorganise Loopy's redraw...
2010-05-29 simonPatch from Mark Wooding to introduce a draw_thick_line...
2009-12-17 simonMinor bug fixes from James Harvey.
2009-12-17 simonPatches from Frode Austvik to modify the effects of...
2009-11-16 simonFix for the grid generation in the presence of particul...
2009-07-01 simonMore defensive-coding fixes from James H.
2009-06-21 simonPatch from Mark Wooding (though somewhat tampered with...
2009-01-07 simonPatch from Lambros to make the Normal difficulty level...
2009-01-07 simonStandalone solver for Loopy. Bit half-hearted, since...
2008-11-04 simonPatch from Lambros to improve the generality of path...
2008-09-18 simonLambros points out that trying to generate a 3x3 Cairo...
2008-09-18 simonPatch from Lambros implementing error highlighting...
2008-09-16 jacobCosmetic: fix mismatch between game_compute_size()...
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 simonCompletely re-engineered version of Loopy, courtesy...
2008-09-06 simonNew infrastructure feature. Games are now permitted...
2007-07-05 simonA user points out that Loopy's solver relies on element...
2007-02-26 simonDariusz Olszewski's changes to support compiling for...
2007-01-15 simonPatch from James H which shouldn't change the functiona...
2006-12-24 simonHTML Help support for Puzzles, with the same kind of...
2006-12-21 simonSmall printing fix from Gary Wong. Shows up when printi...
2006-11-01 simonJames H's Palm-compatibility updates to the latest...
2006-10-28 simonMike Pinna has done some major reworking of the Loopy...
2006-05-20 simonCleanup patch from Ben Hutchings, fixing some odd-looki...
2006-05-20 simonPatch from Ben Hutchings to prevent memory leakage...
2006-01-05 simonRevert a change in an assertion made in r6299. It was...
2005-10-22 simonCleanup: it was absolutely stupid for game_wants_status...
2005-10-22 simonCleanup: remove the game_state parameter to game_colour...
2005-10-22 simonCleanup: the `mouse_priorities' field in the back end...
2005-10-13 simonloopy_diffnames[] isn't used, and provokes a warning...
2005-09-23 simonUse game_set_size() to set up the temporary drawstate in
2005-09-18 simonBug fix from James H: prevent LINEWIDTH ever reaching...
2005-09-18 simonAnother optimisation patch from Mike, which (among...
2005-09-15 simonOptimisation patch from Mike: remember which squares...
2005-09-13 simonPatch from Mike: fix an array indexing error in the...
2005-09-12 simonPatch from Mike:
2005-09-11 simonMinor improvement to initial loop generation.
2005-09-04 simonPatch from Ton van Overbeek to correct Loopy's misplace...
2005-09-01 simonPalm fixes for Loopy from James H: a #ifdef SLOW_SYSTEM...
2005-08-25 simonMemory leak and type safety fixes from James H.
2005-08-25 simonPhil Bordelon points out that the general convention...
2005-08-25 simonMike points out that I made an error in one of the...
2005-08-24 simonOptimiser placation for OS X gcc.
2005-08-24 simonNew puzzle: `Loopy', an implementation of Nikoli's...