Stop the analysis pass in Loopy's redraw routine from being
[sgt/puzzles] / bridges.c
2012-09-09 simonNew rule: interpret_move() is passed a pointer to the...
2012-06-01 simonRemove the speed optimisation in the stage 3 solver...
2012-06-01 simonAnother uninitialised-variable fix, this one pointing...
2012-06-01 simonAdd pointless initialisations to placate a gcc warning.
2012-05-31 simonWrite a comment outlining a design for a rewritten...
2012-05-31 simonBridges solver enhancement. In the stage 3 solver,...
2012-05-31 simonBridges solver fix: in map_update_possibles, collect...
2012-01-17 simonFix a bug causing premature defeatism in the Bridges...
2011-06-19 simonChanged my mind about midend_is_solved: I've now reprot...
2011-05-04 simonFix warnings generated by gcc 4.6.0 about variables...
2011-04-02 simonAdd a function to every game backend which indicates...
2011-02-03 simonThe printing function in Bridges was unable to cope...
2010-03-21 simonError highlighting bug in Bridges: when counting the...
2009-12-17 simonMinor bug fixes from James Harvey.
2009-06-17 simonMemory management and other fixes from James H.
2009-02-05 simonKeyboard control patch for Bridges, from James H.
2008-09-06 simonNew infrastructure feature. Games are now permitted...
2007-02-26 simonDariusz Olszewski's changes to support compiling for...
2006-12-24 simonHTML Help support for Puzzles, with the same kind of...
2006-11-01 simonMike's changes to dsf.c alter the internal storage...
2006-02-19 simonPatch from Phil Bordelon to improve Bridges' appearance...
2005-12-26 simonLaurent Thioudellet reports that gcc4's ultra-cautious...
2005-11-10 simonCorrect w/h mixup in grid edge checks.
2005-10-22 jacobWork around a couple of minor display issues with max...
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-21 simonNew puzzle from James H: `Bridges', another Nikoli...