chiark / gitweb /
changelog: document last change
[sgt-puzzles.git] / dominosa.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
2015-10-03 Jonas KölkerDominosa: Highlight a number when pressed on the keyboard.
2015-10-03 Jonas KölkerAdd game_text_format to Dominosa.
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-12-22 Simon TathamKeyboard control for Dominosa (patch largely due to...
2009-03-02 Simon TathamPatch from James H to abstract out of Dominosa the...
2008-11-28 Simon TathamLet's have some more presets in here: 3x3 is much _too_...
2008-09-06 Simon TathamNew infrastructure feature. Games are now permitted...
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-08-18 Simon TathamSubstantial infrastructure upheaval. I've separated...
2005-07-16 Simon TathamCleanups and memory leak fixes from James H.
2005-07-15 Simon TathamImprove speed of grid generation: I've found something...
2005-07-14 Simon TathamNew puzzle: Dominosa.