chiark / gitweb /
Fix warnings generated by gcc 4.6.0 about variables set but not
[sgt-puzzles.git] / bridges.c
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...
2011-02-03 Simon TathamThe printing function in Bridges was unable to cope...
2010-03-21 Simon TathamError highlighting bug in Bridges: when counting the...
2009-12-17 Simon TathamMinor bug fixes from James Harvey.
2009-06-17 Simon TathamMemory management and other fixes from James H.
2009-02-05 Simon TathamKeyboard control patch for Bridges, from James H.
2008-09-06 Simon TathamNew infrastructure feature. Games are now permitted...
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...
2006-02-19 Simon TathamPatch from Phil Bordelon to improve Bridges' appearance...
2005-12-26 Simon TathamLaurent Thioudellet reports that gcc4's ultra-cautious...
2005-11-10 Simon TathamCorrect w/h mixup in grid edge checks.
2005-10-22 Jacob NevinsWork around a couple of minor display issues with max...
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-21 Simon TathamNew puzzle from James H: `Bridges', another Nikoli...