simon-git: puzzles (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Fri Sep 10 08:59:14 BST 2021


TL;DR:
  d204978 Tents: reinstate bottom and right grid borders.

Repository:     https://git.tartarus.org/simon/puzzles.git
On the web:     https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2021-09-10 08:59:14

commit d204978391141a68b338732ce24271402392534f
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=d204978391141a68b338732ce24271402392534f;hp=6691ad180cdd6f80673c49392c401ba8d6c5d3e7
Author: Simon Tatham <anakin at pobox.com>
Date:   Fri Sep 10 08:55:01 2021 +0100

    Tents: reinstate bottom and right grid borders.
    
    They disappeared in commit c0da615a933a667: I removed all the
    per-puzzle code that erased the whole game window on first draw, and
    accidentally also took out the code that drew the Tents grid.
    
    Each individual grid tile includes its left and top grid lines, so
    most of the grid ended up being drawn anyway by draw_tile(). But the
    right and bottom borders aren't within any tile, so they weren't.

 tents.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)



More information about the tartarus-commits mailing list