]> git.cworth.org Git - rrsolve/blob - ChangeLog
* src/Makefile.am (rrsolve_LDFLAGS): Fix to not ovverride user
[rrsolve] / ChangeLog
1 2004-01-10  Carl Worth  <cworth@isi.edu>
2
3         * src/Makefile.am (rrsolve_LDFLAGS): Fix to not ovverride user
4         variables.
5
6         * src/rrsolve.c (handle_events): Speed up rrsolve robot movement
7         slightly.
8         (handle_events): Keep track of users in the game and their scores.
9         (handle_events): Implement "pity points". If another user with a
10         lower score than rrsolve matches its bid, then rrsolve will revoke
11         its bid (and immediately make it again), to give the other user
12         the first chance to demonstrate the solution. This behavior makes
13         solitaire play against rrsolve much more enjoyable.
14
15         * configure.in: Now require librr >= 0.1.1
16
17 2003-07-09  Carl Worth  <cworth@isi.edu>
18
19         * src/rrsolve.c (main): Added an error message for board parse
20         failure.
21         (handle_events): Cleaned things up considerably with support for
22         new RR_NOTICE_BOARD, (a couple more from the server could clean up
23         even more).
24         (handle_events): Tracked some librr API changes.
25         (trace_solution): Fixed uninitialized variable.
26         (handle_events): Fixed to print solution when it doesn't get a
27         chance to show it.
28
29         * boards/min09: Moved a robot to force a more interesting solution.
30