chiark / gitweb /
changelog: document last change
[sgt-puzzles.git] / lightup.c
2017-09-24 Ian JacksonMerge remote-tracking branch 'upstream/master' into...
2017-04-26 Simon TathamRework the preset menu system to permit submenus.
2017-01-17 Ben Hutchingssgt-puzzles (20161228.7cae89f-1) unstable; urgency...
2017-01-17 Ben HutchingsImport sgt-puzzles_20161228.7cae89f.orig.tar.gz
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-03-11 Simon TathamRemove a redundant and also erroneous memset.
2012-09-09 Simon TathamNew rule: interpret_move() is passed a pointer to the...
2012-01-23 Simon TathamAdd comments suggesting some solver upgrades to Light...
2012-01-23 Simon TathamThe Light Up solver limits its recursion depth, so...
2012-01-23 Simon TathamFix default parameter assignment in Light Up when valid...
2011-06-19 Simon TathamChanged my mind about midend_is_solved: I've now reprot...
2011-05-04 Simon TathamFix warnings generated by gcc 4.6.0 about variables...
2011-04-02 Simon TathamAdd a function to every game backend which indicates...
2009-12-17 Simon TathamMinor bug fixes from James Harvey.
2009-12-17 Simon TathamPatches from Frode Austvik to modify the effects of...
2009-06-17 Simon TathamMemory management and other fixes from James H.
2009-01-08 Simon TathamPatches from James H to add or improve arrow-key-driven...
2008-11-28 Simon TathamFix parenthesis problem in Light Up solver. Should...
2008-11-16 Simon TathamPatches from Lee Dowling to make Light Up and Net use the
2008-09-13 Simon TathamPatch from James H providing lots more paranoid casting...
2008-09-06 Simon TathamNew infrastructure feature. Games are now permitted...
2007-07-31 Simon TathamExperimental UI tweak enabled by a hacky environment...
2006-12-24 Simon TathamHTML Help support for Puzzles, with the same kind of...
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-09-23 Simon TathamUse game_set_size() to set up the temporary drawstate in
2005-09-01 Simon TathamStop Light Up from eating system keypresses, which...
2005-09-01 Simon TathamOptimiser placation.
2005-09-01 Simon TathamJames H has implemented a new `Tricky' difficulty level...
2005-08-18 Simon TathamSubstantial infrastructure upheaval. I've separated...
2005-08-07 Simon TathamRemove conditional definition of MAX_GRIDGEN_TRIES...
2005-08-04 Simon TathamNew puzzle: `Light Up', by James H.