Stop the analysis pass in Loopy's redraw routine from being
[sgt/puzzles] / map.c
2012-09-09 simonNew rule: interpret_move() is passed a pointer to the...
2011-06-19 simonChanged my mind about midend_is_solved: I've now reprot...
2011-04-02 simonAdd a function to every game backend which indicates...
2009-06-17 simonMemory management and other fixes from James H.
2009-01-27 simonKeyboard control for Map, from James H.
2008-09-06 simonNew infrastructure feature. Games are now permitted...
2008-04-07 simonRevise the printing colour framework so that we can...
2007-02-28 simonGeneral cleanups patch from James H:
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...
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-22 simonCleanup: rename random_init() to random_new(), because...
2005-09-23 simonUse game_set_size() to set up the temporary drawstate in
2005-09-05 simonVarious patches from Ben H: a fix for an outdated comme...
2005-09-05 simonI've dithered a bit in the past about whether or not...
2005-09-03 simonPatches from James H. The usual stuff (memory leak...
2005-09-01 simonJames H has implemented a new `Tricky' difficulty level...
2005-08-31 simonAbility to drag pencil marks around.
2005-08-31 simonTerribly cunning approach to making the pencil marks...
2005-08-31 simonAhem; forgot about recursion. Recursive solving now...
2005-08-31 simonNow that Map has some seriously complex deductions...
2005-08-30 simonForcing chains in Map give rise to a new `Hard' difficu...
2005-08-29 simonTypo in comment :-)
2005-08-29 simonAhem. The region density at which things start to get...
2005-08-29 simonAesthetic improvements to the Map error indicators:
2005-08-28 simonUnreasonable mode for Map.
2005-08-28 simonError highlighting in Map.
2005-08-22 simon`Solve' operation on an already solved map without...
2005-08-18 simonSubstantial infrastructure upheaval. I've separated...
2005-08-13 simonMemory leak fixes from James H.
2005-08-13 simonNew puzzle: `Map'. Vaguely original, for a change.