chiark / gitweb /
Fix completion checking in Killer Solo.
[sgt-puzzles.git] / map.c
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...
2012-09-09 Simon TathamNew rule: interpret_move() is passed a pointer to the...
2011-06-19 Simon TathamChanged my mind about midend_is_solved: I've now reprot...
2011-04-02 Simon TathamAdd a function to every game backend which indicates...
2009-06-17 Simon TathamMemory management and other fixes from James H.
2009-01-27 Simon TathamKeyboard control for Map, from James H.
2008-09-06 Simon TathamNew infrastructure feature. Games are now permitted...
2008-04-07 Simon TathamRevise the printing colour framework so that we can...
2007-02-28 Simon TathamGeneral cleanups patch from James H:
2007-02-26 Simon TathamDariusz Olszewski's changes to support compiling for...
2006-12-24 Simon TathamHTML Help support for Puzzles, with the same kind of...
2006-11-01 Simon TathamMike's changes to dsf.c alter the internal storage...
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-22 Simon TathamCleanup: rename random_init() to random_new(), because...
2005-09-23 Simon TathamUse game_set_size() to set up the temporary drawstate in
2005-09-05 Simon TathamVarious patches from Ben H: a fix for an outdated comme...
2005-09-05 Simon TathamI've dithered a bit in the past about whether or not...
2005-09-03 Simon TathamPatches from James H. The usual stuff (memory leak...
2005-09-01 Simon TathamJames H has implemented a new `Tricky' difficulty level...
2005-08-31 Simon TathamAbility to drag pencil marks around.
2005-08-31 Simon TathamTerribly cunning approach to making the pencil marks...
2005-08-31 Simon TathamAhem; forgot about recursion. Recursive solving now...
2005-08-31 Simon TathamNow that Map has some seriously complex deductions...
2005-08-30 Simon TathamForcing chains in Map give rise to a new `Hard' difficu...
2005-08-29 Simon TathamTypo in comment :-)
2005-08-29 Simon TathamAhem. The region density at which things start to get...
2005-08-29 Simon TathamAesthetic improvements to the Map error indicators:
2005-08-28 Simon TathamUnreasonable mode for Map.
2005-08-28 Simon TathamError highlighting in Map.
2005-08-22 Simon Tatham`Solve' operation on an already solved map without...
2005-08-18 Simon TathamSubstantial infrastructure upheaval. I've separated...
2005-08-13 Simon TathamMemory leak fixes from James H.
2005-08-13 Simon TathamNew puzzle: `Map'. Vaguely original, for a change.