Having looked at Keen's clue selection code, I also notice that the
[sgt/puzzles] / lightup.c
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...
2009-12-17 simonMinor bug fixes from James Harvey.
2009-12-17 simonPatches from Frode Austvik to modify the effects of...
2009-06-17 simonMemory management and other fixes from James H.
2009-01-08 simonPatches from James H to add or improve arrow-key-driven...
2008-11-28 simonFix parenthesis problem in Light Up solver. Should...
2008-11-16 simonPatches from Lee Dowling to make Light Up and Net use the
2008-09-13 simonPatch from James H providing lots more paranoid casting...
2008-09-06 simonNew infrastructure feature. Games are now permitted...
2007-07-31 simonExperimental UI tweak enabled by a hacky environment...
2006-12-24 simonHTML Help support for Puzzles, with the same kind of...
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-09-23 simonUse game_set_size() to set up the temporary drawstate in
2005-09-01 simonStop Light Up from eating system keypresses, which...
2005-09-01 simonOptimiser placation.
2005-09-01 simonJames H has implemented a new `Tricky' difficulty level...
2005-08-18 simonSubstantial infrastructure upheaval. I've separated...
2005-08-07 simonRemove conditional definition of MAX_GRIDGEN_TRIES...
2005-08-04 simonNew puzzle: `Light Up', by James H.