]> git.cworth.org Git - rrsolve/commit
* src/Makefile.am (rrsolve_LDFLAGS): Fix to not ovverride user main
authorCarl Worth <cworth@cworth.org>
Sun, 11 Jan 2004 05:15:06 +0000 (05:15 +0000)
committerCarl Worth <cworth@cworth.org>
Sun, 11 Jan 2004 05:15:06 +0000 (05:15 +0000)
commit128cf22e66395f3bcb9fdf7ff56024e66f7d503f
treeb4e6a1bcb478b3051cd95cb4be26072d44626bb3
parenta278d8f2b6534fc46e035d6a2a9984407c2c7aba
    * src/Makefile.am (rrsolve_LDFLAGS): Fix to not ovverride user
        variables.

        * src/rrsolve.c (handle_events): Speed up rrsolve robot movement
        slightly.
        (handle_events): Keep track of users in the game and their scores.
        (handle_events): Implement "pity points". If another user with a
        lower score than rrsolve matches its bid, then rrsolve will revoke
        its bid (and immediately make it again), to give the other user
        the first chance to demonstrate the solution. This behavior makes
        solitaire play against rrsolve much more enjoyable.

        * configure.in: Now require librr >= 0.1.1
ChangeLog
configure.in
src/Makefile.am
src/rrsolve.c