X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=ChangeLog;h=827d86476d83c6b774fe81adfc836cfb55ce3464;hb=HEAD;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=9661a03e8bc2204cf23e00bb98578fd2dd09fc56;p=rrsolve diff --git a/ChangeLog b/ChangeLog index e69de29..827d864 100644 --- a/ChangeLog +++ b/ChangeLog @@ -0,0 +1,30 @@ +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 + failure. + (handle_events): Cleaned things up considerably with support for + new RR_NOTICE_BOARD, (a couple more from the server could clean up + even more). + (handle_events): Tracked some librr API changes. + (trace_solution): Fixed uninitialized variable. + (handle_events): Fixed to print solution when it doesn't get a + chance to show it. + + * boards/min09: Moved a robot to force a more interesting solution. +