chiark / gitweb /
Fix completion checking in Killer Solo.
[sgt-puzzles.git] / loopy.c
2016-04-28 Simon TathamAccount for disconnected paths in Loopy and Pearl error...
2016-02-24 Simon TathamLoopy: be friendlier to right-click-less playing style.
2016-02-24 Simon TathamLoopy: revamp loop detection, but not using findloop.
2015-10-03 Jonas KölkerDon't overallocate colour memory in Loopy.
2013-04-13 Simon TathamGiant const patch of doom: add a 'const' to every param...
2013-04-12 Simon TathamAdd 'const' to the game_params arguments in validate_de...
2013-02-24 Simon TathamStop using CLUE2CHAR to translate clues into text;...
2013-01-19 Simon TathamStop the analysis pass in Loopy's redraw routine from...
2012-09-09 Simon TathamNew rule: interpret_move() is passed a pointer to the...
2012-01-22 Simon TathamNew puzzle! Or rather, new-ish, because this one has...
2011-06-19 Simon TathamChanged my mind about midend_is_solved: I've now reprot...
2011-05-11 Simon TathamFix segfault in Loopy printing, introduced when I added...
2011-05-04 Simon TathamPortability fixes, mostly from James for Palm purposes...
2011-05-04 Simon TathamFix warnings generated by gcc 4.6.0 about variables...
2011-04-26 Simon TathamFix two memory leaks reported by Tiago Dionizio in...
2011-04-24 Simon TathamFrom James Harvey (via a period of collaborative polish...
2011-04-23 Simon TathamMove most of face_text_pos() into grid.c, leaving in...
2011-04-23 Simon TathamReplace my brute-force algorithm in face_text_pos with...
2011-04-23 Simon TathamStop calling face_text_pos() for faces that don't need...
2011-04-05 Simon TathamAdjust the yellow used for LINE_UNKNOWN so that it...
2011-04-03 Simon TathamAdd a new deduction to Easy level, which is as small...
2011-04-02 Simon TathamAdd a function to every game backend which indicates...
2011-04-02 Simon TathamRework the Loopy grid drawing algorithm so that it...
2011-04-02 Simon TathamImprove the algorithm for figuring out where the number...
2011-04-02 Simon TathamWhen a lot of edges meet the same point - and, in parti...
2011-02-24 Simon TathamAnother patch from Chris Moore implementing two more...
2011-02-23 Simon TathamPatch from Chris Moore to implement an extra grid type...
2010-05-29 Simon TathamPatch from Mark Wooding to reorganise Loopy's redraw...
2010-05-29 Simon TathamPatch from Mark Wooding to introduce a draw_thick_line...
2009-12-17 Simon TathamMinor bug fixes from James Harvey.
2009-12-17 Simon TathamPatches from Frode Austvik to modify the effects of...
2009-11-16 Simon TathamFix for the grid generation in the presence of particul...
2009-07-01 Simon TathamMore defensive-coding fixes from James H.
2009-06-21 Simon TathamPatch from Mark Wooding (though somewhat tampered with...
2009-01-07 Simon TathamPatch from Lambros to make the Normal difficulty level...
2009-01-07 Simon TathamStandalone solver for Loopy. Bit half-hearted, since...
2008-11-04 Simon TathamPatch from Lambros to improve the generality of path...
2008-09-18 Simon TathamLambros points out that trying to generate a 3x3 Cairo...
2008-09-18 Simon TathamPatch from Lambros implementing error highlighting...
2008-09-16 Jacob NevinsCosmetic: fix mismatch between game_compute_size()...
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 TathamCompletely re-engineered version of Loopy, courtesy...
2008-09-06 Simon TathamNew infrastructure feature. Games are now permitted...
2007-07-05 Simon TathamA user points out that Loopy's solver relies on element...
2007-02-26 Simon TathamDariusz Olszewski's changes to support compiling for...
2007-01-15 Simon TathamPatch from James H which shouldn't change the functiona...
2006-12-24 Simon TathamHTML Help support for Puzzles, with the same kind of...
2006-12-21 Simon TathamSmall printing fix from Gary Wong. Shows up when printi...
2006-11-01 Simon TathamJames H's Palm-compatibility updates to the latest...
2006-10-28 Simon TathamMike Pinna has done some major reworking of the Loopy...
2006-05-20 Simon TathamCleanup patch from Ben Hutchings, fixing some odd-looki...
2006-05-20 Simon TathamPatch from Ben Hutchings to prevent memory leakage...
2006-01-05 Simon TathamRevert a change in an assertion made in r6299. It was...
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 TathamCleanup: the `mouse_priorities' field in the back end...
2005-10-13 Simon Tathamloopy_diffnames[] isn't used, and provokes a warning...
2005-09-23 Simon TathamUse game_set_size() to set up the temporary drawstate in
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-11 Simon TathamMinor improvement to initial loop generation.
2005-09-04 Simon TathamPatch from Ton van Overbeek to correct Loopy's misplace...
2005-09-01 Simon TathamPalm fixes for Loopy from James H: a #ifdef SLOW_SYSTEM...
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 TathamOptimiser placation for OS X gcc.
2005-08-24 Simon TathamNew puzzle: `Loopy', an implementation of Nikoli's...