simon-git: puzzles (main): Ben Harris

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Thu Feb 16 23:44:39 GMT 2023


TL;DR:
  111db07 Tracks: set drag_s{x,y} even if starting off-grid
  1717d5b Adjust fuzzpuzz sample shell commands to not include "/*"

Repository:     https://git.tartarus.org/simon/puzzles.git
On the web:     https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer:      Ben Harris <bjh21 at bjh21.me.uk>
Date:           2023-02-16 23:44:39

commit 111db0743bd273c340dd683449076fd9ec5797f5
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=111db0743bd273c340dd683449076fd9ec5797f5;hp=a1f1d7c24713277a96c1f508cd3782e5aaf18c69
Author: Chris Boyle <chris at boyle.name>
Date:   Fri Feb 10 15:23:33 2023 +0000

    Tracks: set drag_s{x,y} even if starting off-grid
    
    Otherwise, if subsequent mouse/finger movement lines up with the previous
    drag attempt's start, then suddenly a drag is in progress from there, which
    is confusing.
    
    Fixes #588
    
    (cherry picked from Android port,
    commit 8ce1bbe460d70a915caf2dbeb30354d22dc8a8ef)

 tracks.c | 1 +
 1 file changed, 1 insertion(+)

commit 1717d5b685828ce3ab22a82d073022ce69de6bcf
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=1717d5b685828ce3ab22a82d073022ce69de6bcf;hp=111db0743bd273c340dd683449076fd9ec5797f5
Author: Ben Harris <bjh21 at bjh21.me.uk>
Date:   Thu Feb 16 23:40:40 2023 +0000

    Adjust fuzzpuzz sample shell commands to not include "/*"
    
    GCC warns about that character sequence in a comment.  I shouldn't have
    assumed that having only edited a comment meant I could get away without
    a test build.

 fuzzpuzz.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the tartarus-commits mailing list