X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=ChangeLog;fp=ChangeLog;h=827d86476d83c6b774fe81adfc836cfb55ce3464;hb=128cf22e66395f3bcb9fdf7ff56024e66f7d503f;hp=34e11a524b674cbedfccd3624f4116cc4639cdb2;hpb=a278d8f2b6534fc46e035d6a2a9984407c2c7aba;p=rrsolve diff --git a/ChangeLog b/ChangeLog index 34e11a5..827d864 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2004-01-10 Carl Worth + + * 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 + 2003-07-09 Carl Worth * src/rrsolve.c (main): Added an error message for board parse