chiark / gitweb /
Tents: mark squares as non-tents with {Shift,Control}-cursor keys.
[sgt-puzzles.git] / bridges.c
2015-10-18 Jonas KölkerExpand keyboard input options in Bridges, for faster...
2015-10-18 Jonas KölkerFix a typo in a Bridges error message.
2015-10-18 Jonas KölkerFix Bridges keyboard cursor vertical out-of-bounds...
2014-10-29 Simon TathamFix error highlighting of closed subgraphs in Bridges.
2014-10-07 Simon TathamFix antialiasing artifacts around edges of Bridges...
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-06-01 Simon TathamRemove the speed optimisation in the stage 3 solver...
2012-06-01 Simon TathamAnother uninitialised-variable fix, this one pointing...
2012-06-01 Simon TathamAdd pointless initialisations to placate a gcc warning.
2012-05-31 Simon TathamWrite a comment outlining a design for a rewritten...
2012-05-31 Simon TathamBridges solver enhancement. In the stage 3 solver,...
2012-05-31 Simon TathamBridges solver fix: in map_update_possibles, collect...
2012-01-17 Simon TathamFix a bug causing premature defeatism in the Bridges...
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...
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...