chiark / gitweb /
Fix completion checking in Killer Solo.
[sgt-puzzles.git] / pegs.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...
2012-04-07 Simon TathamFix redundant redrawing in Pegs. Apparently it has...
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-01-20 Simon TathamKeyboard control patch for Pegs, from James H.
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-05 Simon TathamI've dithered a bit in the past about whether or not...
2005-08-18 Simon TathamSubstantial infrastructure upheaval. I've separated...
2005-07-29 Simon TathamPatches from Ben Hutchings to fix failures of sscanf...
2005-07-10 Simon Tathamgame_timing_state() now has access to the game_ui....
2005-07-09 Simon TathamAlter the `Octagon' board preset so that instead of...
2005-07-06 Simon TathamRefactoring from James H: the highlight and lowlight...
2005-07-05 Jacob NevinsRevert the code that assumed that incoming parameters...
2005-07-05 Jacob NevinsAdd a `full' parameter to validate_params(), analogous...
2005-07-05 Jacob NevinsAdd a completion flash when you get down to a single...
2005-07-05 Simon TathamRefactored the game_size() interface, which was getting...
2005-07-05 Simon TathamJames Harvey points out a missing ifdef.
2005-07-04 Jacob NevinsAdd WinHelp topic.
2005-07-04 Simon TathamPeg Solitaire implementation, complete with a random...