chiark / gitweb /
Tents: mark squares as non-tents with {Shift,Control}-cursor keys.
[sgt-puzzles.git] / tents.c
2015-10-21 Jonas KölkerTents: mark squares as non-tents with {Shift,Control...
2015-10-21 Jonas KölkerFix a comment in Tents (it said 'tents' instead of...
2015-10-03 Jonas KölkerAdd game_text_format to Tents.
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-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...
2010-01-18 Simon TathamFix from James H: in printing mode, the shared code...
2009-12-17 Simon TathamPatches from Frode Austvik to modify the effects of...
2009-09-16 Simon TathamAdd a couple of missing checks in validate_desc(),...
2009-09-16 Simon TathamMinor rewording and typo-correction.
2009-09-16 Simon TathamAha, I've managed to prove that my inadequate error...
2009-09-13 Simon TathamError-highlighted trees look nicer with a different...
2009-09-12 Simon TathamTweak to the promptness of error highlighting display.
2009-09-12 Simon TathamAbout time I got round to this: error highlighting...
2009-06-21 Simon TathamPatch from Mark Wooding: one-pixel fix to the alignment...
2009-01-16 Simon TathamKeyboard cursor support for Tents, from James H.
2008-09-13 Simon TathamSince the lack of this has caused portability issues...
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...
2005-10-22 Jacob NevinsFix segfault in Tents' printing.
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-17 Simon TathamMiscellaneous fixes. Correct a comparison of y with...
2005-10-15 Simon TathamJanes H provides a small workaround for a Palm tools...
2005-10-15 Simon TathamSmall error in solver diagnostics.
2005-10-14 Simon TathamRevamp of the control mechanism to permit drag- as...
2005-10-13 Simon TathamNew puzzle: `Tents'. Requires a potentially shared...